Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.BETA
-
Fix Version/s: EE-4.1.0.RC1, EE-4.1.0.GA, 4.2.BETA, 4.2
-
Component/s: MOBI-Components
-
Labels:None
-
Environment:ICEfaces 4
Description
Many of the new ICEfaces mobi components do not currently function as expected when used inside nested ace:dataTable components.
Note that h:dataTables work fine, as do single level ace:dataTables.
Issues (ICEfaces4/trunk revision# 40047):
mobi:dateSpinner
- When trying to change the value of the dateSpinner inside nested ace:dataTables the date immediately switches back to it's original value and cannot be changed. No issues when inside nested h:dataTables.
mobi:timeSpinner
- When trying to change the value of the timeSpinner inside nested ace:dataTables the time immediately switches back to it's original value and cannot be changed. No issues when inside nested h:dataTables.
mobi:flipSwitch
- The value printed on the page does not update when changing the flipswitch value inside nested ace:dataTables. No issues when inside nested h:dataTables.
mobi:microphone
- The audio clip will not upload when the component is nested inside ace:dataTables
mobi:camera
- The image will not upload when the component is nested inside ace:dataTables
mobi:camcorder
- The video will not upload when the component is nested inside ace:dataTables
mobi:scan
- The QR code values won't submit in the first row of the table inside nested ace:dataTables
mobi:fetchContact
- The value attribute is not submitted in the first row of the outside table (not an issue for the fetchConatct inside nested h:dataTables).
Note that h:dataTables work fine, as do single level ace:dataTables.
Issues (ICEfaces4/trunk revision# 40047):
mobi:dateSpinner
- When trying to change the value of the dateSpinner inside nested ace:dataTables the date immediately switches back to it's original value and cannot be changed. No issues when inside nested h:dataTables.
mobi:timeSpinner
- When trying to change the value of the timeSpinner inside nested ace:dataTables the time immediately switches back to it's original value and cannot be changed. No issues when inside nested h:dataTables.
mobi:flipSwitch
- The value printed on the page does not update when changing the flipswitch value inside nested ace:dataTables. No issues when inside nested h:dataTables.
mobi:microphone
- The audio clip will not upload when the component is nested inside ace:dataTables
mobi:camera
- The image will not upload when the component is nested inside ace:dataTables
mobi:camcorder
- The video will not upload when the component is nested inside ace:dataTables
mobi:scan
- The QR code values won't submit in the first row of the table inside nested ace:dataTables
mobi:fetchContact
- The value attribute is not submitted in the first row of the outside table (not an issue for the fetchConatct inside nested h:dataTables).
Verified ICEfaces 4 trunk r 48623. Tomcat 8. Chrome 49, FF 34, IE Edge, 11, 10, 9, 8.
Performed extensive testing with various components (ace, mobi, and h) using mojarra and myfaces libs, no issues were found.