[Webkit-unassigned] [Bug 17907] Inspector should support Firebug's magic $1 variable to access inspected node

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 14 09:23:28 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=17907





------- Comment #6 from casey.hattori at gmail.com  2008-08-14 09:23 PDT -------
Created an attachment (id=22794)
 --> (https://bugs.webkit.org/attachment.cgi?id=22794&action=view)
not working patch

$0 seems to receive the appropriate object, but the security seems to block
usage. For example, calling "$0" seems OK, but calling "$0.innerHTML" returns
undefined. I tried doing wrapCallback on the node but that doesn't work either.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list