Closed
Bug 97685
Opened 25 years ago
Closed 24 years ago
trying to end a bullet list the result will be nested lists
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
mozilla0.9.5
People
(Reporter: TucsonTester1, Assigned: mozeditor)
References
Details
(Whiteboard: EDITORBASE; fix in hand; need r)
Attachments
(1 file)
|
2.03 KB,
patch
|
kinmoz
:
superreview+
|
Details | Diff | Splinter Review |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:0.9.3+)
Gecko/20010830 Netscape6/6.1b1
BuildID: 2001083003
When Trying to create a bullet list, if you click on the bullet button at the
tool bar then type in some text click enter and type in more text then click
enter one more time... if you click on the bullet button again it will next the
bullet lists, if you click on the bullet list again it will return to the
original list, but then you cannot exit out of the bullet list.
Reproducible: Always
Steps to Reproduce:
1.Open new Composer document
2.click on bullet list from tool bar
3.enter in text ... click enter
4.enter in more text ... click enter
5.click on bullet list, notice it will nest the bullet list
6.click on the bullet list again, it will return to the original list
7.now click on the unindent to exit the bullet list.
Actual Results: you cannot exit out of the bullet list.
Expected Results: you should be able to exit out of the bullet list by clickin
on the unindent or even the bullet list button.
If you click on backspace and delete the unseen 'br' that is created when trying
to nest the bullet list you can then use the unindent to remove the bullet list
Comment 1•25 years ago
|
||
IIRC one way to exit a bulleted list is to hit Enter twice in a row.
Summary: When trying to end a bullet list the result will be nested lists. → When trying to end a bullet list the result will be nested lists.
| Reporter | ||
Comment 2•25 years ago
|
||
yes.. exiting out of bullet list by click enter twice , without nesting bullet
list does work but if you nest them .. it does not work.
Comment 3•25 years ago
|
||
-->jfrancis
Assignee: brade → jfrancis
URL: http://NA
Summary: When trying to end a bullet list the result will be nested lists. → trying to end a bullet list the result will be nested lists
The problem is even simpler, I think.
1. Open a new Composer document
2. Click either the unordered or the ordered list button on the Format Toolbar
3. Type some text and hit return or enter
Expected result: a second list item and the list button on the Format Toolbar remains in
its' activated state.
Actual result: a second list item and the list button on the Format Toolbar toggles to its'
disactivated state, until at least one character is entered, at which time the button
reactivates.
Confirming, as their is no readily obvious duplicate.
Status: UNCONFIRMED → NEW
Ever confirmed: true
[Please note that the above comments pertain to Mac/2001091311 (0.9.4)].
| Assignee | ||
Comment 6•24 years ago
|
||
095, fix in hand
Status: NEW → ASSIGNED
Whiteboard: fix in hand
Target Milestone: --- → mozilla0.9.5
| Assignee | ||
Comment 7•24 years ago
|
||
| Assignee | ||
Comment 8•24 years ago
|
||
Let My Love Open The Door!
Whiteboard: fix in hand → fix in hand; need r,sr
Comment 10•24 years ago
|
||
Comment on attachment 49564 [details] [diff] [review]
patch to editor/base/nsHTMLEditRules.cpp
sr=kin@netscape.com
Attachment #49564 -
Flags: superreview+
| Assignee | ||
Comment 11•24 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Whiteboard: fix in hand; need r → EDITORBASE; fix in hand; need r
You need to log in
before you can comment on or make changes to this bug.
Description
•