Closed
Bug 51957
Opened 25 years ago
Closed 25 years ago
Paragraph drop down does not work correctly
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
People
(Reporter: ftang, Assigned: mikepinkerton)
Details
On Mac, Try the following
1. Use mac SeaMoneky
2. open composer
3. type some text
4. select some text in the first line
5. select " Heading 1" from the toolbar drop down
6. check the "Format:Paragraph" submenu
The menu say "Heading 1" correctly now.
7. select "Heading 2" from the toolbar drop down
You will notice it won't change to "Heading 2" even you just select it, if you
do it again, it will.
8. Check the menu, it now still say "Heading 1"
9. repeat 7-8 to other value. You will always need to do 7 twice.
I cannot reproduce this on window.
I found this problem when I try to reproduce 11774. I think this is a generic
Mac menu problem. In 11774, we use similar way to check the menu.
| Reporter | ||
Comment 1•25 years ago
|
||
mark nsbeta3. We need to fix Mac menu code. Basically, if the change is based on
user's selection on the menu, it is ok. If we change the check mark by some
program (JavaScript), then it does not work correctly.
Keywords: nsbeta3
| Reporter | ||
Comment 2•25 years ago
|
||
could related to 51685
| Assignee | ||
Comment 3•25 years ago
|
||
*** This bug has been marked as a duplicate of 51685 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•