So put the contextmenu event on the cell itself rather than sinking an
event on the celltable?

John

On Dec 9, 11:18 am, Thomas Broyer <t.bro...@gmail.com> wrote:
> I think you need a CellPreviewEvent.Handler (have a look at
> DefaultEventSelectionManager) so that a "contextmenu" event turns into a
> SelectAction.SELECT or SelectAction.TOGGLE (depending on whether the Ctrl
> or Meta key is down). The current code should correctly change selection on
> a "click" event, whichever the button (left, right or middle).
> Or maybe your cell is handling selection itself? (isSelectionHandled
> returns true)

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

Reply via email to