NEW 204363
REGRESSION: Spelling dots are clipped in text field and text area
https://bugs.webkit.org/show_bug.cgi?id=204363
Summary REGRESSION: Spelling dots are clipped in text field and text area
Daniel Bates
Reported 2019-11-19 11:02:59 PST
Created attachment 383884 [details] Clipped dots Steps to reproduce: 1. Visit <data:text/html,<input%20type="text">>. 2. Focus field and type something that is misspelled: sdsa The drawn spelling dots are clipped.
Attachments
Clipped dots (5.78 KB, image/png)
2019-11-19 11:02 PST, Daniel Bates
no flags
Content editable: This is how the dots should look in all things (7.23 KB, image/png)
2019-11-19 11:06 PST, Daniel Bates
no flags
Radar WebKit Bug Importer
Comment 1 2019-11-19 11:03:15 PST
Daniel Bates
Comment 2 2019-11-19 11:03:48 PST
Dots are always clipped even if height is adjusted: data:text/html,<input%20type="text"%20style="height:%2050px">
Daniel Bates
Comment 3 2019-11-19 11:04:41 PST
<textarea> also effected.
Daniel Bates
Comment 4 2019-11-19 11:05:23 PST
Content editable does not seem effected: data:text/html,<div%20contenteditable="true">sdsa</div>
Daniel Bates
Comment 5 2019-11-19 11:06:14 PST
Created attachment 383885 [details] Content editable: This is how the dots should look in all things
Myles C. Maxfield
Comment 6 2019-12-10 16:15:06 PST
Which OS version?
Daniel Bates
Comment 7 2019-12-10 20:23:45 PST
Catalina
Daniel Bates
Comment 8 2019-12-10 20:24:11 PST
I don't remember the build #
Ahmad Saleem
Comment 9 2022-05-31 14:50:03 PDT
I am able to reproduce this bug based on Comment 1 on Safari 15.5 on macOS 12.4. Thanks!
Note You need to log in before you can comment on or make changes to this bug.