Bug 19609

Summary: onmouseout event handler fired on <select> control when mouse is hovered over drop down elements
Product: WebKit Reporter: Anantha Keesara <anantha>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: UNCONFIRMED ---    
Severity: Normal CC: tonikitoo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
Attachments:
Description Flags
Screenshot
none
reduction none

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