Closed
Bug 431163
Opened 17 years ago
Closed 15 years ago
browser tag not shown even with a flex attribute.
Categories
(Firefox :: Extension Compatibility, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: imbibinebe, Unassigned)
Details
(Whiteboard: [CLOSEME 2010-11-15])
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5
It seems that the flex="1" attribute is not working on the browser tag although the same code is working on firefox 2.0.0.13.
Reproducible: Always
Steps to Reproduce:
1.<browser flex="1" />
| Reporter | ||
Comment 1•17 years ago
|
||
PS:
Sorry. Nothing to do with the flex attribute.
The browser tag is not shown only in this case:
<browser id="theBrowser" homepage="http://mozilla.org" />
and if you call theBrowser.goHome() method.
It is shown when you write the tag like this:
<browser id="theBrowser" homepage="http://mozilla.org" src="http://mozilla.org"/>
Comment 2•15 years ago
|
||
This bug was reported using Firefox 3.0 or older, which is no longer supported. The bug has also not been changed in over 500 days and is still in UNCO.
Reporter, please retest this bug in Firefox 3.6.10 or later using a fresh profile, http://support.mozilla.com/en-US/kb/managing+profiles. If you still see this problem, please update the bug. If you no longer see the bug, please set the resolution to RESOLVED, WORKSFORME.
This is a mass search of unconfirmed bugs that have no activity on them, so if you feel a bug was marked in error, just remove the CLOSEME comment in the whiteboard within the next month.
Whiteboard: [CLOSEME 2010-11-15]
| Reporter | ||
Updated•15 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•