Closed
Bug 361568
Opened 18 years ago
Closed 18 years ago
[cocoa-cairo] 8px or 16px wide icons/images mis-rendered on 10.3.9 (favicons, close buttons, tab edges)
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
INVALID
mozilla1.9alpha6
People
(Reporter: stefanh, Assigned: vlad)
References
()
Details
(Keywords: testcase)
Attachments
(8 files)
Firefox/SeaMonkey trunk, Mac OS 10.3.9 ppc.
After the switch to cairo, icons in menus etc are mis-rendered. Looking at the icons, it seems that the first 20-25% of the image is cut off and added to the right.
This is probably 10.3.9-only.
Reporter | ||
Comment 1•18 years ago
|
||
Note the favicon, the tab icons and the search menu icons.
Reporter | ||
Updated•18 years ago
|
Summary: [cario][cocoa] Misrendered icons after switch to Cairo → [cocoa-cairo] Misrendered icons after switch to Cairo
Reporter | ||
Comment 3•18 years ago
|
||
(In reply to comment #2)
> Does bug361299 relate?
>
Might be. Do you see the issue as well? Not that many people are on 10.3.9 anymore.
(In reply to comment #3)
> Might be. Do you see the issue as well? Not that many people are on 10.3.9
> anymore.
Yes, I use 10.3.9.
This problem has reproduced.
Comment 5•18 years ago
|
||
Yes, bug 361299 does related, so DUP to that one.
See Comment #3 (https://bugzilla.mozilla.org/show_bug.cgi?id=361299#c3) in there on why this is failing.
*** This bug has been marked as a duplicate of 361299 ***
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
This doesn't have anything to do with the icon decoder. The icon decoder decodes an internal format used for images that we get from the OS (things like icons for a specific file type, or icons that go on an OK/Cancel button).
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Reporter | ||
Updated•18 years ago
|
Flags: blocking1.9?
Comment 7•18 years ago
|
||
David,
this bug may not be a dupe of 361299, but hasn't this bug been fixed?
description and comments #1 #3 #4 all suggest it is 10.3.9 specific.
cheers
propose resolving as fixed, unless there is further comment...
Reporter | ||
Comment 8•18 years ago
|
||
(In reply to comment #7)
> David,
>
> this bug may not be a dupe of 361299, but hasn't this bug been fixed?
>
> description and comments #1 #3 #4 all suggest it is 10.3.9 specific.
>
> cheers
>
> propose resolving as fixed, unless there is further comment...
>
If you read the comments in bug 361299 you would have noticed that this bug isn't fixed...
Reporter | ||
Comment 9•18 years ago
|
||
So, this is not restricted to the ui. It can also be seen in plain xhtml (and html I guess). We display images in xul menus et al with the css property "list-style-image". It seems that those images are mis-rendered. This can also be seen in Camino.
Reporter | ||
Updated•18 years ago
|
Summary: [cocoa-cairo] Misrendered icons after switch to Cairo → [cocoa-cairo] list-style-image misrendered on 10.3.9
Reporter | ||
Comment 10•18 years ago
|
||
I'm just going to attach a few images to use in a new testcase...
Reporter | ||
Comment 11•18 years ago
|
||
Reporter | ||
Comment 12•18 years ago
|
||
Reporter | ||
Comment 13•18 years ago
|
||
It looks like only 16x16 images are rendered wrong. I checked 6x6 and 10x10 and they look OK.
Reporter | ||
Comment 14•18 years ago
|
||
OK, my bad :-(
It seems that all 16x16 icons/images (png/gif tested) is misrendered. Not just icons in lists. One can see it by just loading http://www.mozilla.org/images/mozilla-16.png ... Sigh, sorry for all the spam. I'll be really careful before I say anything from now on.
Summary: [cocoa-cairo] list-style-image misrendered on 10.3.9 → [cocoa-cairo] 16x16 icons/images misrendered on 10.3.9
Not just 16x16 images, apparently :( This is a 16x43 GIF that I encountered tonight.
Apparently it's being 16px wide that's the issue; rotating that image to 43x16px produces an image that displays properly,
Summary: [cocoa-cairo] 16x16 icons/images misrendered on 10.3.9 → [cocoa-cairo] 16px wide icons/images mis-rendered on 10.3.9
Assignee | ||
Updated•18 years ago
|
Assignee: nobody → vladimir
Status: REOPENED → NEW
Flags: blocking1.9? → blocking1.9+
8px-wide images, too; see http://english.aljazeera.net/news/images/topNewsblts.gif
Summary: [cocoa-cairo] 16px wide icons/images mis-rendered on 10.3.9 → [cocoa-cairo] 8px or 16px wide icons/images mis-rendered on 10.3.9
Adding some UI features which exhibit this bug back to the summary to help catch dupes.
Summary: [cocoa-cairo] 8px or 16px wide icons/images mis-rendered on 10.3.9 → [cocoa-cairo] 8px or 16px wide icons/images mis-rendered on 10.3.9 (favicons, close buttons, tab edges)
Assignee | ||
Updated•18 years ago
|
Target Milestone: --- → mozilla1.9alpha6
Assignee | ||
Updated•18 years ago
|
Flags: blocking1.9+ → blocking1.9-
Whiteboard: [wanted-1.9]
Comment 21•18 years ago
|
||
In Cairo 1.4.10, this problem disappeared.
Mac OS X 10.3.9
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.9a6pre) Gecko/20070630 Minefield/3.0a6pre
Depends on: 383960
Comment 22•18 years ago
|
||
The support of 10.3.x did drop by bug 385221.
INVALID?
Status: NEW → RESOLVED
Closed: 18 years ago → 18 years ago
Resolution: --- → INVALID
Updated•17 years ago
|
Flags: wanted1.9+
Whiteboard: [wanted-1.9]
You need to log in
before you can comment on or make changes to this bug.
Description
•