[Webkit-unassigned] [Bug 34680] New: Web Inspector: Fragment-held Elements Not Shown in Inspector
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Feb 6 10:26:32 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=34680
Summary: Web Inspector: Fragment-held Elements Not Shown in
Inspector
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
URL: http://dev.jquery.com/ticket/6045
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Web Inspector
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jresig at mozilla.com
CC: timothy at hatcher.name, rik at webkit.org,
keishi at webkit.org, pmuellr at yahoo.com,
joepeck at webkit.org, pfeldman at chromium.org,
bweinstein at apple.com
Elements inside a fragment, inside an array, are not displayed.
Reduction:
var frag = document.createDocumentFragment();
frag.appendChild( document.createElement("p") );
In the web inspector you see:
> frag.firstChild
(nothing is shown)
var a = [ frag.firstChild ];
> a
[]
Even though the array has a length and holds an element.
See also here:
http://dev.jquery.com/ticket/6045
--
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