Bug 21035 - Inspecting a Text node does not always reveal it in the DOM tree
Summary: Inspecting a Text node does not always reveal it in the DOM tree
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Timothy Hatcher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-23 13:04 PDT by Timothy Hatcher
Modified: 2008-09-23 19:14 PDT (History)
2 users (show)

See Also:


Attachments
Proposed patch (8.96 KB, patch)
2008-09-23 13:48 PDT, Timothy Hatcher
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.