Bug 59685

Summary: REGRESSION: Mouse over/out don't work for <input type=text>
Product: WebKit Reporter: Tony Gentilcore <tonyg>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ap, dglazkov, satish, tkent, tonyg
Priority: P2 Keywords: HasReduction
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Testcase none

Description Tony Gentilcore 2011-04-28 03:47:51 PDT
Created attachment 91463 [details]
Testcase

Hover over the text inputs in the attached test case. In Safari 5.0.4 and FF4.0.1, the boxes turn red on mouse over and blue on mouse out. In the nightlies, the plain text input doesn't change color at all and the speech input changes when the mouse is hovered over the microphone, but it never changes back.
Comment 1 Tony Gentilcore 2011-04-28 04:18:12 PDT
This was observed on Linux and Mac Chrome 12.0.742.9 (WebKit r84325). It doesn't reproduce on Chrome 11.0.696.57 (WebKit r80534). I haven't tested on Windows or in Safari nightly.
Comment 2 Alexey Proskuryakov 2011-04-28 10:35:53 PDT
Safari on Mac seems to be unaffected.
Comment 3 Kent Tamura 2011-04-30 22:59:36 PDT
I confirmed that this issue was reproducible with Chrome 12.0.742.12, but I couldn't reproduce with Chromium 13.0.751.0.  So, It seems WebKit already has a fix.

This issue looks an issue of event handling.  Dimitri, do you have any idea?
Comment 4 Dimitri Glazkov (Google) 2011-05-01 07:15:32 PDT

*** This bug has been marked as a duplicate of bug 59053 ***