Closed
Bug 1039175
Opened 11 years ago
Closed 11 years ago
"Ignore this warning" button has uncorrect position on about:blocked page with RTL locales
Categories
(Toolkit :: Safe Browsing, defect)
Tracking
()
RESOLVED
FIXED
mozilla33
People
(Reporter: seleznev.ru, Assigned: seleznev.ru)
References
Details
Attachments
(2 files, 1 obsolete file)
143.23 KB,
image/png
|
Details | |
895 bytes,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
Just look on screenshot. It has ltr, rtl and expected (?) parts.
Steps to reproduce:
* Start Firefox build with RTL locale (for ex., ar).
* Try to open "http://www.itisatrap.org/firefox/its-an-attack.html" page.
Assignee | ||
Comment 1•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Attachment #8456680 -
Flags: review?(gavin.sharp)
Updated•11 years ago
|
Attachment #8456680 -
Flags: review?(gavin.sharp) → review?(ehsan)
Comment 2•11 years ago
|
||
Comment on attachment 8456680 [details] [diff] [review]
Simple patch
Review of attachment 8456680 [details] [diff] [review]:
-----------------------------------------------------------------
Looks mostly good, but I have a couple of nits. Can you please address them and submit a new patch? Thanks a lot!
::: browser/base/content/blockedSite.xhtml
@@ +143,5 @@
> font-size: smaller;
> }
>
> + #ignoreWarningButton:-moz-dir(rtl) {
> + right: 20px;
Nit: please set left to auto as well to override the rule above.
@@ +150,2 @@
> #ignoreWarning {
> text-align: right;
Instead of the rule below, you can just convert this to text-align: end.
Attachment #8456680 -
Flags: review?(ehsan) → feedback+
Assignee | ||
Comment 3•11 years ago
|
||
I corrected all deficiencies. Many thanks for your feedback.
Attachment #8456680 -
Attachment is obsolete: true
Attachment #8459105 -
Flags: review?(ehsan)
Comment 4•11 years ago
|
||
Comment on attachment 8459105 [details] [diff] [review]
fix-ignore-button-position-r2.patch
Review of attachment 8459105 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good, thanks!
Attachment #8459105 -
Flags: review?(ehsan) → review+
Updated•11 years ago
|
Keywords: checkin-needed
Comment 5•11 years ago
|
||
Comment 6•11 years ago
|
||
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → mozilla33
You need to log in
before you can comment on or make changes to this bug.
Description
•