Open
Bug 500087
Opened 16 years ago
Updated 5 years ago
Cannot decrease indent for a bullet point - bullet icon is lost in the process
Categories
(Core :: DOM: Editor, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: vkarun, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1) Gecko/20090616 Firefox/3.5 GTB5
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1) Gecko/20090616 Firefox/3.5 GTB5
This bug occurs when we try to indent with an <li> that contains a <ul> and multiple <br>s after the <ul>.
* one
* a
two
three
Reproducible: Always
Steps to Reproduce:
1. Go to Midas Demo: http://www.mozilla.org/editor/midasdemo/
2. Enter the following HTML <ul><li>one<ul><li>a</li></ul>two<br>three</li></ul>
3. Place the cursor at the beginning of two and press delete so that the <br> is removed and two gets aligned with a.
4. Place the cursor between a and two and press enter so that two gets vertically aligned with a and becomes a part of the nested ul.
5. Place the cursor at the beginning of two and click on decrease indent to make two indented at the outer level.
Actual Results:
Two loses its bullet point and the html reverts back to <ul><li>one<ul><li>a</li></ul>two<br>three</li></ul>
Expected Results:
Two stays bulleted at the outermost level and the html should be <ul><li>one<ul><li>a</li></li><li>two<br>three</li></ul>
Updated•16 years ago
|
Component: General → Editor
Product: Firefox → Core
QA Contact: general → editor
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
•