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

Fixed: jsTree visual glitch on link hover #856

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

florianMo
Copy link
Contributor

Fixed: jsTree visual glitch on link hover

OF-13174

Helveticus introduced a global CSS transition effect, which caused various problems across the app (all the elements that changed dimensions were animated).
jsTree plugins is concerned, when hovering links in a tree.

This PR removes the global transition effect, and put it on identified elements that need it (buttons and links).

OF-13174

Helveticus introduced a global CSS transition effect,
which caused various problems across the app (all the
elements that changed dimensions were animated).
jsTree plugins is concerned, when hovering links in
a tree.

This PR removes the global transition effect, and put
it on identified elements that need it (buttons and links).
Copy link

sonarcloud bot commented Nov 13, 2024

@JacquesLeRoux JacquesLeRoux merged commit f03b675 into apache:trunk Nov 14, 2024
6 checks passed
asfgit pushed a commit that referenced this pull request Nov 14, 2024
Helveticus introduced a global CSS transition effect,
which caused various problems across the app (all the
elements that changed dimensions were animated).
jsTree plugins is concerned, when hovering links in
a tree.

This PR removes the global transition effect, and put
it on identified elements that need it (buttons and links).
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.

2 participants