You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a RichTextLabel with some simple text within [url] tags. This RichTextLabel has a script that listens for meta_hover_started and meta_hover_ended signals, and prints when they are emitted. See the result:
Notice how the meta_hover_started is emitted even though the mouse is nowhere near the content within the [url] tags. Interestingly, the meta_clicked signal seems to work properly, only emitting when the mouse is clicked while actually hovering over the text itself.
Steps to reproduce
Create a RichTextLabel and add text within [url] tags. Move your mouse around the text and notice when meta_hover_started emits.
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered:
Tested versions
4.2.stable
System information
Windows 10
Issue description
I have a RichTextLabel with some simple text within [url] tags. This RichTextLabel has a script that listens for meta_hover_started and meta_hover_ended signals, and prints when they are emitted. See the result:
Notice how the meta_hover_started is emitted even though the mouse is nowhere near the content within the [url] tags. Interestingly, the meta_clicked signal seems to work properly, only emitting when the mouse is clicked while actually hovering over the text itself.
Steps to reproduce
Create a RichTextLabel and add text within [url] tags. Move your mouse around the text and notice when meta_hover_started emits.
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered: