[Webkit-unassigned] [Bug 105697] Changing HTML content of <button> onchange of an <input> prevents a click from firing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 22 01:08:07 PDT 2013


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


Alexander Shalamov <alexander.shalamov at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexander.shalamov at gmail.co
                   |                            |m




--- Comment #1 from Alexander Shalamov <alexander.shalamov at gmail.com>  2013-03-22 01:10:34 PST ---
(In reply to comment #0)
> This only seems to happen when HTML content is injected.  If I set the innerHTML of the <button> to a plain string the issue does not occur.

The issue is not related to setting html / plain text content to a button. The problem is that mouse press and release events received by different elements of the button and click event is not sent. I have a patch that I'm testing at the moment. Will upload it when I'm sure that none of layout tests are failing with my modifications.

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