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_P04
-
Component/s: Faces
-
Labels:None
-
Environment:All, Desktop
-
Support Case References:Support Case #13607 - https://icesoft.my.salesforce.com/5007000001Tpwqe
Description
-
Hide
- Case13607Example2.zip
- 23 kB
- Arran Mccullough
-
- Case13607Example2/build.xml 3 kB
- Case13607Example2/.../ant-deploy.xml 2 kB
- Case13607Example2/.../build-impl.xml 80 kB
- Case13607Example2/.../genfiles.properties 0.5 kB
- Case13607Example2/.../private.properties 0.6 kB
- Case13607Example2/nbproject/.../private.xml 0.3 kB
- Case13607Example2/.../project.properties 4 kB
- Case13607Example2/nbproject/project.xml 1 kB
- Case13607Example2/src/conf/MANIFEST.MF 0.0 kB
- Case13607Example2/src/.../support/Item.java 0.1 kB
- Case13607Example2/src/.../TestBean.java 0.5 kB
- Case13607Example2/web/index.xhtml 0.5 kB
- Case13607Example2/web/.../context.xml 0.1 kB
- Case13607Example2/web/.../views/large.xhtml 3 kB
- Case13607Example2/web/.../views/small.xhtml 1 kB
- Case13607Example2/web/WEB-INF/web.xml 2 kB
- Case13607Example2/.../welcomeICEmobile.xhtml 0.9 kB
-
-
Hide
- sc13607.zip
- 14 kB
- Judy Guglielmin
-
- sc13607/.classpath 2 kB
- sc13607/.project 1.0 kB
- sc13607/.settings/.jsdtscope 0.5 kB
- sc13607/.../org.eclipse.jdt.core.prefs 0.3 kB
- sc13607/.../org.eclipse.wst.common.component 0.5 kB
- sc13607/.../org.eclipse.wst.common.project.facet.core.prefs.xml 0.2 kB
- sc13607/.../org.eclipse.wst.common.project.facet.core.xml 0.4 kB
- sc13607/.../org.eclipse.wst.jsdt.ui.superType.container 0.0 kB
- sc13607/.../org.eclipse.wst.jsdt.ui.superType.name 0.0 kB
- sc13607/build/.DS_Store 6 kB
- __MACOSX/sc13607/build/._.DS_Store 0.1 kB
- sc13607/src/com/.../support/Item.java 0.1 kB
- sc13607/src/com/.../support/TestBean.java 0.5 kB
- sc13607/WebContent/autoheight.xhtml 0.9 kB
- sc13607/WebContent/index.xhtml 0.6 kB
- sc13607/WebContent/META-INF/MANIFEST.MF 0.0 kB
- sc13607/.../tabSetInParentNoGmap.xhtml 3 kB
- sc13607/WebContent/.../faces-config.xml 0.3 kB
- sc13607/WebContent/.../views/large.xhtml 3 kB
- sc13607/WebContent/.../views/largeB.xhtml 3 kB
- sc13607/WebContent/.../views/small.xhtml 1 kB
- sc13607/WebContent/WEB-INF/web.xml 2 kB
- sc13607/.../welcomeICEmobile.xhtml 0.9 kB
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
rev 48528 autoHeight now takes into account the style value for height on any div when calculating height. Does not accumulate values, just used a max value on any div within the tabcontents. This is done on a timeout when the page loads (not done when tabs are changing), so if a facelet="true" and using autoHeight, may want to place this in showContents (or user should be ware and use facelet="false" if this is important. Can always be overridden by the"height" attribute on the <mobi:tabSet> component.
when I modify the markup from
<mobi:tabSet id="stackOne" selectedId="#
to
<mobi:tabSet id="stackOne" selectedId="#{testBean.selectedId}
" height="500px">
then, I do see the gmap.
If there is not a problem with this workaround, I would suggest it.
Looking at the autoheight issue in the meantime....
Attached test case that shows this issue.
Steps:
- Load welcomeICEfaces.jsf
- The second tab should show an ace:gMap component. Once I change the height used by the tabs via the browser dev tools I can see the map content.
test case showing height attribute for <mobi:tabSet> being used with gmap as well as autoHeight parameter also working by using the height style value used on inner div of content.