What steps will reproduce the problem?
1. Move focus to component
grid.addFocusChangedHandler(new FocusChangedHandler()
{
@Override
public void onFocusChanged(FocusChangedEvent event)
{
//I never get here
System.out.println("hhhhhhhhhhhhhhhhhh");
if(event.getHasFocus())
{
START EDITING HERE;
}
}
});
What is the expected output? What do you see instead?
System.out
What version of the product are you using? On what operating system?
SmartGWT 2.2
WindowsXP SP3
Firefox 3.6.12
Original issue reported on code.google.com by antonev...@gmail.com on 18 Nov 2010 at 2:38
Original issue reported on code.google.com by
antonev...@gmail.com
on 18 Nov 2010 at 2:38Attachments: