[Webkit-unassigned] [Bug 280944] Typing inside an <input> with several fonts applied causes page to scroll to the top

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 7 20:00:11 PST 2024


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

Karl Dubost <karlcow at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |karlcow at apple.com,
                   |                            |vitor.roriz at apple.com

--- Comment #3 from Karl Dubost <karlcow at apple.com> ---
To make sure people, do the right thing.

1. Go to https://codepen.io/benblayer/pen/wvVWpgE
2. Scroll to the botton of the page
3. Click in the textarea
4. Enter the letter a



Safari Technology Preview  206           20621.1.3.21.1 scroll to the top
Firefox Nightly            134.0a1       13424.11.7     a appears in the textarea
Google Chrome Canary       132.0.6825.0  6825.0         nothing


Safari
[Log] event: blur, target: [object HTMLTextAreaElement] (vendor-18edf1dfe16da6311df8.chunk.js, line 1)
[Log] event: blur, target: [object Window] (vendor-18edf1dfe16da6311df8.chunk.js, line 1)

Firefox
blur { target: Window, isTrusted: true, view: Window, detail: 0, layerX: 0, layerY: 0, which: 0, rangeOffset: 0, SCROLL_PAGE_UP: -32768, SCROLL_PAGE_DOWN: 32768, … }


And this indeed related only to the fonts. 
Without the font-face, this is working as expected. 
What a weird interesting issue. Thanks benblayer

Adding Vitor.

-- 
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/20241108/18e26660/attachment.htm>


More information about the webkit-unassigned mailing list