Open
Bug 584972
Opened 14 years ago
Updated 2 years ago
menuitem is always enabled
Categories
(Firefox :: Menus, defect)
Tracking
()
NEW
People
(Reporter: msucan, Unassigned)
Details
(Keywords: regression, Whiteboard: [kd4b6])
When the patch of bug 574036 is applied, a new context menu (a menupopup) is added to the WebConsole. This menupopup holds a menuitem defined as follows:
menuitem.setAttribute("label", this.getStr("copyCmd.label"));
menuitem.setAttribute("accesskey", this.getStr("copyCmd.accesskey"));
menuitem.setAttribute("key", "key_copy");
menuitem.setAttribute("command", "cmd_copy");
It is expected that the menuitem is automatically disabled when there is no selection, just like the Edit > Copy menuitem. However, on Linux this does not happen.
(this is a follow-up bug report, on solving the problem with the menuitem behavior on Linux.)
Updated•14 years ago
|
Whiteboard: [kd4b6]
Updated•14 years ago
|
Blocks: 574036
Keywords: regression
Comment 1•14 years ago
|
||
is this linux only or are we seeing it on other platforms?
Reporter | ||
Comment 2•14 years ago
|
||
Initially, it did seem Linux only. However, once we pushed the test code into m-c, we also saw failures on Windows machines.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•