Closed
Bug 194553
Opened 22 years ago
Closed 21 years ago
Add accesskeys to bookmark properties
Categories
(SeaMonkey :: Bookmarks & History, defect)
SeaMonkey
Bookmarks & History
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: piers, Assigned: piers)
References
Details
(Keywords: access)
Attachments
(1 file, 3 obsolete files)
4.68 KB,
patch
|
Details | Diff | Splinter Review |
Add accesskeys to bookmark properties
Attachment #115274 -
Flags: review?(dean_tessman)
Comment on attachment 115274 [details] [diff] [review]
Add accesskeys to bookmark props
You should add accesskeys to the check boxes on the Notify tab. They'll work,
they just don't display due to bug 68841.
Attachment #115274 -
Flags: review?(dean_tessman) → review-
Done, although i don't really see the point in adding checkbox accesskeys if
they
can't be used (you can't use them if you don't know what they are!!)
Attachment #115274 -
Attachment is obsolete: true
Attachment #115279 -
Flags: review?(dean_tessman)
Comment on attachment 115279 [details] [diff] [review]
Add accesskeys to bookmark props v2
Looks fine. r=me
We should be specifying accesskeys for check boxes and radio buttons now, so
that after bug 68841 is fixed we don't have to go through every dialog again to
add more accesskeys.
Attachment #115279 -
Flags: review?(dean_tessman) → review+
Attachment #115279 -
Flags: superreview?(dmose)
Comment 5•22 years ago
|
||
Comment on attachment 115279 [details] [diff] [review]
Add accesskeys to bookmark props v2
Wouldn't it be better to use "D" for display an alert?
Comment 7•22 years ago
|
||
Description is in a different tab. Is it bad or not possible to reuse it in
that case?
Not currently, no. See bug 143065.
Comment 9•22 years ago
|
||
Comment on attachment 115279 [details] [diff] [review]
Add accesskeys to bookmark props v2
Rather than living with inferior accesskeys, I think we should try and get bug
143065 fixed.
Attachment #115279 -
Flags: superreview?(dmose) → superreview-
Comment 10•22 years ago
|
||
Marking as dependent on 143065. If we get near the end of 1.4beta and this
still isn't done, then we can reconsider and perhaps land this patch. But
getting 143065 fixed would be much preferable.
Depends on: 143065
Assignee | ||
Comment 11•22 years ago
|
||
Dan, yeah, that would be ideal. But 143065 is nine months old with only 4
comments - doesn't look too active :(
Comment 12•22 years ago
|
||
See Bug 117026 for a patched bm-props.xul, merging all tabs together.
Comment 13•21 years ago
|
||
alfred: you mention in bug 117026 that this bug should be fixed now, but i don't
see any access keys being bound to XUL elements in that patch. i also couldn't
navigate the bookmarks properties dialog via access keys. am i missing something?
Comment 14•21 years ago
|
||
This patch addes the accesskeys to the XUL part.
Note, the accesskeys definitions are allready in bm-props.dtd
Note furthermore that bug 143065 is not relevant for this bug anymore,
as due to bug 117026 the tabpanels are now removed.
Updated•21 years ago
|
Attachment #115279 -
Attachment is obsolete: true
Updated•21 years ago
|
Attachment #132991 -
Flags: review?(darin)
Comment 15•21 years ago
|
||
Comment on attachment 132991 [details] [diff] [review]
Patch to add the accesskeys to the XUL
looks ok to me, but note: you should get module owner review as well.
Attachment #132991 -
Flags: review?(darin) → review+
Updated•21 years ago
|
Attachment #132991 -
Flags: superreview?(jag)
Updated•21 years ago
|
Flags: blocking1.6a?
Updated•21 years ago
|
Flags: blocking1.6a? → blocking1.6a-
Updated•21 years ago
|
Attachment #132991 -
Flags: superreview?(jag) → superreview?(neil.parkwaycc.co.uk)
Comment 16•21 years ago
|
||
Did you mean to get darin's sr and my r?
Comment 17•21 years ago
|
||
Comment on attachment 132991 [details] [diff] [review]
Patch to add the accesskeys to the XUL
>@@ -84,7 +88,7 @@
> </columns>
> <rows>
> <row align="center">
>- <label value="&when.label;" control="dayRange"/>
>+ <label value="&when.label;" accesskey="&when.accesskey;" control="dayRange"/>
Extra space here.
sr=jag
Maybe if someone's bored they could change "duration" to "interval" in some
other bug.
Attachment #132991 -
Flags: superreview?(neil.parkwaycc.co.uk) → superreview+
Comment 18•21 years ago
|
||
Attachment #132991 -
Attachment is obsolete: true
Comment 19•21 years ago
|
||
fixed on trunk for 1.7 alpha
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•