Bug 15970 - Text Area with border:0 draws resize corner over focus ring
Summary: Text Area with border:0 draws resize corner over focus ring
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P3 Trivial
Assignee: Nobody
URL: http://software.hixie.ch/utilities/js...
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2007-11-13 11:43 PST by Dylan
Modified: 2008-03-18 13:58 PDT (History)
1 user (show)

See Also:


Attachments
Screenshot showing incorrect painting (49.08 KB, image/jpeg)
2007-11-13 11:44 PST, Dylan
no flags Details
Test case with border:0 text area and normal textarea (466 bytes, text/html)
2007-11-13 11:45 PST, Dylan
no flags Details
Zoomed screenshot of unstyled textarea showing one-pixel painting error (42.14 KB, image/jpeg)
2007-11-13 11:50 PST, Dylan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dylan 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.
Comment 1 Dylan 2007-11-13 11:44:26 PST
Created attachment 17232 [details]
Screenshot showing incorrect painting
Comment 2 Dylan 2007-11-13 11:45:31 PST
Created attachment 17233 [details]
Test case with border:0 text area and normal textarea
Comment 3 Dylan 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.
Comment 4 Dylan 2007-11-13 11:50:58 PST
Created attachment 17234 [details]
Zoomed screenshot of unstyled textarea showing one-pixel painting error
Comment 5 Robert Blaut 2008-03-18 13:58:59 PDT
Confirmed issue in the latest Webkit.