[Webkit-unassigned] [Bug 41063] Media query - width in 'em's doesn't work on zoom

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 28 01:45:50 PDT 2023


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

--- Comment #23 from Karl Dubost <karlcow at apple.com> ---
There are also multiple reports online where people had difficulties with

    window.matchMedia('(min-width:1025px)').matches

on Safari and had to do

    window.matchMedia('screen and (min-width:1025px)').matches

-- 
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/600fb0ca/attachment.htm>


More information about the webkit-unassigned mailing list