google-code-export / gwt-ext-ux

Automatically exported from code.google.com/p/gwt-ext-ux
1 stars 3 forks source link

first level treenode display in IE6 when root is hidden #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On IE6, when the root is hidden, the first level roots do not show selected
when they are selected. This is an extjs bug.

The following css fixes this:

 .x-tree-node { zoom:1; } /* fix for IE6 tree root selection */

see
http://gwt-ext.com/forum/viewtopic.php?f=8&t=177&start=0&st=0&sk=t&sd=a

Original issue reported on code.google.com by tony.ben...@gmail.com on 10 Jul 2008 at 12:42

GoogleCodeExporter commented 9 years ago
Invalid for GWTExtUx... Moved to Issue 313 in GWTExt...

http://code.google.com/p/gwt-ext/issues/detail?id=313

Original comment by mlim1...@gmail.com on 10 Jul 2008 at 3:17