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

Custom tooltips implementation #33

Open
trots opened this issue Jan 14, 2021 · 0 comments
Open

Custom tooltips implementation #33

trots opened this issue Jan 14, 2021 · 0 comments
Labels
enhancement Improve existed features
Projects

Comments

@trots
Copy link
Owner

trots commented Jan 14, 2021

Browser's tooltips for scene objects should be replaced with our own tooltips implementation. Cons of using standard tooltips of browser (title attribute):

  • unable to customize the style of a tooltip element;
  • unable to show the same tooltip (with the same text) several times;
  • it's not possible to show tooltips at touch screens.

So, the new implementation of tooltips should eliminate these cons.
For touch screens show tooltips on long time touch.

@trots trots added the enhancement Improve existed features label Jan 14, 2021
@trots trots added this to To do in Developing via automation Jan 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improve existed features
Projects
Developing
  
To do
Development

No branches or pull requests

1 participant