Closed
Bug 39764
Opened 25 years ago
Closed 25 years ago
disabled values are randomly added to context menus
Categories
(Core :: XUL, defect, P3)
Core
XUL
Tracking
()
VERIFIED
FIXED
People
(Reporter: rubydoo123, Assigned: mikepinkerton)
Details
(Whiteboard: [nsbeta2+][6/15][dogfood-])
using the build from 2000051808 on win32:
1. open composer
2. add some text
3. set focus within the text string
4. invoke context menu (undo, paste, preview, remove links, table, table props
and props)
5. slowly mouse over the options, when I mouse over table, the context menu
options change to this (undo, redo, cut, copy paste, clear, preview, remove
links, table, table props and props) where redo, cut, copy and clear are disabled.
Assignee | ||
Comment 1•25 years ago
|
||
neat-o. at least they're disabled ;)
Status: NEW → ASSIGNED
Target Milestone: --- → M19
Comment 2•25 years ago
|
||
beppe, did this occur only in editor windows, or did you also see this in a
browser window? i haven't seen this [yet] in a browser win (only in editor). so
over to sujay for qa.
QA Contact: sairuh → sujay
Reporter | ||
Comment 3•25 years ago
|
||
I only see it in composer
Comment 4•25 years ago
|
||
mass-moving all bugs to m21 that are not dogfood+ or nsbeta2+ or nsbeta2-
Target Milestone: M19 → M21
Comment 5•25 years ago
|
||
nominating/adding keywords dogfood and nsbeta2.
This bug makes using context menus very disorienting to use (they change while
they are up!)
Putting on [nsbeta2+][6/15] radar.
Whiteboard: [nsbeta2+][6/15][dogfood-]
Assignee | ||
Comment 8•25 years ago
|
||
fixed (all in JS, event was bubbling and the event handler wasn't checking the
target)
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Component: XP Toolkit/Widgets: Menus → XUL
QA Contact: sujay → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•