Closed
Bug 251098
Opened 21 years ago
Closed 20 years ago
Context menu key doesn't work in Theme & Extension manager
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
VERIFIED
FIXED
People
(Reporter: jruderman, Assigned: jruderman)
References
Details
(Keywords: access, fixed-aviary1.0, Whiteboard: [have patch] - ready to land)
Attachments
(1 file, 1 obsolete file)
9.95 KB,
patch
|
mconnor
:
review+
bugs
:
approval-aviary+
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040712
Firefox/0.9.1+
1. Open Theme manager.
2. Press the context-menu key on the keyboard (next to the right Ctrl key), or
press Shift+F10.
Result: Nothing happens.
Expected: Bring up a context menu, as if I had right-clicked the selected theme.
This bug has the access keyword because the commands on this context menu,
"Visit Home Page" and "About foo...", are completely inaccessible from the keyboard.
Comment 1•21 years ago
|
||
also occurs in the Extension mgr, so updating summary (Jesse, let me know if
you'd prefer a separate bug, though).
also an issue on Linux (tested on fedora core 2) and Mac OS X 10.3.4 (where the
shortcut would be Control+Spacebar).
taking QA and nominating for 1.0. but I'd imagine this would be a non-trivial
fix, right?
Flags: blocking1.0mac?
Flags: blocking-aviary1.0?
OS: Windows XP → All
QA Contact: bugs → bugzilla
Hardware: PC → All
Summary: Context menu key doesn't work in Theme manager (view never has focus) → Context menu key doesn't work in Theme & Extension manager (view never has focus)
Assignee | ||
Comment 2•21 years ago
|
||
Theme and Extension manager share a lot of frontend code, so I imagine the same
patch will fix both.
I don't know how hard this will be to fix.
Updated•21 years ago
|
Flags: blocking-aviary1.0? → blocking-aviary1.0+
Comment 3•21 years ago
|
||
shift+f10 works not same as right click in most scenerios( such as on an URL ).
or should it?
Comment 4•21 years ago
|
||
Shift+F10 should work the same as right click, but the target is the focus
intead of what's under the mouse pointer.
Comment 5•21 years ago
|
||
Aaron,
what i meaned is that in most scenerios, current implementation makes
context-menu key and shift+F10 works different from right click. an example is
that when mouse on a url link.
Comment 6•21 years ago
|
||
so i think much more work need to be done if we want context-menu key and
shift+F10 works same with right click
Assignee | ||
Updated•21 years ago
|
Summary: Context menu key doesn't work in Theme & Extension manager (view never has focus) → Context menu key doesn't work in Theme & Extension manager
Assignee | ||
Comment 7•21 years ago
|
||
I have a patch.
Assignee | ||
Comment 8•21 years ago
|
||
Fixes this bug by moving the context menu from the individual extension items
to the list view. Also makes some more things in the Themes/Extensions windows
focusable, fixing bug 251099, bug 251101, and bug 251102.
Assignee | ||
Updated•21 years ago
|
Attachment #157032 -
Flags: review?(bugs)
Assignee | ||
Comment 9•21 years ago
|
||
Err, I lied. The patch doesn't fix bug 251101.
Comment 10•21 years ago
|
||
Can this be patched so that the extension currently selected shows better focus?
With this patch it looks the same whether or not it has focus.
Comment 11•21 years ago
|
||
This patch is now outdated, Ben reworked the window.
The context menu key still does not work, and "Get More ..." doesn't take focus,
but the Uninstall/Update/Options will take focus.
See bug 257677 for some more info.
Comment 12•20 years ago
|
||
not a mac bug, removing blocking-aviary1.0mac? flag.
Flags: blocking-aviary1.0mac?
Assignee | ||
Comment 13•20 years ago
|
||
Fixes this bug, bug 251102, the parts of bug 251099 that Ben missed.
Attachment #157032 -
Attachment is obsolete: true
Assignee | ||
Updated•20 years ago
|
Attachment #160897 -
Flags: review?(mconnor)
Updated•20 years ago
|
Attachment #157032 -
Flags: review?(bugs)
Comment 14•20 years ago
|
||
Comment on attachment 160897 [details] [diff] [review]
Updated patch
looks fine to me, but I'd want some input from ben as to why he made the focus
setting "ignore" explicitly.
Attachment #160897 -
Flags: review?(mconnor) → review+
Assignee | ||
Comment 15•20 years ago
|
||
Ben already removed the corresponding "-moz-user-focus: ignore" lines for
Winstripe. The patch removes the ones he missed in Qute and Pinstripe.
Assignee | ||
Updated•20 years ago
|
Attachment #160897 -
Flags: approval-aviary?
Comment 16•20 years ago
|
||
Comment on attachment 160897 [details] [diff] [review]
Updated patch
a=ben@mozilla.org please land asap
Attachment #160897 -
Flags: approval-aviary? → approval-aviary+
Updated•20 years ago
|
Whiteboard: [have patch] - ready to land
Assignee | ||
Comment 17•20 years ago
|
||
Fixed aviary and trunk.
Comment 18•20 years ago
|
||
vrfy'd fixed on linux fc2 (2004100809-0.9+) and mac os x 10.3.5 (2004100805-0.9+).
Status: RESOLVED → VERIFIED
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•