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+

Description Timothy Hatcher 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.
Comment 1 Timothy Hatcher 2008-09-23 13:48:29 PDT
Created attachment 23715 [details]
Proposed patch
Comment 2 Oliver Hunt 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
Comment 3 Timothy Hatcher 2008-09-23 19:14:41 PDT
Landed in r36827.