Bug 21035

Summary: Inspecting a Text node does not always reveal it in the DOM tree
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: Web Inspector (Deprecated)Assignee: Timothy Hatcher <timothy>
Status: RESOLVED FIXED    
Severity: Normal CC: aroben, kmccullough
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Proposed patch oliver: review+

Timothy Hatcher
Reported 2008-09-23 13:04:26 PDT
Inspecting a short text node does not reveal it in the DOM tree. This is because we inline short text nodes with their parent element.
Attachments
Proposed patch (8.96 KB, patch)
2008-09-23 13:48 PDT, Timothy Hatcher
oliver: review+
Timothy Hatcher
Comment 1 2008-09-23 13:48:29 PDT
Created attachment 23715 [details] Proposed patch
Oliver Hunt
Comment 2 2008-09-23 16:17:58 PDT
Comment on attachment 23715 [details] Proposed patch r=me. Interestingly we're currently improving typeof perf in jsc :D
Timothy Hatcher
Comment 3 2008-09-23 19:14:41 PDT
Landed in r36827.
Note You need to log in before you can comment on or make changes to this bug.