NEW 15970
Text Area with border:0 draws resize corner over focus ring
https://bugs.webkit.org/show_bug.cgi?id=15970
Summary Text Area with border:0 draws resize corner over focus ring
Dylan
Reported 2007-11-13 11:43:37 PST
A text area with a border:0 (as at the Live DOM Viewer) paints the resize drag-corner over the focus ring. Not explicitly stating border corrects the issue. This happens in the Safari 3.0.3 Beta as well as the nightlies, so it is not a regression. Attaching screenshot and test momentarily.
Attachments
Screenshot showing incorrect painting (49.08 KB, image/jpeg)
2007-11-13 11:44 PST, Dylan
no flags
Test case with border:0 text area and normal textarea (466 bytes, text/html)
2007-11-13 11:45 PST, Dylan
no flags
Zoomed screenshot of unstyled textarea showing one-pixel painting error (42.14 KB, image/jpeg)
2007-11-13 11:50 PST, Dylan
no flags
Dylan
Comment 1 2007-11-13 11:44:26 PST
Created attachment 17232 [details] Screenshot showing incorrect painting
Dylan
Comment 2 2007-11-13 11:45:31 PST
Created attachment 17233 [details] Test case with border:0 text area and normal textarea
Dylan
Comment 3 2007-11-13 11:47:21 PST
Looking closer, it seems that the resize corner actually paints over one pixel of the focus ring of a textarea even when no border is explicitly requested.
Dylan
Comment 4 2007-11-13 11:50:58 PST
Created attachment 17234 [details] Zoomed screenshot of unstyled textarea showing one-pixel painting error
Robert Blaut
Comment 5 2008-03-18 13:58:59 PDT
Confirmed issue in the latest Webkit.
Note You need to log in before you can comment on or make changes to this bug.