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: Fix tooltips display, styles leaks, performance issues #851

Merged
merged 1 commit into from
Nov 7, 2024

Commits on Nov 6, 2024

  1. Fixed: Fix tooltips display and styles leaks

    Use natives browser tooltips instead of handmade tooltips.
    Fixes at least one glitch (OFBIZ-12730) due to styles leaking.
    Removes the global "transition: .2s" which leads to
    animate every single element modification (causes OFBIZ-13104,
    and possibly other problems/lagging).
    Only apply these transitions to buttons to keep a nice effect
    on hover. We may have to add other selectors if needed.
    
    OFBIZ-12638
    OFBIZ-12730
    OFBIZ-13104
    florianMo committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    b6643c5 View commit details
    Browse the repository at this point in the history