firebug / firebug.next

Next Firebug generation built on top of native Firefox developer tools
Other
229 stars 37 forks source link

Panel stays empty when Firebug is opened while a page is not fully loaded yet #448

Closed SebastianZ closed 8 years ago

SebastianZ commented 8 years ago

If a page is not completely loaded yet and you open Firebug, the Inspector panel stays empty.

Empty *Inspector* panel

There is an error shown within the Browser Console, which might be related:

"Protocol error (unknownError): [Exception... "Unexpected error" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/server/actors/highlighters/utils/markup.js :: CanvasFrameAnonymousContentHelper.prototype._insert :: line 236" data: no]"1 Promise-backend.js:937

Sebastian

janodvarko commented 8 years ago

I can't reproduce it. Any specific page I should load? Does it happen only if Firebug theme is active?

Honza

SebastianZ commented 8 years ago

I can't reproduce it. Any specific page I should load?

I also can't reproduce it right now on my laptop. I'll try it again tomorrow on my work PC, where I saw this issue.

Sebastian

SebastianZ commented 8 years ago

It's obviously not a Firebug issue, it also happens when Firebug is not installed. I filed it as bug 1226154.

Sebastian