[Webkit-unassigned] [Bug 29375] [Qt] JavaScript onChange/onClick handlers are called differently under Linux and Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 3 05:42:36 PST 2009


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





--- Comment #1 from Oded Arbel <oded at geek.co.il>  2009-12-03 05:42:35 PST ---
Created an attachment (id=44232)
 --> (https://bugs.webkit.org/attachment.cgi?id=44232)
Test case in an HTML file

In the test case provided above (copied from the bug description), the text
fields onchange event fires properly no matter where you click (on the button
or not) but if you click on the button and the onchange event for the text
field fires, then the onclick event for the button does not. You actually have
to click again on the button to get the onclick event (in which case the text
wasn't changed so the onchange event does not fire). It doesn't matter if the
onchange handler returns true or not.

Tested on Chrome 4 and Chromium 4.0.262.0 .

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



More information about the webkit-unassigned mailing list