[Webkit-unassigned] [Bug 244723] Inexplicable top css being added to audio controls when height of audio element is adjusted on iOS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 4 12:04:08 PDT 2022


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

Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |graouts at webkit.org,
                   |                            |webkit-bug-importer at group.a
                   |                            |pple.com,
                   |                            |wenson_hsieh at apple.com

--- Comment #1 from Alexey Proskuryakov <ap at webkit.org> ---
Looks like the code was in modern-media-controls/controls/media-controls.js since 2017:

// We want to maintain the controls at a constant device height. To do so, we invert the page scale
// factor using a scale transform when scaling down, when the result will not appear pixelated and
// where the CSS zoom property produces incorrect text rendering due to enforcing the minimum font
// size. When we would end up scaling up, which would yield pixelation, we use the CSS zoom property
// which will not run into the font size issue.

-- 
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/20220904/64077097/attachment.htm>


More information about the webkit-unassigned mailing list