Closed
Bug 289553
Opened 21 years ago
Closed 21 years ago
Dynamically changing the favicon doesn't update the icon in the tab.
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
VERIFIED
FIXED
Firefox1.5
People
(Reporter: alexl, Assigned: csthomas)
References
()
Details
Attachments
(1 file)
|
1.51 KB,
patch
|
mconnor
:
review+
asa
:
approval-aviary1.1a1+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041111 Firefox/1.0
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041111 Firefox/1.0
If you dynamically update the favicon by removing/re-adding a rel="icon" link in
the head the icon in the tab doesn't update. It does however update in the
location bar. See the URL for an example.
Reproducible: Always
Steps to Reproduce:
1. Make sure you have more than one tab (so tabs are visible)
2. Load http://people.redhat.com/~alexl/files/dynfavicon.html
3. click on "changed icon" button
Actual Results:
favicon changed in location entry (next to url), but not in the tab.
Expected Results:
Icon should have changed in the tab too.
Comment 1•21 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050408
Firefox/1.0+
confirmed ->New
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•21 years ago
|
||
even worse : bug 260550 (label in bookmarks file is never updated at all)
Depends on: 260550
| Assignee | ||
Comment 3•21 years ago
|
||
port of seamonkey patch
| Assignee | ||
Updated•21 years ago
|
| Assignee | ||
Updated•21 years ago
|
Severity: normal → trivial
OS: Linux → All
Whiteboard: [cst: r?]
Target Milestone: --- → Firefox1.1
Version: unspecified → Trunk
Updated•21 years ago
|
Attachment #180338 -
Flags: review?(mconnor) → review+
| Assignee | ||
Updated•21 years ago
|
Attachment #180338 -
Flags: approval-aviary1.1a?
Comment 4•21 years ago
|
||
Comment on attachment 180338 [details] [diff] [review]
patch
a=asa
Attachment #180338 -
Flags: approval-aviary1.1a? → approval-aviary1.1a+
| Assignee | ||
Updated•21 years ago
|
Whiteboard: [cst: r?] → checkin
| Assignee | ||
Comment 5•21 years ago
|
||
checked in
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Whiteboard: checkin
Comment 6•21 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050426
Firefox/1.0+ 10:51PDT build
Verfied
Status: RESOLVED → VERIFIED
Comment 7•21 years ago
|
||
after reload a tab i get this error:
Error: listener.setIcon is not a function
Source File: chrome://global/content/bindings/tabbrowser.xml
Line: 795
Comment 8•21 years ago
|
||
(In reply to comment #7)
> after reload a tab i get this error:
> Error: listener.setIcon is not a function
> Source File: chrome://global/content/bindings/tabbrowser.xml
> Line: 795
Any chance this might be a tab extension related.
I'm not seeing any JSC warning, not with a soft nor hard reload
Comment 9•21 years ago
|
||
(In reply to comment #8)
> (In reply to comment #7)
> > after reload a tab i get this error:
> > Error: listener.setIcon is not a function
> > Source File: chrome://global/content/bindings/tabbrowser.xml
> > Line: 795
>
> Any chance this might be a tab extension related.
> I'm not seeing any JSC warning, not with a soft nor hard reload
>
yes
when i disabled TabMix the error dosn't show
You need to log in
before you can comment on or make changes to this bug.
Description
•