Closed
Bug 696731
Opened 13 years ago
Closed 13 years ago
Properties context menu option in Bookmarks Manager does nothing when the embedded properties pane is already open
Categories
(SeaMonkey :: Bookmarks & History, defect)
SeaMonkey
Bookmarks & History
Tracking
(seamonkey2.5 wontfix, seamonkey2.6 fixed, seamonkey2.7 fixed)
RESOLVED
FIXED
seamonkey2.7
People
(Reporter: neil, Assigned: InvisibleSmiley)
References
Details
Attachments
(1 file)
1011 bytes,
patch
|
neil
:
review+
iannbugzilla
:
approval-comm-aurora+
|
Details | Diff | Splinter Review |
I came up with a number of potentially acceptable behaviours:
* Toggle the More/Fewer button if it is visible
* Hide the menuitem when the properties are displayed
* Turn the menuitem into a checkbox toggle that hides the properties again
(thus making the splitter accessible)
Or maybe you could think of something better.
Assignee | ||
Comment 1•13 years ago
|
||
* Toggling the More button is unexpected/inconsistent with what Properties does when the pane is collapsed, so this is not a good option.
* Hiding/disabling the menuitem is a valid option.
* Turning it into a checkbox doesn't sound like an improvement to me.
I'd suggest to just focus the first text field (Name); basically the same as pressing Tab. That will select the contents of the text field, which is quite visible (unless the field is empty). We could even do that unconditionally.
Assignee | ||
Comment 2•13 years ago
|
||
Every item in the BM (except for separators, which do not have Properties enabled) has at least Name, which is always first. The attached patch focuses the corresponding text box. On Windows, the text inside the box will be selected, too; on Linux the activation is not so obvious (only focus ring and caret appear) but still enough IMHO.
Not taking until I get at least f+.
Attachment #569716 -
Flags: review?(neil)
Reporter | ||
Updated•13 years ago
|
Attachment #569716 -
Flags: review?(neil) → review+
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → jh
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•13 years ago
|
||
Comment on attachment 569716 [details] [diff] [review]
focus Name [Checkin: comments 3 and 5]
http://hg.mozilla.org/comm-central/rev/806affdb379c
Attachment #569716 -
Attachment description: focus Name → focus Name [Checkin: comment 3]
Assignee | ||
Updated•13 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.7
Assignee | ||
Comment 4•13 years ago
|
||
Comment on attachment 569716 [details] [diff] [review]
focus Name [Checkin: comments 3 and 5]
Base bug 674208 already landed on Aurora and Beta, and this is a small and safe improvement to that one. Probably too late for Beta, so just asking for Aurora approval.
Attachment #569716 -
Flags: approval-comm-aurora?
Attachment #569716 -
Flags: approval-comm-aurora? → approval-comm-aurora+
Assignee | ||
Comment 5•13 years ago
|
||
Comment on attachment 569716 [details] [diff] [review]
focus Name [Checkin: comments 3 and 5]
http://hg.mozilla.org/releases/comm-aurora/rev/8067ee8641fc
Attachment #569716 -
Attachment description: focus Name [Checkin: comment 3] → focus Name [Checkin: comments 3 and 5]
Assignee | ||
Updated•13 years ago
|
status-seamonkey2.5:
--- → wontfix
status-seamonkey2.6:
--- → fixed
status-seamonkey2.7:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•