Closed
Bug 1009552
Opened 11 years ago
Closed 11 years ago
[rtl] Network error title text overlaps the Info icon
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
FIXED
Firefox 32
People
(Reporter: adalucinet, Assigned: vtsatskin)
References
Details
(Keywords: regression, rtl)
Attachments
(3 files, 1 obsolete file)
Reproducible on the latest Nightly 32.0a1 (BuildID: 20140512030202):
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0
STR:
1. Launch latest Nightly ar build.
2. In the Menu bar select Tools -> Options -> Advanced and go to Network tab.
3. Click on Settings and for Manual proxy configuration add an invalid proxy (Eg: HTTP Proxy = 12345678910 and Port = 65535)
4. Disable network connection.
5. Enter an invalid URL in the awesome bar (Eg: "a...b" or "www.thisisnotavalidaddres.com")
Expected results: "The proxy server is refusing connections" network error message is properly displayed.
Actual results: "The proxy server is refusing connections" network error message is not properly displayed.
Notes:
1. Not reproducible with builds before the fix from bug 982347 - not a regression.
2. Reproducible on all platforms: Windows 7 x64, Ubuntu 13.10 x32 and Mac OS X 10.9.2
3. Not reproducible with en-US nor he builds.
4. I think this issue is based on the Info icon placement for RTL builds as per http://goo.gl/m5rJEH. Any thoughts?
Comment 1•11 years ago
|
||
Once again, I'm confused:
"1. Not reproducible with builds before the fix from bug 982347 - not a regression."
If it wasn't reproducible before then, that sounds like bug 982347 regressed this.
This can probably also be reproduced by using the force rtl add-on with a regular en-US nightly.
Blocks: 982347
Keywords: regression,
rtl
Summary: Network error title text overlaps the Info icon → [rtl] Network error title text overlaps the Info icon
| Assignee | ||
Comment 2•11 years ago
|
||
I can't seem to get the "Force RTL" addon to force the error pages into RTL, so I'm blocked on testing if any changes will have an effect. Not sure if this is a bug with the addon or the browser.
Flags: needinfo?(jaws)
| Assignee | ||
Comment 3•11 years ago
|
||
(In reply to Valentin Tsatskin [:vt] from comment #2)
> Created attachment 8423276 [details]
> rtl.not.working.png
>
> I can't seem to get the "Force RTL" addon to force the error pages into RTL,
> so I'm blocked on testing if any changes will have an effect. Not sure if
> this is a bug with the addon or the browser.
As per the discussion on IRC, the "dir" attribute on body needs to be manually changed to test this: http://hg.mozilla.org/mozilla-central/annotate/d773600f10bd/browser/base/content/aboutneterror/netError.xhtml#l268
Flags: needinfo?(jaws)
| Assignee | ||
Comment 4•11 years ago
|
||
Attachment #8423288 -
Flags: review?(jaws)
Attachment #8423288 -
Flags: review?(bmcbride)
| Assignee | ||
Comment 5•11 years ago
|
||
Attachment #8423276 -
Attachment is obsolete: true
Comment 6•11 years ago
|
||
Comment on attachment 8423288 [details] [diff] [review]
1009552.patch
Review of attachment 8423288 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good, sorry for the misguided recommendation in the earlier bug.
Attachment #8423288 -
Flags: review?(jaws)
Attachment #8423288 -
Flags: review?(bmcbride)
Attachment #8423288 -
Flags: review+
| Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 7•11 years ago
|
||
Yikes, can't believe this almost sat here for a week without being checked in. Thanks for setting the flag Valentin.
Comment 8•11 years ago
|
||
Assignee: nobody → vtsatskin
Flags: in-testsuite-
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Comment 9•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 32
| Reporter | ||
Comment 10•11 years ago
|
||
Verified as fixed with latest Nightly AR build (Build ID: 20140522030204) on:
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0
Mozilla/5.0 (X11; Linux i686; rv:32.0) Gecko/20100101 Firefox/32.0
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:30.0) Gecko/20100101 Firefox/30.0
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•