You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Firebug
Why is it that DOM search only searches visible objects in the DOM
tab? I'm trying to search for a variable, which I know is buried deep
somewhere. To find it I would need to expand every single object
within the top-level object which I know the variable is in. What is
the point of DOM search if it doesn't search the ENTIRE DOM?
Jan Honza Odvarko
unread,
Sep 1, 2011, 4:39:04 AM9/1/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Firebug
I get it now. The DOM search is searching visible text in the DOM tab
not the DOM itself.
Suggestion: Add an "Expand All" button. Although I suspect that would
crash FF or FB or both.