Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE 1.3.1.GA
-
Fix Version/s: EE 1.3.1.GA_P01
-
Component/s: Faces
-
Labels:None
-
Environment:IE8, Firefox
-
Support Case References:Support Case #12947 - https://icesoft.my.salesforce.com/5007000000ecWGE
Description
This issue is recently reported with the EE 1.3.1 release. When using a combination of custom CSS for the mobi:tabSet and the mobi:pagePanel components, when displaying the page in IE8, the tab set will slowly move up (expand) and down (contract) on the page.
The custom CSS is the following:
.mobi-tabset > .mobi-tabset-tabs > ul {
border-top: 1px solid rgb(165, 169, 182);
}
It was also reported that the issue happens in Firefox when resizing the browser. Removing the CSS resolves the issue but makes the display of the tab set unsatisfactory.
The custom CSS is the following:
.mobi-tabset > .mobi-tabset-tabs > ul {
border-top: 1px solid rgb(165, 169, 182);
}
It was also reported that the issue happens in Firefox when resizing the browser. Removing the CSS resolves the issue but makes the display of the tab set unsatisfactory.
Issue Links
- depends on
-
MOBI-1088 Page Panel body height not being properly calculated on IE8
- Resolved
Activity
Arran Mccullough
created issue -
Arran Mccullough
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | Case12947Example.zip [ 17296 ] |
Deryk Sinotte
made changes -
Assignee | Steve Maryka [ steve.maryka ] | Philip Breau [ philip.breau ] |
Philip Breau
made changes -
Philip Breau
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | EE 1.3.1.GA_P01 [ 11670 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #42118 | Fri Aug 15 08:43:38 MDT 2014 | philip.breau | mobi:tabSet - Expands and contracts when displayed in IE8 - slight timing adjustments for TabSet resize events |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.util/component.js
|
Attached test case source code. A full war can be provided on request.