Closed
Bug 380619
Opened 18 years ago
Closed 15 years ago
Xul problem and back: when icon changes, the back button disappear
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: mgueury, Unassigned)
Details
(Whiteboard: [CLOSEME 5-15-2010])
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
I am the Author of the extension called HTML Validator.
My users reported me a problem but the cause is due to a bug in firefox.
When I change an icon of my extension on the status bar during a particular Firefox event, the back button is reset.
Reproducible: Always
Steps to Reproduce:
1. Install HTML Validator for Firefox 0.839
This link: http://users.skynet.be/mgueury/mozilla/download.html
Win: http://htmlvalidator.sourceforge.net/mozilla/tidy_firefox_win_0839.xpi
Linux:
http://htmlvalidator.sourceforge.net/mozilla/tidy_firefox_linux_0839.xpi
Or this link:
https://addons.mozilla.org/en-US/firefox/addon/249
2. restart Firefox, choose the algorithm you want
3. Open a new window
Go to www.google.com
Click on any link (ex: images) -> you go to the next page
-> There is no back button (This is the bug)
Go to a link futher( back rework )
Actual Results:
no back button after new window
Expected Results:
back button available
I know the code causing this in my extension. Just that it is crazy:
- If you look the extension, you will see that there is an icon in the status bar that is green, yellow or red depending of the HTML errors on the page.
- when I do
this.xulBrowserImg = document.getElementById("tidy-status-bar-img");
...
img = this.xulBrowserImg;
...
img.setAttribute("src", icon + ".png" );
The back button disappear.
If I replace the line of code by:
setTimeout('oTidyBrowser.xulBrowserImg.setAttribute("src","'+icon+'.png" )',10)
It works. This behavior is really strange and buggy. It should be fixed. A lot of extension have numerous work-around for such bugs.
Thanks by advance,
Comment 1•18 years ago
|
||
This appears to be fixed on trunk by one of the checkins here:
http://bonsai.mozilla.org/cvsquery.cgi?module=PhoenixTinderbox&date=explicit&mindate=2006-03-07+03%3A00&maxdate=2006-03-07+14%3A00
Maybe by bug 234455?
Trunk builds: http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/
Comment 2•18 years ago
|
||
FYI: I see also a new problem: the settings are not ported over to a new window. And this is probably caused by a change in the Firefox code by bug 335251.
Comment 3•15 years ago
|
||
This bug was reported on Firefox 2.x or older, which is no longer supported and will not be receiving any more updates. I strongly suggest that you update to Firefox 3.6.3 or later, update your plugins (flash, adobe, etc.), and retest in a new profile. If you still see the issue with the updated Firefox, please post here. Otherwise, please close as RESOLVED > WORKSFORME
http://www.mozilla.com
http://support.mozilla.com/kb/Managing+profiles
http://support.mozilla.com/kb/Safe+mode
Whiteboard: [CLOSEME 5-15-2010]
Version: unspecified → 2.0 Branch
Comment 4•15 years ago
|
||
No reply, INCOMPLETE. Please retest with Firefox 3.6.x or later and a new profile (http://support.mozilla.com/kb/Managing+profiles). If you continue to see this issue with the newest firefox and a new profile, then please comment on this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•