Open GoogleCodeExporter opened 8 years ago
This information was found in the gwtextux issue and should be here:
Reported by tony.benbrahim,
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 comment by mlim1...@gmail.com
on 10 Jul 2008 at 3:13
[deleted comment]
to avoid other browsers you can make it like this
.ext-ie .x-tree-node { zoom:1; } /* fix for IE6 tree root selection */
Original comment by nietz...@gmail.com
on 29 Apr 2009 at 11:45
Original issue reported on code.google.com by
bdur...@gmail.com
on 18 Apr 2008 at 3:09