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

Interactable world object tooltips disappear when getting in range/going out of range of the object #218

Open
entroscopy opened this issue Apr 2, 2023 · 2 comments
Labels
1_bug Something isn't working 2_to develop Development can begin

Comments

@entroscopy
Copy link

Interactable world object tooltips disappear when you approach them close enough to interact and when you go out of range of the object. Could be tied to the "instantly hide world frame tips" option since it doesn't happen with that option off.

Steps to reproduce the behavior:

  1. Enable "instantly hide world frame tips"
  2. Approach an interactable world object (mailbox, meeting stone, portal, etc) while hovering over it with the cursor
  3. The tooltip disappears the moment you get in range to interact with it (same happens if you get out of range)

Expected behavior:
Tooltip should persist when getting into/going out of range of the object.

TipTac Reborn

  • Version 23.03.27

WoW

  • Flavor: WotLKC
  • Version 3.4.1

Also noticed the "instantly hide world frame tips" option seems to be a bit buggy. If you disable the option while in game, it seems to get stuck "off" regardless if the option shows a checkmark or not, until UI reload.

@entroscopy entroscopy added the 1_bug Something isn't working label Apr 2, 2023
@frozn frozn added the 2_to develop Development can begin label Apr 2, 2023
@frozn
Copy link
Owner

frozn commented Apr 20, 2023

Confirmed.

The thing is: Event WORLD_CURSOR_TOOLTIP_UPDATE only exists in Retail flavor. For WotlKC or Classic Era there's only event CURSOR_UPDATE, but there's no payload to determine if you're moving out of the object (switching to default cursor) or the cursor changed while still hovering over the object (like if you're getting in or out of range).

I think this can only be solved for Retail...

@frozn
Copy link
Owner

frozn commented Apr 20, 2023

Oh, the error that you have to reload the UI if you disable the checkbox will be fixed with the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1_bug Something isn't working 2_to develop Development can begin
Projects
None yet
Development

No branches or pull requests

2 participants