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 2 icemobile
-
Support Case References:Support Case 12962 - https://icesoft.my.salesforce.com/5007000000fCMlO
Description
when an accordion contains a dataView, it is over-riding the focus on the dataViewDetails to the row that was clicked on rather that the dataViewDetails. Normal behavior for dataView without accordion (and this worked for previous releases of icemobile), was the focus would go to the dataViewDetails .
will attach two xhtml pages...one of dataView without accordion and one with. THe accordion seems to be changing the focus after the dataView updates the focus.
will attach two xhtml pages...one of dataView without accordion and one with. THe accordion seems to be changing the focus after the dataView updates the focus.
This behaviour is not due to the accordion, but simply because the Dataview is automatically focussing a row and it's in a scrollable container. Added
MOBI-1090to workaround this.