Closed
Bug 112704
Opened 24 years ago
Closed 23 years ago
Paragraph format toolbar does not update when using indent.
Categories
(Core :: DOM: Editor, defect, P2)
Tracking
()
VERIFIED
DUPLICATE
of bug 100855
mozilla1.0
People
(Reporter: TucsonTester1, Assigned: mozeditor)
Details
(Whiteboard: EDITORBASE+; helpwanted)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.6+)
Gecko/20011126 Netscape6/6.1b1
BuildID: 2001112603
When using a heading style in a line of text that has been indented, after
pressing return, the style reverts back to body text, however, the toolbar still
displays the Heading.
Reproducible: Always
Steps to Reproduce:
1. Launch Composer
2. Click 'Indent' on the toolbar.
3. Select 'Heading 1' from the toolbar.
4. Type in text. Press Enter.
5. Type in more text.
Actual Results: The text is displayed as Body Text, yet the paragraph toolbar
still displays 'Heading 1.'
Expected Results: It should display 'Body Text.'
Similar to bug 49265 and also bug 100855
Comment 2•24 years ago
|
||
Confirmed. I am seeing this problem on Win 2k using build 2001121303.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 3•24 years ago
|
||
putting in huge 098 pile for now.
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.8
Assignee | ||
Comment 4•24 years ago
|
||
pushing off 098 to 099
Target Milestone: mozilla0.9.8 → mozilla0.9.9
Assignee | ||
Comment 5•24 years ago
|
||
the swami says: things that will not land in 099!
Target Milestone: mozilla0.9.9 → mozilla1.0
Comment 6•24 years ago
|
||
Moving bugs to Mozilla1.1 that are not EDITORBASE+
Target Milestone: mozilla1.0 → mozilla1.1
Nominating EDITORBASE since 100855 is EDITORBASE+ and is very similar.
Whiteboard: EDITORBASE
plussing
Assignee | ||
Comment 9•24 years ago
|
||
Assuming that editor isn't lying to the ui code about the para format, the way
to fix this bug and others like it once and for all is for the ui to never cache
what it *thinks* the value of the popup is. Instead, it should always fetch the
value from whatever drives the disaplyed value. I think the ui code is getting
out of sync with it's own popup.
Assignee | ||
Comment 10•24 years ago
|
||
marking helpwanted and spamming editorteam
Whiteboard: EDITORBASE+ → EDITORBASE+; helpwanted
Assignee | ||
Comment 12•23 years ago
|
||
this is the same bug as 100855
*** This bug has been marked as a duplicate of 100855 ***
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•