[Webkit-unassigned] [Bug 14050] New: Text field focus ring overdrawn by button click animation on google.com when submitting form with Enter key

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 9 16:09:43 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14050

           Summary: Text field focus ring overdrawn by button click
                    animation on google.com when submitting form with Enter
                    key
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
               URL: http://www.google.com/
        OS/Version: Mac OS X 10.4
            Status: NEW
          Keywords: NeedsReduction
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ddkilzer at webkit.org


* SUMMARY
The text field focus ring is overdrawn by the button click animation on
www.google.com when the Enter key is used to submit the form.

Note that when clicking the button with the mouse, the focus ring on the text
field is removed before the button click animation, thus preventing this issue.

* STEPS TO REPRODUCE
1. Launch WebKit/Safari.
2. Go to URL:  http://www.google.com/
3. Focus the text field used for search (via mouse or tab key).
4. Type witty search terms (like "asdf").
5. Hit Enter key.  (DO NOT click the search button with the mouse, or use the
tab key to focus the search button.)

* EXPECTED RESULTS
The button click animation should not draw over the text field focus ring.

* ACTUAL RESULTS
The button click animation draws over the text field focus ring.

* REGRESSION
This is not a regression from shipping Safari 2.0.4 (419.3) on Mac OS X 10.4.9
(8P135) as that version behaves the same way.  Tested with a local debug build
of WebKit r22080 with the above software.

* NOTES
The correct fix is probably to remove the focus ring from the text field before
the button click animation occurs for form submittal.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list