Open Bug 424526 Opened 17 years ago Updated 5 years ago

Design Mode: Firefox create new items with non unique "Id"

Categories

(Core :: DOM: Editor, defect, P5)

defect

Tracking

()

People

(Reporter: BijuMailList, Unassigned)

References

Details

On design mode Firefox create new items with non unique "Id" Steps:- 1. go to http://www.mozilla.org/editor/midasdemo/ 2. Check view HTML Source 3. Paste following HTML code <ul> <li id="item_1">This is item one. Part 2 of item one.</li> <li id="item_2">This is item two.</li> </ul> 4. Uncheck view HTML Source 5. Goto beginning of "Part 2" on "item one" line 6. Press "Enter" key 7. Check view HTML Source again Actual: User see two items with "id" equals "item_1". And also a unnecessary <br> tag. Expected: Id of the new "item_1" item should be uniquely different. Also "<br>" tag should have been muted in two steps to "</li><li attributes='...'>". such that if user do "Undo" s/he get a new line with no "bullets" (second part of this issue may need another enhancement bug)
Blocks: 424615

Bulk-downgrade of unassigned, untouched DOM/Storage bug's priority.

If you have reason to believe, this is wrong, 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.