Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0 Beta
-
Fix Version/s: 1.0 Final
-
Component/s: None
-
Labels:None
-
Environment:ICEmobile/Android
Description
On Android, when you touch the "+" "-" buttons on the time and date spinners, the whole control shifts up and to the left a few pixels.
Issue Links
- is duplicated by
-
MOBI-149 Date/time spinner popup background css class name not correctly set.
-
- Closed
-
I have a fairly reasonable guess at what is happening here. The popup in its current form is using a fixed position. I think the shift up and left 1px is related to the popup button loosing focus and a button on the popup gaining focus.
The fix appears to be to change the positioning to absolutely positioned. There is a side effect that the poup will be placed close to the parent block tag which should be ok for long forms. But becuase of this side effect I'm only going to change the position for the android time and date spinners.