gwt /
gwt /
ff9f13a7c424f5e23353cec7d0e0991bf14cdfed Fixing a few bugs in Cell widgets.
Issue 5625: Fixes a bug in CellBrowser where the first item in each list is not clickable because we are too optimistic about not reselecting a row that is already selected. Now we will reselect a row if the row index changed OR if there is no row value selected, which ensures that the 0th row can be selected.
Issue 5632: Fixes a bug where you have to click an EditTextCell twice to switch it to edit mode. The bug is actually that we are stealing focus away from the cell even though it is in edit mode.
Fixes an NPE in EditTextCell when ValueUpdater is null.
Fixes a bug in CellList where the key is not passed to Cell#render().
Review at http://gwt-code-reviews.appspot.com/1141801
Review by: rchandia@google.com
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9278 8db76d5a-ed1c-0410-87a9-c151d255dfc7
8 files changed