Closed
Bug 210128
Opened 21 years ago
Closed 21 years ago
Lists with Roman numerals don't fail gracefully for large numbers
Categories
(Core :: Internationalization, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: smontagu, Assigned: smontagu)
References
()
Details
Attachments
(1 file)
1.27 KB,
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
The algorithm for numbered lists with Roman numerals in nsBulletFrame.cpp only
works up to 3999. Higher numbers display garbage.
(All other values for list-style-type either fall back to decimal above some
value or go on producing numerals in the same system up to MAXINT32. I can't
vouch that *every* system is working correctly, but there is no obvious garbage
except in the cases of upper-roman and lower-roman)
Assignee | ||
Comment 1•21 years ago
|
||
Updated•21 years ago
|
Attachment #126137 -
Flags: superreview+
Attachment #126137 -
Flags: review+
Assignee | ||
Comment 2•21 years ago
|
||
Fix checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•