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

disable text selection on navigation bar #222

Merged
merged 1 commit into from Mar 27, 2017

Conversation

micahscopes
Copy link
Contributor

If I click repeatedly on the zoom or arrow buttons, they become highlighted. Setting user-select: none disables this highlighting.

@alfredwassermann alfredwassermann merged commit 0124399 into jsxgraph:master Mar 27, 2017
@alfredwassermann
Copy link
Member

Thank you very much!!!

@rapmue
Copy link

rapmue commented Apr 10, 2017

hm, what if someone uses a supported browser without css3 capabilities? maybe you should catch the doubleclick and prevent the doubleclick from bubbling.

@alfredwassermann
Copy link
Member

@rapmue
which browsers do you have in mind, which do not support css3 but canvas or svg?
Best wishes,
Alfred

@migerh
Copy link
Member

migerh commented Apr 11, 2017

The only ones I know are Opera 10.1 and Opera Mini. They both support SVG & Canvas but not CSS3.

@micahscopes micahscopes deleted the fix-user-select-none branch April 11, 2017 23:21
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

Successfully merging this pull request may close these issues.

None yet

4 participants