#4193 closed defect (bug) (wontfix)
Main nav broken in RTL mode in IE7 on BP-Default
Reported by: | DJPaul | Owned by: | |
---|---|---|---|
Milestone: | Priority: | low | |
Severity: | normal | Version: | 1.5 |
Component: | I18N | Keywords: | |
Cc: |
Description
The main navigation menu is not displaying correctly in RTL mode in IE7 on BP-Default. This problem has existed since BP 1.5. LTR on IE7 works.
See #3595 for a lot of discussion and screenshots of the problem.
Attachments (2)
Change History (7)
#1
@
12 years ago
- Component changed from Core to RTL
- Keywords has-patch added; needs-patch removed
- Version set to 1.5
#2
@
12 years ago
02.patch fixes issues with the .accessibly-hidden
class showing up when using LTR.
The left
declaration is needed for all good browsers. text-indent
is needed for IE7 when using RTL because of the horizontal scrollbar issue stated above.
The text-indent
declaration could be moved to the default-rtl.css
file instead.
Note: See
TracTickets for help on using
tickets.
Attached patch addresses various issues with the header in IE7.
The patch fixes:
The patch does not fix:
max-width
andwidth
declarations on thebody
element.I've tested the patch on IE8, Firefox 12 and Chrome and it's non-destructive. As mentioned above, Opera users will still see the horizontal scrollbar with or without the patch.
With the patch applied, it will bring us pretty much on par with BP 1.2's RTL support.