Closed
Bug 825405
Opened 13 years ago
Closed 13 years ago
tab.favicon not applied
Categories
(Add-on SDK Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: lduros, Unassigned)
Details
When using tabs.open(), on my machine no favicon is applied/displayed when using an icon url or a local icon (with data.url), e.g.:
tabs.open({url: data.url('settings.html'),
favicon: data.url('images/favicon')});
or:
tabs.open({url: data.url('settings.html'),
favicon: 'http://support.cdn.mozilla.net/media/img/favicon.ico'});
Maybe it's the same issue as bug 821536 with tab.title not reflected? >> https://bugzilla.mozilla.org/show_bug.cgi?id=821536
Thanks,
According to the documentation <https://addons.mozilla.org/en-US/developers/docs/sdk/latest/modules/sdk/tabs.html#open%28options%29>, 'favicon' is not one of the items you can set via tabs.open().
And accessing an existing tab object's favicon property is read-only.
| Reporter | ||
Comment 2•13 years ago
|
||
Sorry about that. I guess I should read the docs more carefully next time...
Comment 3•13 years ago
|
||
hmm maybe we should throw a warning
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•