Open
Bug 1190750
Opened 10 years ago
Updated 5 years ago
drag/drop of part of a subscripted text in a contenteditable loses subscript style
Categories
(Core :: DOM: Editor, defect, P5)
Tracking
()
NEW
People
(Reporter: limowankenobi, Unassigned)
Details
(Keywords: testcase)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0
Build ID: 20150630154324
Steps to reproduce:
JSBin has a contenteditable div with buttons to apply subscript:
https://jsbin.com/razadu/edit?html,output
1. Select a part of a text in a contenteditable div
2. Make the text subscript (using document.execCommand('subscript', false, null))
3. Select part of the text in subscript but not all.
4. Drag the selected text and drop on another position.
Actual results:
The dragged text has been moved to a new position but it has lost the subscript style.
Expected results:
The dragged text is copied to a new position and keep the subscript style.
Updated•10 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 1•5 years ago
|
||
Bulk-downgrade of unassigned, >=5 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
•