Skip to content
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

Tooltip got stuck #34

Closed
raeleus opened this issue Oct 26, 2020 · 5 comments
Closed

Tooltip got stuck #34

raeleus opened this issue Oct 26, 2020 · 5 comments

Comments

@raeleus
Copy link
Contributor

raeleus commented Oct 26, 2020

Hello. I'm not sure how I got this to happen:
image
I was just browsing the third party extension and the kotlin tooltip came up. I don't think I was mousing over the offending target, but it still came up on its own. It won't dismiss itself.

@tommyettinger
Copy link
Member

I'm not sure tooltips ever work 100% using libGDX... I don't know of a good replacement, though. I don't think I've touched tooltip code; this may be a bug in the recent 1.9.12-SNAPSHOT of libGDX the latest release uses, or it could be a rare long-standing bug. I don't know how I could reproduce this, and I can't think of any workarounds I could suggest.

Leaving this open for a while to see if the bug comes back.

@raeleus
Copy link
Contributor Author

raeleus commented Oct 30, 2020

Yeah, I wrote my own class to implement tooltips in my project. Not something I recommend here. I'll see if I can reproduce in a basic project. Thanks!

@czyzby
Copy link
Contributor

czyzby commented Oct 13, 2021

This can happen if the scroll pane is used if a tooltip is displayed in the third-party tab. #59 will fix this issue.

@tommyettinger
Copy link
Member

I believe this is fixed now that #59 was merged.

@czyzby
Copy link
Contributor

czyzby commented Oct 16, 2021

To be honest, I think that VisUI/LML tooltips can get stuck in recent libGDX versions, so I wouldn't close this without further testing. It might still be possible to reproduce, e.g. by switching windows with ALT + TAB while the tooltips are shown. It would probably be best to migrate to libGDX tooltips to avoid this, assuming they work correctly. It's just that #59 fixed the most common cause of this.

@czyzby czyzby mentioned this issue Oct 16, 2021
tommyettinger pushed a commit that referenced this issue May 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants