Closed
Bug 133929
Opened 23 years ago
Closed 23 years ago
Mozilla supports only 16-color icon in URL bar
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 109214
People
(Reporter: michal.horak, Assigned: hewitt)
References
()
Details
In the page at http://mobiljuice.lovcipokladu.cz/web/ you can see green anchor
icon in URL bar. The icon (standard .ICO format with 16 and 256 color version)
is displayed only in 16 colors. In IE you must add the page to favorites, then
you can see the right, 256 colored, antialiased icon.
Comment 1•23 years ago
|
||
hm. right now our .ico decoder code looks for the first icon in the file that
has the dimensions 16x16 (if none is found, the last icon is used).
it should indeed use the icon with the highest color depth, but I think that bug
is already filed. hm, looks like a dup of bug 109214... though the summary of
that one isn't clear. marking as dup.
changing component.
*** This bug has been marked as a duplicate of 109214 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Component: URL Bar → ImageLib
Resolution: --- → DUPLICATE
Reporter | ||
Comment 3•23 years ago
|
||
> our .ico decoder code looks for the first icon in the file
The .ICO file was saved in Microangelo Studio 5.0 - maybe this is the problem?
Comment 4•23 years ago
|
||
no, the real problem is in Mozilla's icon display code. It doesn't display the
icon with the highest color depth, but the first one it can find.
You need to log in
before you can comment on or make changes to this bug.
Description
•