Closed
Bug 198092
Opened 22 years ago
Closed 22 years ago
list-style-type css is not preserved when copying ordered lists (ol)
Categories
(SeaMonkey :: General, defect)
SeaMonkey
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 136595
People
(Reporter: sac+moz, Assigned: asa)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030312
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030312
When an ordered list is copied to the clipboard, the numbering always copies as
decimal if list-style-type specified different numbering.
Reproducible: Always
Steps to Reproduce:
1.use list-style-type to change list numbering in ol element
2.select list and copy it to clipboard
3.paste into something like notepad
Actual Results:
all lists have 1. 2. 3. (decimal) numbering, even if list-style-type is set
differently
Expected Results:
list numbers would be copied in decimal, roman, alpha, whatever specified in style
the fact that this doesn't work right means Netscape 4 is beter than moz in 1
tiny part of CSS support :P
Comment 1•22 years ago
|
||
*** This bug has been marked as a duplicate of 136595 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•