[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
Mon Mar 8 13:28:37 PST 2010


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


Robert Hogan <robert at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |robert at webkit.org




--- Comment #4 from Robert Hogan <robert at webkit.org>  2010-03-08 13:28:37 PST ---
(In reply to comment #3)
> Also, another interesting thing (sorry for the bug spam, but I just tested
> something else), is that onmousedown does not suffer from this problem - if you
> use onmousedown instead of onclick then both events fire normally.

I can't recreate this problem at all in QtLauncher. Have you tried it there?

This is what I did, in the order I did it - maybe I'm misunderstanding the bug
but it looks good to me:

Do: edit text field, click button
Result: Get Onclick and Onchange popup in that order.

Do: leave text alone, click button.
Result: get onclick popup only

Do: edit text again, click elsewhere on screen
Result: get onchange popup only

Do: leave text alone, click button.
Result: get onclick popup only

Do: edit text field again, click button
Result: Get Onclick and Onchange popup in that order.

-- 
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