Switching CellList to trigger selection on click instead of mousedown. Selection causes the cell to be redrawn, which interrupts the click event sequence and prevents click from ever firing to the Cell. This is particularly annoying for Cells that contain Buttons. The same change needs to be made for keyboard selection, which can be bound to selection and cause the cell to be redrawn.  CellTable already triggers selection on click, and now triggers keyboard selection on click.

Review at http://gwt-code-reviews.appspot.com/1102801

Review by: sbrubaker@google.com

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9220 8db76d5a-ed1c-0410-87a9-c151d255dfc7
3 files changed