Bug 59685 - REGRESSION: Mouse over/out don't work for <input type=text>
Summary: REGRESSION: Mouse over/out don't work for <input type=text>
Status: RESOLVED DUPLICATE of bug 59053
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2011-04-28 03:47 PDT by Tony Gentilcore
Modified: 2011-05-01 07:15 PDT (History)
5 users (show)

See Also:


Attachments
Testcase (220 bytes, text/html)
2011-04-28 03:47 PDT, Tony Gentilcore
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***