Bug 19609 - onmouseout event handler fired on <select> control when mouse is hovered over drop down elements
Summary: onmouseout event handler fired on <select> control when mouse is hovered over...
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-17 13:46 PDT by Anantha Keesara
Modified: 2013-09-27 07:34 PDT (History)
1 user (show)

See Also:


Attachments
Screenshot (24.49 KB, image/png)
2008-06-17 13:46 PDT, Anantha Keesara
no flags Details
reduction (813 bytes, text/html)
2008-06-17 13:57 PDT, Anantha Keesara
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anantha Keesara 2008-06-17 13:46:40 PDT
I. Steps:
 -----------
 
 1. Launch Safari
 
 2. Open the attached test case
 
 3. Click on drop down control 
 
 4. Hover mouse over the drop down elements
 
 
 
 
 II. Issue:
 -----------------
 Safari fires an extra mouseout when clicking on <select>
 
 
 
 III. Other browsers:
 -----------------------
 IE8: only fires the mouseout when moving out from over the <select> control itself.
 
 FF: Fires mouseout when moving out from the <select> control, as well as between <option> elements
 
 IV. Safari nightly tested: version 3.1.1(525.17 )- r34278.
 
 Not working properly on Safari.
 
 
 
 V. Safari screenshot : Avalible
Comment 1 Anantha Keesara 2008-06-17 13:46:42 PDT
Created attachment 21760 [details]
Screenshot
Comment 2 Anantha Keesara 2008-06-17 13:57:03 PDT
Created attachment 21768 [details]
reduction