RESOLVED FIXED 115883
Don't trust character widths for internal OS X fonts in form controls
https://bugs.webkit.org/show_bug.cgi?id=115883
Summary Don't trust character widths for internal OS X fonts in form controls
Dean Jackson
Reported 2013-05-09 17:24:27 PDT
There are a few fonts we mark as having invalid character widths when laying out form controls. Some internal fonts on OS X are not listed, but these all start with a ".", so they should be easy to test for.
Attachments
Patch (1.68 KB, patch)
2013-05-09 17:28 PDT, Dean Jackson
darin: review+
Dean Jackson
Comment 1 2013-05-09 17:24:39 PDT
Dean Jackson
Comment 2 2013-05-09 17:28:05 PDT
Darin Adler
Comment 3 2013-05-09 18:26:11 PDT
Comment on attachment 201306 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=201306&action=review > Source/WebCore/rendering/RenderTextControl.cpp:234 > + if (family.startsWith('.')) > + return false; Needs a “why” comment. Also, I’d put this before the map building code. It seems strange to have this in between the map building and the use of the map.
Dean Jackson
Comment 4 2013-05-10 09:18:06 PDT
Simon Fraser (smfr)
Comment 5 2013-10-23 17:04:34 PDT
This caused bug 123235.
Note You need to log in before you can comment on or make changes to this bug.