Closed
Bug 28508
Opened 25 years ago
Closed 24 years ago
linux,win: Select All doesn't work from context menus
Categories
(Core :: XUL, defect, P3)
Tracking
()
VERIFIED
FIXED
M18
People
(Reporter: bugzilla, Assigned: saari)
References
Details
(Keywords: platform-parity, regression, Whiteboard: [PDT-][nsbeta3+])
found this while trying verify bug 24685; using opt comm bits 2000021808. only
occurs on linux and winNT; not a problem on mac.
bring up a context menu (a page with or without frames) and select Select All.
result: nothing is selected.
Reporter | ||
Comment 1•25 years ago
|
||
this is a regression...also nominating for beta1.
Comment 2•25 years ago
|
||
um, i don't see why this would be an xpmenu bug, though i could easily be proven
incorrect. reassigning to don.
Assignee: pinkerton → don
Comment 3•25 years ago
|
||
pink: it works on Mac, but not Windows or Linux (yet the code is entirely XP). So
there is some weirdness which causes a difference between platforms. So I think
someone in your group should take a look.
Assignee: don → pinkerton
Assignee | ||
Comment 5•25 years ago
|
||
I looked at this, and I can't tell that focus is what is wrong, and here is why:
the commands update properly, despite nothing drawing.
I'll look again.
Status: NEW → ASSIGNED
Target Milestone: M14
Assignee | ||
Comment 9•25 years ago
|
||
I can make this break even when not using the context menus. I still think this
is an ender or painting update bug.
Comment 10•25 years ago
|
||
I'm not so sure: i think there are some bugs with the way that context menus are
handled. Try the Copy context menu item for example; this works fine on Mac, but
not on Linux or Windows. Select All also behaves differently. Both these commands
use command nodes and go through the controller (unlike the other context menu
items).
Comment 11•25 years ago
|
||
moving to m18, since this feature is new, seldom used, and most users will bonk
Ctrl-A
Target Milestone: M16 → M18
Reporter | ||
Comment 12•25 years ago
|
||
pardon the spam: beta1 is long gone...removing this keyword. will soon replace
w/nsbeta2...
Keywords: beta1
Reporter | ||
Comment 14•25 years ago
|
||
*spam*: transferring current XP Menu bugs over to jrgm, the new component owner.
feel free to add me to the cc list (unless am the Reporter) of any of these, if
you have any questions/etc.
QA Contact: sairuh → jrgm
Assignee | ||
Comment 15•24 years ago
|
||
The platform specific nature of this bug worries me, so I'd like to look at it
for beta3. Plus it looks pretty bad when menu items just don't work.
Keywords: nsbeta3
Comment 16•24 years ago
|
||
nsbeta3+ Those bonking Ctrl-A will think this feature is missing, since it
mysteriously switches modifiers to Alt.
Whiteboard: [PDT-] → [PDT-][nsbeta3+]
Target Milestone: M20 → M18
Comment 17•24 years ago
|
||
What's (somewhat) weird is that if you right-click to show the context menu,
then press 'l' (the access key for Select All), the text *will* be selected.
This means that it's not a problem with the menuitem itself, but rather only a
problem with _clicking_ the menu item. This makes me think that perhaps
something isn't happening to the click that should be (maybe it's bubbling too
far and not getting destroyed?)
Comment 18•24 years ago
|
||
cc:sujay
Comment 19•24 years ago
|
||
*** Bug 45775 has been marked as a duplicate of this bug. ***
Comment 20•24 years ago
|
||
This seems to be working in recent builds (on windows)...
Assignee | ||
Comment 21•24 years ago
|
||
Fixed
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 22•24 years ago
|
||
verified fixed -- using the context menu [as well as ctrl/cmd-A, typing l into
the context menu (win/linux), and from the main menu] selects all the content
-- mac/linux/win32 20000828nn builds. Also works in message pane of mailnews
(the dup of this bug ).
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
•