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

Add Notifications for tooltip events #23

Open
stargazing-dino opened this issue Jul 2, 2021 · 1 comment
Open

Add Notifications for tooltip events #23

stargazing-dino opened this issue Jul 2, 2021 · 1 comment
Labels
enhancement New feature or request
Projects

Comments

@stargazing-dino
Copy link
Owner

I imagine this would be useful to see when a tooltip is on the screen and where. Top level UI might find something to do with this information.

I saw a neat answer from Remi on Notifications. This is a separate from a controller.

https://stackoverflow.com/a/51460832/8213910

We would add notifaction listener and possibly provide:

  • target postion and sizing
  • tooltip direction and sizing
  • visible, hidden
  • more possibly
@stargazing-dino stargazing-dino added the enhancement New feature or request label Jul 2, 2021
@stargazing-dino
Copy link
Owner Author

class TooltipNotification extends Notification

call tooltipNotification.dispatch().

@stargazing-dino stargazing-dino added this to To do in Priority Jul 19, 2021
@stargazing-dino stargazing-dino moved this from To do to In progress in Priority Jul 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Priority
In progress
Development

No branches or pull requests

1 participant