Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.1
-
Fix Version/s: 4.1.1
-
Component/s: MOBI-Components
-
Labels:None
-
Environment:Tomcat 8, ipad device ios 9.1, showcase mobi:dataView demo
-
Assignee Priority:P2
Description
To reproduce use the showcase mobi:dataView demo
After adding a column or two, then swiping over to view it, the entire table is removed from view and can not be swiped back into view. The page must be refreshed or orientation of device changed in order to view the table again. See attached screenshot ipad.PNG
After adding a column or two, then swiping over to view it, the entire table is removed from view and can not be swiped back into view. The page must be refreshed or orientation of device changed in order to view the table again. See attached screenshot ipad.PNG
Removed redundant code in recalcScrollHeight function. Avoid setting twice the height of the scrolling container (which seems to trigger a bug in Safari's page rendering).