Closed
Bug 608379
Opened 15 years ago
Closed 15 years ago
Early calling gBrowser breaks toolbars
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 554279
People
(Reporter: mash, Unassigned)
Details
Attachments
(3 files, 1 obsolete file)
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b8pre) Gecko/20101029 Firefox/4.0b8pre
Build Identifier:
<overlay id="exampleext-overlay"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script type="application/x-javascript"><![CDATA[
gBrowser; // <-- Break toolbar.
]]></script>
</overlay>
Reproducible: Always
Steps to Reproduce:
Install sample extension with toolbar.
Actual Results:
Empty toolbar.
Expected Results:
Toolbar with button.
| Reporter | ||
Comment 1•15 years ago
|
||
| Reporter | ||
Comment 2•15 years ago
|
||
| Reporter | ||
Comment 3•15 years ago
|
||
| Reporter | ||
Comment 4•15 years ago
|
||
Attachment #487011 -
Attachment is obsolete: true
Updated•15 years ago
|
Product: Core → Firefox
QA Contact: general → general
Comment 5•15 years ago
|
||
At first, _quick_, glance this might be bug 554279; In particular see bug 554279 comment #14
Updated•15 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•