Bug 20969 - Windows *only* (works fine on osX): select a dropdowns don't fire the click javascript event
Summary: Windows *only* (works fine on osX): select a dropdowns don't fire the click j...
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P3 Normal
Assignee: Nobody
URL: http://www.joomlapolis.com/component/...
Keywords: HasReduction, PlatformOnly
Depends on:
Blocks:
 
Reported: 2008-09-20 18:42 PDT by Beat
Modified: 2009-04-02 09:24 PDT (History)
2 users (show)

See Also:


Attachments
HTML file that demonstrate the bug (1.37 KB, text/html)
2009-04-02 09:23 PDT, Yves Van Goethem
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Beat 2008-09-20 18:42:03 PDT
On Windows *only* (works fine on osX): select dropdowns don't fire the javascript click event (but only the change event) when a new choice is clicked.

Probably this is because the mouse is below the original select list, as it popped up.

To reproduce just go to the URL above and click on the "No Profile Image": in Safari mac and other browsers, a slide-down will be appearing.

In Safari *on windows* and Chrome windows you need to click a second time, so the "onclick" event is generated for the slide-down to appear.

All other browsers do generate the click event also when clicking on a value from the drop-down, so this is a bug.
Comment 1 Yves Van Goethem 2009-04-02 09:23:19 PDT
Created attachment 29192 [details]
HTML file that demonstrate the bug

Tested on Windows XP under Safari 3.2.1 and Safari beta 4