Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 2.0-Beta1
-
Fix Version/s: 2.0.0
-
Component/s: ICE-Components
-
Labels:None
-
Environment:Chrome and Safari browsers
-
ICEsoft Forum Reference:
-
Affects:Compatibility/Configuration
-
Workaround Exists:Yes
-
Workaround Description:
Description
The panelTabSet displays with large spaces above and below the tab labels. This issue is not seen with Firefox or IE. The issue can be reproduced in FF and IE by using the following DOCTYPE:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
But changing to this DOCTYPE makes it work in FF/IE but not in Chrome/Safari:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
But changing to this DOCTYPE makes it work in FF/IE but not in Chrome/Safari:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Issue Links
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | tab-style-issue-chrome.JPG [ 12621 ] | |
Attachment | tab-style-issue-firefox.JPG [ 12622 ] | |
Attachment | tab-style-issue-safari.JPG [ 12623 ] |
Attachment | first.xhtml [ 12624 ] |
Salesforce Case | [5007000000DZozu] |
Fix Version/s | 2.0.0 [ 10230 ] |
Assignee Priority | P2 | |
Assignee | Yip Ng [ yip.ng ] |
Assignee | Yip Ng [ yip.ng ] | Arran Mccullough [ arran.mccullough ] |
Assignee | Arran Mccullough [ arran.mccullough ] | Mark Collette [ mark.collette ] |
Salesforce Case | [5007000000DZozu] | [5007000000DZozu, 5007000000ETY0G] |
Assignee Priority | P2 |
Assignee | Mark Collette [ mark.collette ] | Ken Fyten [ ken.fyten ] |
ICEsoft Forum Reference | http://www.icefaces.org/JForum/posts/list/18256.page#66354 |
Workaround Description |
Adding the following to each page snippet that is being ui:included should resolve the issue: <html xmlns="http://www.w3.org/1999/xhtml"> |
|
Workaround Exists | [Yes] | |
Affects | [Compatibility/Configuration] |
Workaround Description |
Adding the following to each page snippet that is being ui:included should resolve the issue: <html xmlns="http://www.w3.org/1999/xhtml"> |
Adjust the view attribute so that all browsers get consistent markup: <f:view contentType="text/html"> |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Won't Fix [ 2 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Please retest with latest icefaces2/trunk.