> I wanted to try out XPathResult logging so I installed this, but I'm > working on a Greasemonkey script, and it appears that > console.log(object) doesn't make the [object Object] click able, and > console.dir doesn't work at all in Greasemonkey scripts. Is that on > purpose? Both worked in 1.5.3 with the same Greasemonkey script > (although of course without the enhanced XPathResult display). I'm using > Firefox 3.6.3 and Greasemonkey 0.8.20100408.6.
I have installed Firefox 3.6.3 + Firebug 1.6a9 + Greasemonkey 0.8.20100408.6. and tried following test case: http://getfirebug.com/tests/content/console/api/log-xpathresult.html I see [h2, h2] in the Console panel (after clicking on the Execute Test button), which is the expected result. Does this test work for you? If yes, what should I exactly do to reproduce your case? Honza -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
