[Webkit-unassigned] [Bug 19377] REGRESSION (r31890): "Inspect Element" on a node in a subframe doesn't highlight that node

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 3 10:17:38 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=19377


aroben at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|REGRESSION?: "Inspect       |REGRESSION (r31890):
                   |Element" on a node in a     |"Inspect Element" on a node
                   |subframe doesn't highlight  |in a subframe doesn't
                   |that node                   |highlight that node




------- Comment #1 from aroben at apple.com  2008-06-03 10:17 PDT -------
I think this was caused by r31890. What's happening is we're ending up with two
JSInspectedObjectWrappers for the same JSHTMLHtmlElement. The two wrappers have
different global objects. Presumably one of them is the subframe's global
object and one of them is the main frame's. The effect of this is that the two
wrappers fail a strict equality check (they'd fail a non-strict equality check,
too).


-- 
Configure bugmail: http://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