Closed
Bug 45212
Opened 25 years ago
Closed 25 years ago
Command firing in Table submenus is intermittent
Categories
(Core :: DOM: Editor, defect, P2)
Tracking
()
VERIFIED
WORKSFORME
M18
People
(Reporter: cmanske, Assigned: cmanske)
References
Details
(Whiteboard: [nsbeta3+][p:2])
Sorry, this one is a pain, but I can't pin down any reproduceable case.
Start Composer, insert a table, put your caret inside the table, then execute
various Table submenu commands, such as Insert | Cell Before, or Delete | Cell.
Sometimes they work and sometimes they don't! I've put "dump" statements in our
JavaScript commands' 'doCommand' handlers, and also put break points in
nsMenuFrame::Execute(), and sometimes the command is fired, and sometimes it
isn't! Delete Cell(s) seems to be the most reproduceable, but it may take 5 or
so tries before you get a command failure. When the command fails to fire, the
focus is never returned to the page as it normally is when the command executes
correctly.
Assignee | ||
Updated•25 years ago
|
Severity: normal → major
Target Milestone: --- → M17
Assignee | ||
Comment 2•25 years ago
|
||
This is critical and must be fixed -- commands are not working dependably.
Assignee | ||
Comment 5•25 years ago
|
||
This has to be fixed. Currently, I don't have a clue why the commands fire
sometimes and not others.
Priority: P3 → P2
Whiteboard: [nsbeta3+] → [nsbeta3+][p:2]
Assignee | ||
Comment 6•25 years ago
|
||
Sujay an I have been excersizing these commands and things seem ok now.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•