found this same problem in FF 6.0.2 on Mac OS Lion.
debug javascript and found an issue in showcase.js
on line 7 which I changed to
} else if (body.parentElement && body.parentElement.clientHeight) {
but this did not fix the issue.
Noted in mobitest, that carousel examples worked well on the same browser (FF 6.0.2), so went and added carousel into a contentStack and a tabSet within a contentStack. No problem and carousel works.
Even in mobileshowcase, there are no further javascript errors (other than the one mentioned above which I fixed locally).
It would appear, that this is specific to either pagePanel or application specific css (as I have tried it within the same configuration in mobitest--but no composite components either so maybe that's a factor?
page in mobitest/layout/panelStack-tabSet.jsf
panel1 (of contentStack) with tab panel5 has a carousel and
panel3 of contentStack has carousel
Both of these works fine.
Can someone try it on IE9 to see if this page works there as well?
Further work may be looked at regarding pagePanel/application css or the composite components used (although I am getting no js or server error)
Revision: 30278
Author: philip.breau
Date: July-26-12 4:09:46 PM
Message:
MOBI-286- carousel not working in IE9Modified : /icemobile/trunk/icemobile/resources/themes/ipad/default-carousel.css