Side navigation
#1995 closed bug (invalid)
Opened December 01, 2007 08:52PM UTC
Closed December 16, 2007 03:52PM UTC
ui.tabs disabled tabs have no z-index with flora.tabs.css
Reported by: | greg | Owned by: | klaus |
---|---|---|---|
Priority: | minor | Milestone: | 1.2.2 |
Component: | ui | Version: | 1.2.1 |
Keywords: | tabs flora | Cc: | |
Blocked by: | Blocking: |
Description
a selected tab gets a z-index of 2. A de-selected tab should have the same z-index since it may need to be clicked
--- ./trunk/themes/flora/flora.tabs.css 2007-12-01 14:18:48.000000000 -0600
+++ flora.tabs.css 2007-12-01 14:49:44.000000000 -0600
@@ -49,13 +49,17 @@
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
color: #fff;
}
-.ui-tabs-nav .ui-tabs-selected a {
+
+.ui-tabs-nav a {
position: relative;
- top: 1px;
z-index: 2;
+}
+.ui-tabs-nav .ui-tabs-selected a {
+ top: 1px;
margin-top: 0;
background-position: 100% -23px;
}
+
.ui-tabs-nav a span {
padding-top: 1px;
padding-right: 0;
Attachments (0)
Change History (4)
Changed December 12, 2007 09:32PM UTC by comment:1
owner: | → klaus |
---|
Changed December 13, 2007 01:31PM UTC by comment:2
resolution: | → worksforme |
---|---|
status: | new → closed |
I wasn't able to create a test case where clicking an unselected tab would fail without z-index being declared.
Changed December 15, 2007 01:38AM UTC by comment:3
resolution: | worksforme |
---|---|
status: | closed → reopened |
For the test case you will need another (transparent) layer where the tabs are.
Maybe this was intentional, but it seems that a better default is to make all the tabs have the same z-index all of the time.
Changed December 16, 2007 03:52PM UTC by comment:4
resolution: | → invalid |
---|---|
status: | reopened → closed |
I still cannot find any problems. Need a test case and additional information in which browser the bug occurs in.