[Webkit-unassigned] [Bug 23721] Changing dropdown's selectedIndex within onchange handler fires another onchange

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 5 19:31:53 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=23721





------- Comment #3 from johnnyg at google.com  2009-06-05 19:31 PDT -------
Did some investigating: the problem will occur whenever selectedIndex is
changed by script while the select element is in focus.  when the focus leaves,
the onchange event fires.  this doesn't happen on IE or Firefox.  it's not
limited to within an onchange: script in onfocus, onkeypress, or a timer will
cause the same inconsistency.

test and patch on the way.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list