Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Invalid
-
Affects Version/s: EE 1.3.1.GA
-
Fix Version/s: EE 1.3.1.GA_P01
-
Component/s: Faces
-
Labels:None
-
Environment:jsf icemobile
-
Support Case References:Support case 12947 - https://icesoft.my.salesforce.com/5007000000ecWGE?srPos=0&srKp=500
Description
will attach the documents for support case. Issue is on all desktop browsers when resizing slowly the test application with tabset orientation = "bottom"
The tabs will disappear if doing the resize slowly.
Customer has indicated this is a blocker issue.
The tabs will disappear if doing the resize slowly.
Customer has indicated this is a blocker issue.
I don't see anything wrong or conflicting in the CSS. I would say this is probably a browser bug with parsing the complicated sibling selector. Reversing the two rules like so seems to avoid the issue.
/*
{ position: fixed; bottom: 0; }Workaround to fix issue where the tabset would not properly resize when you
slowly resized the desktop browser window in 1.3.1.GA
http://jira.icesoft.org/browse/MOBI-1082 fixed the main issue with IE8
*/
.mobi-tabset.mobi-tabset-tabs-bottom > .mobi-tabset-tabs
/*
{ float: none !important; }Workaround to fix alignment issue with fieldsetRow in 1.3.1.GA
JIRA http://jira.icesoft.org/i#browse/MOBI-1083
*/
.mobi-fieldset-row > * ~ *:last-child {