Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.1 Beta
-
Fix Version/s: 1.1 Beta
-
Component/s: None
-
Labels:None
-
Environment:jsf 2 icefaces 3
Description
tabSet as per prototype. Initial transitions will be just based on opacity and visibility. Use of contentPane similar to contentStack.
rev 28997 has most of features but still missing a few things
Notably, am having some difficulty with the transitions firing consistently when contentPane is not cacheType = "client". Have tried this several ways. When js debugger is on in any desktop browser, the transition fires all the time. When not in use, the transitions don't always fire. Possibly a timing situation?
Another notable thing we may have to deal with is disabling the tags until the transition is complete. If you click on a tab before the transition is complete, the content may not get rendered.
Still to do.....add in listener on server side to fire when tabs are changed (would only work when going to server side though). Also no mobi:ajax support yet.