Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.2 Beta
-
Fix Version/s: 1.2 Beta
-
Component/s: Containers
-
Labels:None
-
Environment:ICEmobile Flipswitch demo on Asus Transformer Prime tablet
Description
In the flipswitch demo, I'm seeing two click events. The net effect is to submit two POST requests
which negates any switch state change.
-Only occurs with the flipswitch component. I don't see twin clicks on buttons or other components.
-Only occurs on Asus tablet. Other devices don't see the problem.
-Attempting to reconstruct the flipswitch markup doesn't seem to help. Moving the input element outside the anchor tag doesn't. Altering the position of the spans just breaks the Styling.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
I've checked in a fix that passes a flag from the renderer indicating a Transformer Prime has been detected, and then some changes in the javascript that ignores a second click event.
This change is necessary despite the change to a fully hardware accellerated Application.
Also attempts to quell a bubbling event by cancelling bubbling and stopping propagation didn't work.