Closed
Bug 392820
Opened 17 years ago
Closed 17 years ago
Bookmarks "star" panel should capture keyboard shortcuts
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
VERIFIED
FIXED
Firefox 3 alpha8
People
(Reporter: jruderman, Assigned: asaf)
References
Details
(Keywords: access)
Attachments
(1 file)
3.39 KB,
patch
|
dietrich
:
review+
|
Details | Diff | Splinter Review |
Steps to reproduce:
1. Click the bookmark star on a page that is already bookmarked.
2. Press Esc.
Expected: the panel should close.
Result: nothing happens.
3. Press Cmd+W.
Expected: the panel should close.
Result: the browser tab closes!!! (But the panel remains!)
It captures mouse clicks outside of itself, so it should capture keyboard shortcuts too. (That includes Cmd+T, Cmd+], etc.)
Flags: blocking-firefox3?
Assignee | ||
Updated•17 years ago
|
Assignee: nobody → mano
Comment 1•17 years ago
|
||
I think this is a known bug with panels. IMO Cmd+W should be a no-op, this isn't a window.
Flags: blocking-firefox3? → blocking-firefox3+
Comment 2•17 years ago
|
||
(In reply to comment #1)
> I think this is a known bug with panels. IMO Cmd+W should be a no-op, this
> isn't a window.
>
I agree wrt to Cmd+W. However, Esc (or some other intuitive shortcut) should close the panel.
Updated•17 years ago
|
Target Milestone: --- → Firefox 3 M8
Updated•17 years ago
|
Version: Trunk → 1.0 Branch
Reporter | ||
Updated•17 years ago
|
Version: 1.0 Branch → Trunk
Assignee | ||
Comment 5•17 years ago
|
||
* block accel+w/accel+shift+w
* close the panel on enter/esc
* focus the name-field/picker and select its contents when opening the panel.
* focus the content-area when the panel is closed.
Assignee | ||
Updated•17 years ago
|
Attachment #278830 -
Flags: review?(dietrich)
Reporter | ||
Comment 6•17 years ago
|
||
> focus the content-area when the panel is closed.
It would be better to return focus to where it was before you clicked the star or pressed Cmd+D. This would be more in line with how dialogs work.
Assignee | ||
Comment 7•17 years ago
|
||
Jesse: please file a follow once I land this patch, implementing that may not be trivial given the current double-click+popup interaction.
Updated•17 years ago
|
Attachment #278830 -
Flags: review?(dietrich) → review+
Assignee | ||
Comment 8•17 years ago
|
||
mozilla/browser/base/content/browser-places.js 1.47
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 9•17 years ago
|
||
verified with - Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.9a8pre) Gecko/2007091304 Minefield/3.0a8pre
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 10•17 years ago
|
||
I filed bug 402499 on the restoring-focus issue (comment 6).
Comment 11•17 years ago
|
||
It looks like this caused bug 409155
Comment 12•15 years ago
|
||
Bug 451915 - move Firefox/Places bugs to Firefox/Bookmarks and History. Remove all bugspam from this move by filtering for the string "places-to-b-and-h".
In Thunderbird 3.0b, you do that as follows:
Tools | Message Filters
Make sure the correct account is selected. Click "New"
Conditions: Body contains places-to-b-and-h
Change the action to "Delete Message".
Select "Manually Run" from the dropdown at the top.
Click OK.
Select the filter in the list, make sure "Inbox" is selected at the bottom, and click "Run Now". This should delete all the bugspam. You can then delete the filter.
Gerv
Component: Places → Bookmarks & History
QA Contact: places → bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•