Closed
Bug 337852
Opened 19 years ago
Closed 18 years ago
Digits change font when they are near BOM
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 332649
People
(Reporter: nir123, Unassigned)
References
Details
(Keywords: regression, testcase, Whiteboard: cairo)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060512 Minefield/3.0a1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060512 Minefield/3.0a1
See testcase for details.
Reproducible: Always
Keywords: regression,
testcase
Comment 3•19 years ago
|
||
This was presumably exposed by bug 335816, but I'm not sure what the underlying issue is (and bug 335816 should only have affected the raw BOM, not the numeric entities in lines 2 and 4 of the test case).
Simon, you probably right.
The regression in comment #2 is only for numeric BOM (Lines 1 and 3).
regression range for HTML BOM is earlier (I'll check it)
Updated•19 years ago
|
Component: Layout → Layout: Fonts and Text
QA Contact: layout → layout.fonts-and-text
(In reply to comment #3)
> bug 335816 should only have affected the raw BOM, not the numeric
> entities in lines 2 and 4 of the test case).
>
numeric BOMs are in lines 1 and 3, isn't?
regression range for HTML BOM (lines 2 and 4) is:
20060222 - 20060226
It may be cairo-related.
Should I report it as a separete bug?
Component: Layout: Fonts and Text → Layout
Comment 6•19 years ago
|
||
No need for a new bug: in my opinion the regression between 2006-02-22 and 2006-02-26 is the bug, and as you say is probably connected to cairo font fallback from bug 324560. Bug 335816 just removed the inconsistency.
To clarify terminology: what I call a numeric entity is what you call an HTML BOM, i.e. ""
Comment 8•19 years ago
|
||
With respect to the underlying cause, does thebes have any equivalent to the patch from bug 205387?
Comment 9•19 years ago
|
||
Confirming.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060516 Minefield/3.0a1 ID:2006051606 [cairo]
This doesn't happen with a non-Cairo build so I'm moving it to the GFX: Thebes component.
I suspect bug 332649 is the actual reason that the font is changing.
Status: UNCONFIRMED → NEW
Component: Layout: Fonts and Text → GFX: Thebes
Ever confirmed: true
QA Contact: layout.fonts-and-text → thebes
Whiteboard: cairo
Comment 10•19 years ago
|
||
This seems to have been fixed by the patch for bug 340590.
Comment 11•19 years ago
|
||
Actually this is still happening, I'm not sure whether it regressed or whether I just didn't notice when I resolved this (the font difference is subtle on my system). This seems to be basically the same as bug 341054 but I'll leave it open since we probably shouldn't even be drawing the BOM at all as per bug 205387.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060703 Minefield/3.0a1 ID:2006070304 [cairo]
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 12•18 years ago
|
||
this is a dup of 332649.
Status: REOPENED → RESOLVED
Closed: 19 years ago → 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•