[Webkit-unassigned] [Bug 22144] REGRESSION: JS error drilling down childless node

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 21 05:32:27 PDT 2009


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


Pavel Feldman <pfeldman at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-unassigned at lists.web |pfeldman at chromium.org
                   |kit.org                     |
                 CC|                            |pfeldman at chromium.org
             Status|NEW                         |ASSIGNED




--- Comment #1 from Pavel Feldman <pfeldman at chromium.org>  2009-09-21 05:32:27 PDT ---
The original problem is no longer repeatable. However, following is also a bug:

1) Open inspector using Inspect Element on the "Welcome" topic (important)
2) Double click on body
3) Double click on #icon div

Expected: Contents of body to be displayed
Actual: Contents of the welcome topic is displayed

The problem is that dblclick is being dispatched twice - via explicit listener
and via tree element callback. Will issue a patch shortly.

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