Closed
Bug 280024
Opened 20 years ago
Closed 20 years ago
very long <ol> lists have the item number truncated (>1000)
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: bugs, Unassigned)
References
()
Details
Attachments
(1 file)
|
40.13 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050110 Firefox/1.0 (Debian package 1.0+dfsg.1-2) Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050110 Firefox/1.0 (Debian package 1.0+dfsg.1-2) If an <ol> exceeds 1000 items, the 'thousands' column of numbers is truncated. Basically it seems that mozilla gives three-digits of space for the numbers and doesn't consider the length of the list. (note re: duplicates. I've had a long look for this bug already but I couldn't find it, yet I very much doubt I'm the first person to discover this. Apologies to QA if you find a dupe and please let me know which search terms you used) Reproducible: Always Steps to Reproduce: 1. create / view a document with an <ol> containing >1000 <li>'s 2. scroll to bottom and check the number Actual Results: You should notice that the number is truncated (e.g. 1000 looks like '000') Expected Results: check the length of the list before deciding on how wide the numbering area should be - possibly adjust the margin value of the list items to accommodate more digits. Note: I write this without any idea of how feasible it might be. Also evident in Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050105 Debian/1.7.5-1
| Reporter | ||
Comment 1•20 years ago
|
||
| Reporter | ||
Comment 2•20 years ago
|
||
Not present in Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040707 Firefox/0.9.2
Comment 3•20 years ago
|
||
also wfm with a current cvs trunk build. Reporter: Can you test if this is still a issue with a trunk build of Mozilla/Firefox?
| Reporter | ||
Comment 4•20 years ago
|
||
wfm Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.5) Gecko/20041110 Firefox/1.0 (In reply to comment #3) > also wfm with a current cvs trunk build. > Reporter: Can you test if this is still a issue with a trunk build of > Mozilla/Firefox? Yeah sure - I'll be back in the office on monday. Something from http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2005-01-27-07-trunk/ adequate (2005-01-31 by then), or must I build from source?
Comment 5•20 years ago
|
||
(In reply to comment #4) > Yeah sure - I'll be back in the office on monday. Something from > http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2005-01-27-07-trunk/ > adequate (2005-01-31 by then), or must I build from source? Yes, should be ok.
| Reporter | ||
Comment 6•20 years ago
|
||
Ok, confirmed in two linux builds, the 1.0 in debian/testing and a nightly from 20050128. http://jon.dowland.name/code/bugs/mozilla/long-ol-firefox-deb-stable-1.0.png http://jon.dowland.name/code/bugs/mozilla/long-ol-firefox-linux-20050128.png I'll try a win32 nightly, my suspicion is this is a linux-only bug.
| Reporter | ||
Comment 7•20 years ago
|
||
Yeah not present in Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050127 Firefox/1.0+
Comment 8•20 years ago
|
||
*** This bug has been marked as a duplicate of 15438 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•