Closed
Bug 45109
Opened 25 years ago
Closed 25 years ago
composer menus get disabled
Categories
(Core :: XUL, defect, P3)
Tracking
()
People
(Reporter: spam, Assigned: mikepinkerton)
Details
Build ID 2000-071015 Linux
This has been an "active bug" for abour a week but i can't remember seeing it
reported.
The menu-buttons and menuitmes im dropdown boxes more or less all get disabled
now and then. This is related to how some items aren't hooked up (at least they
don't trigger) - most important "file open".
Steps to reproduce:
Start composer
Click "file - Open file"
Nothing happens
Click it again
Nothing happens
Click once in the editor field
Notice how menubar gives a little jump
Try open file again - likely won't work
Now write just two three characters in the editor field
Result: All menu-buttons except "new" get disabled.
In addition, most menu-items get disabled (greyed out).
Severity: critical. This prevents using composer in any meaningful way at all.
Comment 1•25 years ago
|
||
I'm fairly certain that the both "menus become disabled" and the inoperative
File->Open are the same (or similar) to bug 44116. The menuitem itself is
handling the event for File->Open being clicked, but it's not returning
a controller in goDoCommand(command) (returns null from
.getControllerForCommand).
*** This bug has been marked as a duplicate of 44116 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
verifying as well. Obvious dup.
Status: RESOLVED → VERIFIED
Component: XP Toolkit/Widgets: Menus → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•