Re: Handling clicks on CellWidgets

2011-02-09 Thread Praveen Kumar
I have the same issue. Did anyone has an answer? On Jan 14, 10:39 pm, Ramon Salla rsal...@gmail.com wrote: I think i maybe found another bug: if          @Override           public void render(Context context, MyValue data, SafeHtmlBuilder sb) { sb.appendHtmlConstant(button

Re: Handling clicks on CellWidgets

2011-01-14 Thread Ramon Salla
I think i maybe found another bug: if @Override public void render(Context context, MyValue data, SafeHtmlBuilder sb) { sb.appendHtmlConstant(button class=\gwt-Button\ testbutton); } Clicking to the button fires a click only on the button if using the improved onBrowserEvent

Re: Handling clicks on CellWidgets

2011-01-07 Thread Ramon Salla
Thanks Thomas. I used the patched ActionCell and ButtonCell from the link you gave me from the issue and it worked great. Using 2 ActionCells in a CompositeCell also worked. I think that is all I need to keep cellwidgets in production (users are great bugfinders! ;) ) . I hope the patch will

Handling clicks on CellWidgets

2011-01-03 Thread Ramon Salla
Hi, Happy new year to all! I have some questions regarding cellwidgets. In the showcase http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellSampler when clicking the cell which contains the button, it reacts not only when pressing the button but also when clicking inside the cell but

Re: Handling clicks on CellWidgets

2011-01-03 Thread Thomas Broyer
On Monday, January 3, 2011 3:33:37 PM UTC+1, Ramon Salla wrote: Hi, Happy new year to all! I have some questions regarding cellwidgets. In the showcase http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellSampler when clicking the cell which contains the button, it reacts not