Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.0 Final, 1.0 Williams
-
Fix Version/s: EE 1.0
-
Component/s: None
-
Labels:None
-
Environment:any
Description
The Date and Time spinner components have a small command button with a calendar icon that when activated will show the respective spinner popup. For some reason on Android handheld devices, the touch event doesn't always register and call the associated JavaScript. Strangely enough focus is associated and drawn indicating that the touch event was picked up.
The component group has determined that touch events should only be used when the widget needs a fast response time, like on the plus and minus icons on the popup spinner panel. So long story short, I need to remove the touch events from the popup, ok and cancel buttons that I added in for the Williams release.
The component group has determined that touch events should only be used when the widget needs a fast response time, like on the plus and minus icons on the popup spinner panel. So long story short, I need to remove the touch events from the popup, ok and cancel buttons that I added in for the Williams release.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #32326 | Fri Nov 23 10:39:34 MST 2012 | philip.breau | - date/time spinner - add android/honeycomb tap highlight to buttons |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/resources/themes/honeycomb/1_date_time_ext.css
MODIFY /icemobile/trunk/icemobile/resources/themes/android/1_date_time_ext.css |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #28457 | Thu Mar 22 09:10:16 MDT 2012 | patrick.corless | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/datespinner/DateSpinnerRenderer.java
MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/timespinner/TimeSpinnerRenderer.java |