efege
15 Apr 2007, 5:42 PM
You may have noticed that in Ext Documentation Center,
http://extjs.com/deploy/ext/docs/index.html
when the west panel gets too narrow, the longer texts (of tree nodes) wrap. Using Firefox 1.5 on Windows, I see node texts overlapping, as shown in the first attached image. IE 6 does not show the problem (see second image).
To find a solution, I edited the file docs/resources/collapser.css, and replaced the rule
.pkg h3 { height:18px; }
by this one
.pkg h3 { margin: 0 0 4px; }
Works OK in Firefox 1.5/Win and IE 6. Not tested in other browsers.
To solve this problem in general, a similar modification would be needed to file resources/css/tree.css.
http://extjs.com/deploy/ext/docs/index.html
when the west panel gets too narrow, the longer texts (of tree nodes) wrap. Using Firefox 1.5 on Windows, I see node texts overlapping, as shown in the first attached image. IE 6 does not show the problem (see second image).
To find a solution, I edited the file docs/resources/collapser.css, and replaced the rule
.pkg h3 { height:18px; }
by this one
.pkg h3 { margin: 0 0 4px; }
Works OK in Firefox 1.5/Win and IE 6. Not tested in other browsers.
To solve this problem in general, a similar modification would be needed to file resources/css/tree.css.