Opened 2 weeks ago
Last modified 2 weeks ago
#2430 new defect
Problems WIth Website When Using Right-to-left Languages
Reported by: | slumlord | Owned by: | slumlord |
---|---|---|---|
Priority: | minor | Milestone: | undecided |
Component: | www/i2p | Version: | 0.9.38 |
Keywords: | formatting, css, website, rtl | Cc: | sadie, alex |
Parent Tickets: |
Description
E.g. Hebrew, Arabic
- Some text is overlapped by images
- I2P download link is rotated by a radical 5 degrees
- Possibly more
.main .get-i2p { left: 10%; right: auto; transform: rotate(5deg); -moz-transform: rotate(5deg); -webkit-transform: rotate(5deg); -ms-transform: rotate(5deg); -o-transform: rotate(5deg); }
see attached screenshot
Subtickets (add)
Attachments (1)
Change History (4)
Changed 2 weeks ago by slumlord
comment:1 Changed 2 weeks ago by slumlord
i2p2www/static/style/duck/desktop.rtl.css
comment:2 Changed 2 weeks ago by slumlord
Checked in by str4d 3 years ago, 98816fd2b32819000483ee38cf01992487347b5d
comment:3 Changed 2 weeks ago by zzz
good catch. From a review of the mtn history, str4d straightened out the crooked green box in duck/desktop.css on March 6 2016. See rev 930927c4a60a71128d67c03c9b335f2c85978c8f. He neglected to make the same change to desktop.rtl.css, which nobody's touched since December 2015. if you are able, make the necessary changes to the rtl css, else ask alex for help.
the broader discovery is that the RTL theme has not been maintained for 3 years. The design team needs to make it current with the standard theme, and include it in any changes and test plan you're working on.
Website with RTL languages