Closed
Bug 483419
Opened 16 years ago
Closed 15 years ago
Rename the left-arrow and right-arrow class names in the print preview toolbar to previous-arrow and next-arrow
Categories
(Toolkit :: Printing, defect)
Toolkit
Printing
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a1
People
(Reporter: ehsan.akhgari, Assigned: lusian)
Details
(Whiteboard: [good first bug])
Attachments
(2 files, 1 obsolete file)
5.50 KB,
patch
|
dao
:
review-
|
Details | Diff | Splinter Review |
4.16 KB,
patch
|
dao
:
review+
|
Details | Diff | Splinter Review |
Left does not always mean previous; in RTL locales in means next. Ditto for right. Therefore, we should rename the left-arrow and right-arrow class names in the print preview toolbar to something like previous-arrow and next-arrow.
Reporter | ||
Updated•16 years ago
|
Whiteboard: [good first bug]
Attachment #391611 -
Flags: review?(benjamin)
Comment 2•15 years ago
|
||
Kalf, [chromedir="rtl"] is obsolete. We use :-moz-locale-dir(rtl) now, but apparently your checkout isn't up-to-date.
The new class names should rather be arrow-previous and arrow-next, fwiw.
Attachment #391611 -
Attachment is obsolete: true
Attachment #391821 -
Flags: review?(benjamin)
Attachment #391611 -
Flags: review?(benjamin)
Comment 4•15 years ago
|
||
Comment on attachment 391821 [details] [diff] [review]
changed class names
>-.home-arrow[chromedir="rtl"] {
That line doesn't actually exist:
http://mxr.mozilla.org/mozilla-central/source/toolkit/themes/gnomestripe/global/printPreview.css
Updated•15 years ago
|
Attachment #391821 -
Flags: review?(benjamin) → review?(dao)
Comment 5•15 years ago
|
||
Comment on attachment 391821 [details] [diff] [review]
changed class names
As said in comment 4, this patch doesn't apply :(
You first need to update your checkout or make a new one from mozilla-central so that printPreview.css is up-to-date:
https://developer.mozilla.org/En/Developer_Guide/Source_Code/Mercurial#mozilla-central_%28main_development_tree%29
Attachment #391821 -
Flags: review?(dao) → review-
Assignee | ||
Comment 6•15 years ago
|
||
Tested on Windows XP
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.3a1pre) Gecko/20090928 Minefield/3.7a1pre (.NET CLR 3.5.30729)
Attachment #403391 -
Flags: review?(dao)
Comment 7•15 years ago
|
||
Comment on attachment 403391 [details] [diff] [review]
Rename left/right-arrow to previous/next-arrow
thanks for the patch
Attachment #403391 -
Flags: review?(dao) → review+
Updated•15 years ago
|
Assignee: nobody → lusian
Keywords: checkin-needed
Comment 8•15 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/58c706989c7e
I noticed that the tooltip entities also mentioned "left"/"right" and fixed that before landing.
Status: NEW → RESOLVED
Closed: 15 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a1
You need to log in
before you can comment on or make changes to this bug.
Description
•