Reverting behavior in AbstractCellTable so it calls Column#onBrowserEvent() if the target Cell is in a Column.  AbstractCellTable now supports any HasCell implementation, not just Columns, and a recent change modified the behavior to fire the event to the Cell directly, instead of going through Column#onBrowserEvent().  However, overriding onBrowserEvent() is common, and this behavior was a breaking change.  The fix checks if the HasCell is a column and uses the legacy Column#onBrowserEvent() method.

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

Review by: tlaubach@google.com

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@10477 8db76d5a-ed1c-0410-87a9-c151d255dfc7
1 file changed