Closed
Bug 4583
Opened 26 years ago
Closed 25 years ago
[PP]em and en dashes not displaying under linux
Categories
(Core :: Layout, defect, P3)
Tracking
()
M15
People
(Reporter: cpratt, Assigned: waqar)
References
()
Details
(Keywords: platform-parity)
Attachments
(1 file)
(deleted),
text/html
|
Details |
Neither &mdash and — nor &ndash and – display the correct characters
under linux. (Nav 4.51 displays the dashes by number but not by character
entity.)
Summary: em and en dashes not displaying under linux → [PP]em and en dashes not displaying under linux
Updated•25 years ago
|
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M11
Changed URL, marking assigned, m11.
I see the bug, the problem is that the arguments to XFillRectangle()
(gdk_draw_rectangle() actually) are overflowing at -(2^15) and +(2^16) cause of
the 'unsigned int' limit of x windows.
So, im going to add some code to clamp all arugments to X lib functions.
Updated•25 years ago
|
Assignee: ramiro → waqar
Status: ASSIGNED → NEW
disregard the last comment, it was mistakenly added to the bug.
reassign to waqar.
waqar: here's a chance to dig into gfx code. Probably something to do with
fonts on X. Check what 4.5 does to be sure.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•25 years ago
|
Status: RESOLVED → REOPENED
Comment 5•25 years ago
|
||
This problem still occurs in the Oct 21 Linux build (1999102108).
*** Bug 20272 has been marked as a duplicate of this bug. ***
Comment 9•25 years ago
|
||
Here's a problem similar to Bug 24924. Need some solution or
substitute workaround.
Assignee | ||
Comment 10•25 years ago
|
||
*** This bug has been marked as a duplicate of 24924 ***
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 11•25 years ago
|
||
Verifying as duplicate of bug filed ~20,000 bug reports later. :)
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•