This is a known issue.

This is a workaround for the problem that iOS devices fire a click event after 
the touchend.

Have a look at class: qx.ui.core.queue.Manager;

/**
     * Handler used on touch devices to prevent the queue from manipulating
     * the dom during the touch - mouse - ... event sequence. Usually, iOS
     * devices fire a click event 300ms after the touchend event. So using
     * 500ms should be a good value to be on the save side. This is necessary
     * due to the fact that the event chain is stopped if a manipulation in
     * the DOM is done.
     *
     * @param e {qx.event.type.Data} The user action data event.
     */
    __onUserAction : function(e)
    {
      [...]
    }
  },*/


Greetz 
Christopher




Am 22.10.2012 um 13:19 schrieb Alex Gölkel:

> Hello,
> 
> for a project I have some clients with touch screen and windows 7.
> Unfortunately, there are problems with the touch events.
> 
> On the following URL, you can see an example, with a red container which
> turns green on touchstart and back to red on touchend event.
> http://tinyurl.com/93tpnee
> 
> The following problems I figured out:
> In Crome 22.0.1229.94 (turn on touch events in about:flags) The events are
> fired correctly, but the browser hangs for about 500ms after the touchend
> event (and the color change happens after this time).
> If Firefox 16.0.1 the touchstart event doesn't occur until I move my finger
> a little bit on the widget.
> 
> Does anyone have an idea? With the mouse everything works perfect...
> 
> Thanks,
> Alex
> 
> 
> 
> --
> View this message in context: 
> http://qooxdoo.678.n2.nabble.com/Problem-with-Touch-events-tp7581759.html
> Sent from the qooxdoo mailing list archive at Nabble.com.
> 
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_sfd2d_oct
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to