Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: 1.7.1
-
Fix Version/s: 1.7.2
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
Description
When a panelTabSet is nested inside another panelTabSet the child tab set inherits the parents styling. This negates the ability to apply different styling to the child tab set.
-
Hide
- ICE-3468.war
- 6.05 MB
- Adnan Durrani
-
- META-INF/MANIFEST.MF 0.0 kB
- index.jsp 0.1 kB
- WEB-INF/lib/xercesImpl.jar 1.15 MB
- WEB-INF/lib/icefaces-comps.jar 1.77 MB
- WEB-INF/lib/commons-collections.jar 558 kB
- WEB-INF/lib/backport-util-concurrent.jar 319 kB
- WEB-INF/lib/commons-beanutils.jar 184 kB
- WEB-INF/lib/commons-logging.jar 52 kB
- WEB-INF/lib/jstl.jar 17 kB
- main.jspx 4 kB
- WEB-INF/.../krysalis-jCharts-1.0.0-alpha-1.jar 151 kB
- WEB-INF/web.xml 2 kB
- WEB-INF/lib/xml-apis.jar 190 kB
- WEB-INF/lib/icefaces.jar 1008 kB
- WEB-INF/lib/commons-digester.jar 140 kB
- css/tabStyle.css 0.3 kB
- WEB-INF/lib/jsf-api.jar 356 kB
- WEB-INF/lib/jsf-impl.jar 778 kB
- WEB-INF/lib/commons-fileupload.jar 87 kB
- WEB-INF/faces-config.xml 0.3 kB
-
Hide
- Case5140Example.war
- 5.82 MB
- Arran Mccullough
-
- META-INF/MANIFEST.MF 0.1 kB
- META-INF/context.xml 0.1 kB
- WEB-INF/classes/.../example/TestBean.class 0.3 kB
- WEB-INF/faces-config.xml 0.5 kB
- WEB-INF/lib/backport-util-concurrent.jar 343 kB
- WEB-INF/lib/commons-beanutils.jar 184 kB
- WEB-INF/lib/commons-collections.jar 558 kB
- WEB-INF/lib/commons-digester.jar 107 kB
- WEB-INF/lib/commons-fileupload.jar 87 kB
- WEB-INF/lib/commons-logging.jar 52 kB
- WEB-INF/lib/icefaces-comps.jar 1.71 MB
- WEB-INF/lib/icefaces.jar 1.15 MB
- WEB-INF/lib/jsf-api.jar 316 kB
- WEB-INF/lib/jsf-impl.jar 1.16 MB
- WEB-INF/lib/jstl.jar 17 kB
- WEB-INF/.../krysalis-jCharts-1.0.0-alpha-1.jar 151 kB
- WEB-INF/web.xml 4 kB
- css/tabStyle.css 20 kB
- index.jsp 0.1 kB
- main.jspx 4 kB
-
- ICE-3468.jpg
- 16 kB
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Attached example war file, built to run on Tomcat 6
Show
Arran Mccullough
added a comment - Attached example war file, built to run on Tomcat 6
[quote]
When a panelTabSet is nested inside another panelTabSet the child tab set inherits the parents styling. This negates the ability to apply different styling to the child tab set.
[/quote]
Inheritance and cascading is the CSS nature, so there isn't anything that can be fixed, however developer can revert the changes back by defining the second class. Please see the attached snapshot. I have also attached the war file, with the workaround.
Show
Adnan Durrani
added a comment - [quote]
When a panelTabSet is nested inside another panelTabSet the child tab set inherits the parents styling. This negates the ability to apply different styling to the child tab set.
[/quote]
Inheritance and cascading is the CSS nature, so there isn't anything that can be fixed, however developer can revert the changes back by defining the second class. Please see the attached snapshot. I have also attached the war file, with the workaround.
From screen shot:
Tab 1 uses the default rime css, Tab 1.1 has custom styling. Tab 1.1.1 should use the default rime styling but uses the custom styling instead.