Updates:
Status: Untriaged
Cc: [EMAIL PROTECTED]
Labels: -Area-Misc Area-WebKit HasReduction JavaScript Area-Compat
Comment #1 on issue 5284 by [EMAIL PROTECTED]: Javascript Dropdown Selection
Problem
http://code.google.com/p/chromium/issues/detail?id=5284
Safari 3.2: Same issue
Reduction:
http://go/reductions/5284/test-standard.html
The time when "onclick" event is triggered is different between Firefox/IE
and
Chrome/Safari, this is the cause of this issue. Lets separate the selecting
dropdown
operation into 2 periods:
1. Click the dropdown, dropdown options get expanded.
2. Choose an option
In IE/Firefox, "onclick" event is triggered after step 2, however in
Chrome/Safari,
the "onclick" event is triggered before step 2 and after step 1. In other
words, when
the "onclick" event is triggered in Chrome/Safari, the value of dropdown is
not
changed by user yet, this is really a problem.
As a result, in Chrome, in the reduction the "onclick" event cannot display
the
selected value below the dropdown, this can only be done by the "onblur"
event.
However in Firefox/IE, everything is done by the "onclick" event.
Attachments:
test-standard.html 1.1 KB
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---