I want to select a cell on mouse down event instead of click. This is
how selection works in windows explorer (among others) and is very
useful if for instance you want to start a drag operation inmediatelly
after the mouse down.

Creating a custom EventTranslator is great as it allows me to select
the action to perform depending on the event type. However when doing
multiple selection the action I return is ignored unless it is a click
event. Said with different words, the DefaultSelectionEventManager
only takes into consideration the Action returned by the translator if
the event is a click event.

IMO the correct behaviour would be that the EventManager performs the
action returned by the translator no matter the event type. In fact
this is the behaviour for a single-selection model but not for a multi-
selection model.

A'm I missing something? Many thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to