zorba-the-geek / smartgwt

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

When two grids are the child of GWT panel, and one is invisible, we cannot edit the other one on Firefox #129

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
see my thread with my test case :

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

I also attached a file to show the case in my real application. 

Only occurs in Firefox (i have the 3.0.5). I'm on OSX Leopard. Safari and
IE seem good.

What version of the product are you using? On what operating system?
22 feb 2009 SVN version

Original issue reported on code.google.com by ricard.i...@gmail.com on 23 Feb 2009 at 9:20

Attachments:

GoogleCodeExporter commented 9 years ago
Are you still having this issue?

Original comment by sanjiv.j...@gmail.com on 3 Mar 2009 at 2:27

GoogleCodeExporter commented 9 years ago
Yep, i'm still having it. You did something on this one ? Because, i coded a
workaround but it's pretty ugly. Check my link to the forum. When a Panel has 
to be
hidden, I go through all its children recursively and if I find a ListGrid in 
the
hierarchy, make it hidden as well. I do the opposite if a Panel goes Visible.
Isomorphic said on the thread that the ListGrid was not aware of the change in
visibility. But, the issue appears only in Firefox 

Original comment by ricard.i...@gmail.com on 3 Mar 2009 at 2:46

GoogleCodeExporter commented 9 years ago
You'll have to use the suggestion / workaround since this is due to the the 
fact that ListGrid is unaware of the 
parent non-SmartGWT panel. If you use VLayout / HLayout things will probably 
work. Closing as not much we 
can do.

Original comment by sanjiv.j...@gmail.com on 31 Mar 2009 at 10:13