Hi,
I have a code in a FB extension that was working on FB 1.8 (or 1.9?) and FF 
4 or so, and it is not working anymore with 1.10 (FF 13)

var highlighter = new Firebug.Inspector.FrameHighlighter();
highlighter.highlight(window.content, span, null, {border: "red", 
background:"yellow"}, true);

I tried also with:

Firebug.Inspector.highlightObject(span, window.content, 'frame', null, 
{border: "red", content:"yellow"});
or with Firebug.highlightObject(...)

with or without highlight type, boxFrame, color, different kind of 
arguments, etc no way to make it work.

What am I missing? Any clue about what it could be? What should I check?

Thanks 



-- 
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
https://groups.google.com/forum/#!forum/firebug

Reply via email to