Issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=6245

Thanks

On 8 abr, 15:23, John LaBanca <[email protected]> wrote:
> It appears that you are correct.  Can you create an issue to track this?
>
> Thanks,
> John LaBanca
> [email protected]
>
> On Fri, Apr 8, 2011 at 7:57 AM, Javier <[email protected]> wrote:
> > 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.

-- 
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