Bug 173982

Summary: Web Inspector: GeneralTreeElements should use textContent if the title/subtitle is not a string for filtering
Product: WebKit Reporter: Devin Rousso <hi>
Component: Web InspectorAssignee: Devin Rousso <hi>
Status: RESOLVED WONTFIX    
Severity: Normal CC: inspector-bugzilla-changes, joepeck
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
See Also: https://bugs.webkit.org/show_bug.cgi?id=173807
Attachments:
Description Flags
Patch joepeck: review-

Description Devin Rousso 2017-06-29 12:48:06 PDT
For the cases that a Node is provided, we should still attempt to match based on the text that is contained within the node.
Comment 1 Devin Rousso 2017-06-29 13:11:28 PDT
Created attachment 314156 [details]
Patch
Comment 2 Joseph Pecoraro 2017-07-05 20:20:35 PDT
Comment on attachment 314156 [details]
Patch

r-, it sounds like you can do this in your specific subclass. I think thats probably preferable to altering the behavior for all TreeElements.