-
-
Notifications
You must be signed in to change notification settings - Fork 21.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editor: Fix EditorHelpBitTooltip
for Signals dock
#93967
Editor: Fix EditorHelpBitTooltip
for Signals dock
#93967
Conversation
cf70be2
to
ec2f935
Compare
This does not fix the other issues with the tooltip. When in single window mode it is now the same and when not it has issues, so I still prefer #93943 Also are there any signals that have a description long enough to need scrolling functionality in the tooltip? Edit: Maybe forwarding mouse inputs outside of the tooltip will fix some of the issues? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall I find that we're going in a somewhat hacky direction here, sidestepping the existing system for custom tooltips. If the current system isn't sufficient, we should look into improving it IMO. But let's merge this approach for now to solve the main regression, and see how to deal with the other problems outlined by @kitbdev. I'll release 4.3 beta 3 soon so we should be able to get some testing done. If we find more issues that aren't easy to address, I would suggest that we then consider #93943 instead to use the proper system in place, and work on improving the usability of the tooltip system for 4.4. |
Thanks! |
Agree. See #89058 (comment). |
Be confused for a few seconds --> Popup pops up again
. Once a tooltip is hidden, it does not appear again until you move the cursor.