visv / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

ListGrid focus problem #536

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
Smartclient forum discussion

http://forums.smartclient.com/showthread.php?t=9913

Original comment by antonev...@gmail.com on 18 Nov 2010 at 2:38