RESOLVED FIXED 209927
Web Inspector: Network tab summary bar jiggles
https://bugs.webkit.org/show_bug.cgi?id=209927
Summary Web Inspector: Network tab summary bar jiggles
Nikita Vasilyev
Reported 2020-04-02 13:46:53 PDT
<rdar://61192562> Because the text is horizontally centered, and there is a timer, and the digits in the timer don’t have the same width, the text jiggles with each tick of the timer. You can solve this by setting font-variant-numeric:tabular-nums and styling the content with a font that supports the tabular numbers opentype font feature (like the system font).
Attachments
Patch (1.46 KB, patch)
2020-04-02 13:52 PDT, Nikita Vasilyev
no flags
Nikita Vasilyev
Comment 1 2020-04-02 13:52:44 PDT
EWS
Comment 2 2020-04-02 16:18:55 PDT
Committed r259423: <https://trac.webkit.org/changeset/259423> All reviewed patches have been landed. Closing bug and clearing flags on attachment 395296 [details].
Note You need to log in before you can comment on or make changes to this bug.