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
@willnationsdev Found this feature #12984, and it is exactly what I need, but I am having issues with it not signaling when the hover exits from the edges when the text is right along a margin.
Steps to reproduce:
Create a RichTextLabel with a URL BBCode tag around text that is along an edge or corner.
Connect meta_hover_start and meta_hover_end signals.
Move control away from the corner of the window.
Run the project and move cursor in and out of the URL tagged text along an edge.
@girng Yeah, luckily that can be done. Also need to connect a mouse_enter, and use a flag to track the last meta signals. The state is frozen where it last was when going in or out.
My use case is for creating a tooltip inside of RTLs.
Godot version:
ef05306
OS/device including version:
Win10 64bit
Issue description:
@willnationsdev Found this feature #12984, and it is exactly what I need, but I am having issues with it not signaling when the hover exits from the edges when the text is right along a margin.
Steps to reproduce:
Minimal reproduction project:
3.1 RichTextLabel Meta Hover Issue.zip
The text was updated successfully, but these errors were encountered: