My client get "strange feeling" about the form.List and list.List behaviour
regarding the Drag & Drop (only on mobile device, from Qooxdoo Desktop not
mobile one) :

Currently when you perform a drag & drop on mobile device threw Qooxdoo
Desktop, you have to first select the item by doing a full tap on it, then
you can touchstart again and start drag & drop it (I add drag & drop feature
on mobile here for most of cases :
http://bugzilla.qooxdoo.org/show_bug.cgi?id=7355 )

But, some client wanted to have the drag & drop directly on touchstart
(mousedown), so they have only one touchstart to make and they can start to
drag (which is the "default" behaviour for many drag & drop app on such
devices).


My question is :
- Which one Qooxdoo developers prefer : the current version (tap =>
touchstart => drag) or the "simplified" version (touchstart => drag) ?


The pro/cons :
- The touchstart is of course better, but got a major issue : if the list
got scrollbar, then the touchstart will start dragging even if user only
wants to scroll. On the other hands like my customers suggest it feels more
'natural behaviour'
- The tap got the advantages to clearly separate drag & drop from scroll
feature. On the other hands many people didn't see drag & drop because of
that (they don't have reflex to do double touch on items)...


Regarding answers, i will or not publish patch on bugzilla (of course if you
request it i can put it here...)

Converse !



--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Desktop-List-form-virtual-behaviour-on-mobile-tp7583633.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to