Closed
Bug 155709
Opened 23 years ago
Closed 23 years ago
copying&pasting from <OL> adds "#" to copied selection
Categories
(Core :: DOM: Serializers, defect)
Tracking
()
People
(Reporter: mofo_the_best15, Assigned: harishd)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.1a) Gecko/20020611
BuildID: 2002061104
that includes any <LI> whenever first character is being copied (li is not
copied,except for 1., and "#" is added,
the same happens to <LI>'s with <p>...</p> and <div>...</div> included but in
these cases it is when first and,or last character last is copied
Reproducible: Always
Steps to Reproduce:
1.copy&paste first,last words or just first,last char
2.
3.
Actual Results: #
ccc
Expected Results: ccc OR 2. ccc
<ol>
<li>
aaaa cccc bbbb
</li><li>
<div align="left">ccc ddd eeeeeeeeee sgfsdfsefeffsf
</div></li><li>
<p align="left">dedfeefw dfefveve wefewf efefewfwwefwf
</p></li>
</ol>
Comment 1•23 years ago
|
||
*** This bug has been marked as a duplicate of 78676 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•