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

Tweak styles to work around browser bugs #1124

Merged
merged 1 commit into from
Nov 21, 2024
Merged

Tweak styles to work around browser bugs #1124

merged 1 commit into from
Nov 21, 2024

Commits on Nov 20, 2024

  1. Tweak styles to work around browser bugs

    Avoid using visibility: collapse since it's not properly supported in WebKit[1] and there's a hit testing bug in Gecko[2]. Browsers currently use display:none for tr[hidden] (spec violation[3]). Switch to fixed table layout and set widths to get stable column withs when searching.
    
    [1] https://bugs.webkit.org/show_bug.cgi?id=8735
    
    [2] Fixes #1118
    
    [3] https://html.spec.whatwg.org/multipage/rendering.html#tables-2
    zcorpan committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    c2532c6 View commit details
    Browse the repository at this point in the history