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.
12779dataView shows normal behavior for dataView (same as previous release and patch).
12962dataViewInAccordion shows how focus is lost on the details and placed on the row that was clicked.