There is something strange happening here. If I have ABP installed, I end up
with different DOM in the reporter dialog. It has only the first wizardpage
element. Does content policy (implemented in JavaScript) disturb XUL loading
somehow? Sounds like a bug which fixing bug 395609 somehow revealed.
If I don't any better way, I'll try delaying XUL frame loading until the
main document is fully loaded or something.
Created attachment 314133
delay iframe loading
This is not nice, but fixes this bug.
There is something strange happening here. If I have ABP installed, I end up
with different DOM in the reporter dialog. It has only the first wizardpage
element. Does content policy (implemented in JavaScript) disturb XUL loading
somehow? Sounds like a bug which fixing bug 395609 somehow revealed.
If I don't any better way, I'll try delaying XUL frame loading until the
main document is fully loaded or something.