Open
Bug 191842
Opened 22 years ago
Updated 4 years ago
Copying/pasting ordered list converts numbers to "#" (if selection does not include <ol> and </ol>)
Categories
(Core :: DOM: Serializers, defect, P5)
Tracking
()
NEW
People
(Reporter: sgifford, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: regression)
Attachments
(1 file)
53 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130
When I copy an ordered list and paste it into another application, the numbers
are changed to a pound sign.
Reproducible: Always
Steps to Reproduce:
1. Visit a page with an ordered list (I'll attach a test case shortly)
2. Copy the entire ordered list
3. Middle-mouse paste it into another application
Actual Results:
# First
# Second
# Third
Expected Results:
1. First
2. Second
3. Third
Reporter | ||
Comment 1•22 years ago
|
||
Reporter | ||
Comment 2•22 years ago
|
||
Works fine in latest nightly, sorry.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Hmm here's pasting the testcase with a current trunk CVS, Linux:
# First
# Second
# Third
and pasting it into composer paste bullets, not numbers. So something is funny.
Reporter | ||
Comment 4•22 years ago
|
||
I'm seeing this behavior again on Linux build 20030624.
Status: RESOLVED → REOPENED
Keywords: regression
Resolution: WORKSFORME → ---
Summary: Copying ordered list converts numbers to "#" → Copying/pasting ordered list (OL) converts numbers to "#"
Reporter | ||
Comment 5•22 years ago
|
||
Still present in FireBird 20030703.
Comment 6•19 years ago
|
||
Open the test case
* Select two or three items, copy, paste -> you see #
* Select all (Ctrl+A) -> you see the numbers
It seems if the text selection does not include <ol> and </ol>, pasting won't work
Assignee: harishd → dom-to-text
Status: REOPENED → NEW
QA Contact: sujay
Summary: Copying/pasting ordered list (OL) converts numbers to "#" → Copying/pasting ordered list converts numbers to "#" (if selection does not include <ol> and </ol>)
Updated•15 years ago
|
Assignee: dom-to-text → nobody
QA Contact: dom-to-text
Comment 7•9 years ago
|
||
Firefox: 45.0.1, Build ID: 20160315153207
User Agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Firefox/45.0
Hi,
I have tested this issue on the latest Firefox (45.0.1), latest Nightly (48.a01 - Build ID 20160323030400) build but I could not reproduce it. I'm pasting the test case results here:
First
Second
Third
It seems that now the "#" and numbers are no longer pasted, but instead an empty space is copied. I am not sure if this is a issue. Can anyone share an opinion about this?
Thanks,
Cosmin.
Comment 8•4 years ago
|
||
Bulk-downgrade of unassigned, 4 years untouched DOM/Storage bugs' priority.
If you have reason to believe this is wrong (especially for the severity), please write a comment and ni :jstutte.
Severity: normal → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•