Closed
Bug 433241
Opened 17 years ago
Closed 17 years ago
netError favicon broken on Linux; uses last page's favicon
Categories
(Firefox :: Theme, defect)
Tracking
()
RESOLVED
FIXED
Firefox 3
People
(Reporter: davemgarrett, Assigned: Gavin)
References
Details
(Keywords: polish, regression)
Attachments
(2 obsolete files)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9pre) Gecko/2008051009 Minefield/3.0pre
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9pre) Gecko/2008051009 Minefield/3.0pre
The netError favicon seems to be broken on Linux now.
Reproducible: Always
Steps to Reproduce:
1. Goto any site with a favicon (i.e. Bugzilla)
2. Goto http://www.adgasdgasdgasdgawg.com/ (non-existent site) in same tab
3. Note the favicon is of step #1's site
My guess is this is related to the patch from bug 432938.
Reporter | ||
Updated•17 years ago
|
Keywords: polish,
regression
Comment 1•17 years ago
|
||
I can confirm that I get the wrong icon displayed with recently nightlies in Ubuntu Hardy. It seems that the moz-icon://stock/gtk-dialog-warning?size=men icon is ignored when specified here. (I do get the proper warning icon when displaying that image in other ways than as a favicon)
Severity: normal → major
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: blocking-firefox3?
I can also confirm this on Ubuntu hardy. This is the regression window:
Does not repro in:
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9pre) Gecko/2008050904 Minefield/3.0pre
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9pre) Gecko/2008050918 Minefield/3.0pre
Does repro in:
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9pre) Gecko/2008051004 Minefield/3.0pre
Comment 3•17 years ago
|
||
My opinion is that this wouldn't block final release, and is something we could fix in a security & stability release.
It does not affect all favicon pages. For instance:
1. go to http://en.wikipedia.org/wiki/American_robin
2. at the bottom of the page (under "External Links") click the "eNature Profile" hyperlink
3. the wikipedia favicon does not stay despite the eNature site not defining their down favicon (as far as I can see)
The moz-icon scheme needs to be exempted for error pages. Don't think that this is blocking, but if there is going to be a respin for another bug, then perhaps this could be included.
Comment 6•17 years ago
|
||
Agreed it shouldn't block. So I'm going to minus the blocking but nom the patch for approval so we don't miss it if we happen to have to do an RC2
Flags: wanted-firefox3+
Flags: blocking-firefox3?
Flags: blocking-firefox3-
Updated•17 years ago
|
Attachment #320437 -
Flags: approval1.9?
Comment 8•17 years ago
|
||
Comment on attachment 320437 [details] [diff] [review]
fix
Sorry, Schrep - we should only be marking bugs for approval once the patches have been reviewed.
Attachment #320437 -
Flags: approval1.9?
Updated•17 years ago
|
Flags: wanted-firefox3+
Whiteboard: [RC2]
Updated•17 years ago
|
Whiteboard: [RC2] → [RC2?]
Comment 9•17 years ago
|
||
A moz-icon URI for the favicon is used only for GTK2, so this is Linux-only.
Comment 10•17 years ago
|
||
Oops, forgot to update the comment.
(In reply to comment #7)
> Does that mean that this is more than Linux-only?
>
To elaborate on the response given in comment 9, if the Windows or Mac error pages had tried to use a moz-icon favicon, they'd be affected too (this allowed me to test the patch even though I don't have a Linux box handy), so this is all-platforms in theory, but Linux-only in practice.
Attachment #320437 -
Attachment is obsolete: true
Attachment #320444 -
Flags: review?(gavin.sharp)
Attachment #320437 -
Flags: review?(gavin.sharp)
Assignee | ||
Comment 11•17 years ago
|
||
I fixed this by backing out the patch for bug 432938, per RC1 thread on dev.planning and #developers. We should roll the patch in this bug into subsequent patches for bug 432938.
Assignee: kliu → gavin.sharp
Status: ASSIGNED → NEW
Whiteboard: [RC2?]
Target Milestone: --- → Firefox 3
Assignee | ||
Updated•17 years ago
|
Attachment #320444 -
Attachment is obsolete: true
Attachment #320444 -
Flags: review?(gavin.sharp)
Assignee | ||
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Target Milestone: Firefox 3 → ---
Assignee | ||
Comment 12•17 years ago
|
||
Thanks for jumping in and patching this, Kai.
Target Milestone: --- → Firefox 3
Assignee | ||
Comment 13•17 years ago
|
||
(even if we didn't end up taking the patch right away)
Updated•17 years ago
|
Flags: wanted1.9.0.x+
You need to log in
before you can comment on or make changes to this bug.
Description
•