Opened 15 years ago
Closed 15 years ago
#2878 closed bug (notabug)
CSS RTL tab compatibility
Reported by: | nlaslett | Owned by: | klaus.hartl |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.tabs | Version: | 1.5b4 |
Keywords: | css rtl tabs | Cc: | |
Blocked by: | Blocking: |
Description
When operating in a right-to-left environment (direction: rtl), the selected tab (.ui-tabs-selected a) does not display correctly with "position: absolute" in place. This is consistent across IE7, Firefox, and Safari.
Specifically, the A tag displays, but the child SPAN tag does not; it seems to be somewhere else (unseen) on the page. This renders just the right stub of the tab image, but not the full image nor the text.
Removing "position: absolute" from the ".ui-tabs-selected a" selector seems to fix the problem. The only downside is that both "top" and "z-index" also become inoperable, and the selected tab now displays 1px higher, which also reveals the panel top boundary line.
Unselected tabs do not display this problem.
I am using jQuery UI 1.5b4 with the standard ui.tabs.css and ui.tabs.js.
Neil
Change History (4)
comment:1 Changed 15 years ago by
Milestone: | 1.2.4 |
---|
comment:2 Changed 15 years ago by
Component: | ui.core → ui.tabs |
---|---|
Version: | 1.2.3 → 1.5b4 |
comment:3 Changed 15 years ago by
Owner: | changed from paul to klaus.hartl |
---|---|
Status: | new → assigned |
comment:4 Changed 15 years ago by
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
Milestone 1.2.4 deleted