Closed
Bug 157067
Opened 23 years ago
Closed 21 years ago
Inconsistency in appearance of "Move Up" and "Move Down" buttons
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: tuukka.tolvanen, Assigned: Stefan.Borggraefe)
References
Details
(Keywords: polish, Whiteboard: fixed-aviary1.0)
Attachments
(3 files, 1 obsolete file)
40.69 KB,
image/png
|
Details | |
2.47 KB,
patch
|
aaronlev
:
review+
mscott
:
superreview+
|
Details | Diff | Splinter Review |
4.39 KB,
patch
|
neil
:
review+
alecf
:
superreview+
|
Details | Diff | Splinter Review |
linux trunk cvs 2002-07-11
"Move Up" and "Move Down" buttons in:
- nav>languages pref panel have arrow images and text labels;
- mail>tools>filters dialog have text labels but no arrow images;
- mail>view>coding>customize dialog have arrow images but no text labels.
I suppose it would be nice to add the text labels to the
mail>view>coding>customize buttons, and class="(up|down)" for the
mail>tools>filters buttons to get the arrows.
Reporter | ||
Comment 1•23 years ago
|
||
Oh, yeah, the arrows may not be there in classic because of bug 139573.
Reporter | ||
Comment 3•23 years ago
|
||
uid is being phased out.
Assignee: mpt → sspitzer
Component: User Interface Design → Mail Window Front End
Product: Browser → MailNews
QA Contact: zach → olgam
Reporter | ||
Comment 5•22 years ago
|
||
This should fix the only remaining bit.
Reporter | ||
Updated•22 years ago
|
Attachment #117275 -
Flags: review?(sspitzer)
Comment 6•22 years ago
|
||
I'm not sure about this.
first, what's the accesskey? (you've made it so I have to guess what it is, or
worse, none at all.)
if we were to take it, we'd want to remove these (from xul and dtd.)
label="&reorderUpButton.label;" accesskey="&reorderUpButton.accesskey;"
label="&reorderDownButton.label;" accesskey="&reorderDownButton.accesskey;"
I think the accesskey issues is important, and argue that the customize
character coding dialog is wrong, but we should still make all three look the
same, have the same labels, *and* have the same accesskeys
Updated•22 years ago
|
Attachment #117275 -
Flags: review?(sspitzer) → review-
I'd recommend "Move Up" and "Move Down" for all, so we have the visible access
keys. (I don't think the text plus the arrows are nec).
Assignee | ||
Comment 8•21 years ago
|
||
Also changes the accesskey of "Run selected filters on" from "i" to "c",
because i is very narrow which makes it hard to see the accesskey.
Assignee: sspitzer → Stefan.Borggraefe
Attachment #117275 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Assignee | ||
Comment 9•21 years ago
|
||
Comment on attachment 145778 [details] [diff] [review]
Makes buttons and access keys in Filter List consistent with the rest of Seamonkey
Aaron, are you doing reviews again?
Attachment #145778 -
Flags: review?(aaronleventhal)
Comment 10•21 years ago
|
||
Comment on attachment 145778 [details] [diff] [review]
Makes buttons and access keys in Filter List consistent with the rest of Seamonkey
Yes, I'm doing reviews again. However, I think the rules for front end work are
that you have to run it by the specific front-end reviewers. For Seamonkey,
that means doron@us.ibm.com or neil@parkwaycc.co.uk.
I don't know if either of them are superreviewers.
Here's an r= for what it's worth.
Thanks for fixing this :)
Attachment #145778 -
Flags: review?(aaronleventhal) → review+
Assignee | ||
Comment 11•21 years ago
|
||
(In reply to comment #10)
> (From update of attachment 145778 [details] [diff] [review])
> Yes, I'm doing reviews again. However, I think the rules for front end work are
> that you have to run it by the specific front-end reviewers. For Seamonkey,
> that means doron@us.ibm.com or neil@parkwaycc.co.uk.
I always thought it is enough if a module owner or peer either reviewed or
super-reviewed a patch. I just chatted with Neil about this and he said this is
correct basically.
Assignee | ||
Comment 12•21 years ago
|
||
Comment on attachment 145778 [details] [diff] [review]
Makes buttons and access keys in Filter List consistent with the rest of Seamonkey
Asking a MailNews peer for sr.
Attachment #145778 -
Flags: superreview?(bienvenu)
Assignee | ||
Updated•21 years ago
|
Attachment #145778 -
Flags: superreview?(bienvenu) → superreview?(mscott)
Updated•21 years ago
|
Attachment #145778 -
Flags: superreview?(mscott) → superreview+
Assignee | ||
Comment 13•21 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 14•21 years ago
|
||
There is another dialog in the Import-Wizard in MailNews that has Move Up and
Move Down buttons that I missed.
Reopening for the supplemental patch to come.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 15•21 years ago
|
||
the 2004/04/09 patch is fixed on the aviary1.0 branch
Whiteboard: fixed-aviary1.0
Assignee | ||
Comment 16•21 years ago
|
||
I overlooked the Up/Down-buttons in the Customize Sidebar dialog. This patch
changes these buttons to the style of the other Up/Down-buttons.
I also corrected the case of the access keys and of the button "Find more
tabs..." in the DTD. The string "sidebar.customize.reorder.label" was unused
since 1999.
Assignee | ||
Updated•21 years ago
|
Attachment #149921 -
Flags: review?(neil.parkwaycc.co.uk)
Updated•21 years ago
|
Attachment #149921 -
Flags: review?(neil.parkwaycc.co.uk) → review+
Assignee | ||
Updated•21 years ago
|
Attachment #149921 -
Flags: superreview?(alecf)
Comment 17•21 years ago
|
||
Comment on attachment 149921 [details] [diff] [review]
Change the buttons in the Customize Sidebar dialog
sr=alecf
Attachment #149921 -
Flags: superreview?(alecf) → superreview+
Assignee | ||
Comment 18•21 years ago
|
||
I just checked in the last patch.
FIXED for real. :-)
Status: REOPENED → RESOLVED
Closed: 21 years ago → 21 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•