If the bug only occur in iOS, what about changing the code like this:
if (e.getData() == "touchend" &&
qx.core.Environment.get("os.name")=="iOS")
Von: czuendorf [via qooxdoo] [mailto:[email protected]]
Gesendet: Montag, 22. Oktober 2012 15:07
An: Goelkel Alex
Betreff: Re: Problem with Touch events
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
> [hidden email]</user/SendEmail.jtp?type=node&node=7581761&i=0>
> 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
[hidden email]</user/SendEmail.jtp?type=node&node=7581761&i=1>
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
________________________________
If you reply to this email, your message will be added to the discussion below:
http://qooxdoo.678.n2.nabble.com/Problem-with-Touch-events-tp7581759p7581761.html
To unsubscribe from Problem with Touch events, click
here<http://qooxdoo.678.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=7581759&code=Z29lbGtlbC5hQHVobG1hbm4uZGV8NzU4MTc1OXw3MjEzNzkzNg==>.
NAML<http://qooxdoo.678.n2.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21workgroup%3Aworkgroup.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/Problem-with-Touch-events-tp7581759p7581764.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