[Webkit-unassigned] [Bug 258619] New: “Make text bigger” does not update the value of em in media queries

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 28 05:59:51 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=258619

            Bug ID: 258619
           Summary: “Make text bigger” does not update the value of em in
                    media queries
           Product: WebKit
           Version: Safari 16
          Hardware: Mac (Intel)
                OS: macOS 13
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sime.vidas at gmail.com

Created attachment 466843

  --> https://bugs.webkit.org/attachment.cgi?id=466843&action=review

Test page

Steps to reproduce:

1. Open the attached test page in desktop Safari.
2. Resize the window down and observe how both media queries, (max-width: 1000px) and (max-width: 62.5em), start matching once the width of the window becomes smaller than the width of the black bars.
3. Resize the window to its original position (more than 1000px width).
4. Press [command] [option] [+] to “Make text bigger”.
5. Observe how the second black bar (“62.5em wide”) is now wider than the first black bar (“1000px wide”).
6. Repeat step 2 and observe that both media queries start matching at 1000px (the width of the first bar).

What should have happened:

The media query (max-width: 62.5em) should start matching at the width of the second black bar (“62.5em wide”), but instead it starts matching at the width of the first black bar (“1000px wide”).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230628/8bbcfc6e/attachment.htm>


More information about the webkit-unassigned mailing list