PDA

View Full Version : toolbar.addFill()



alexb
1 Aug 2007, 2:53 AM
Ext version: 1.1 RC1 yui
IE6, FF2

I use toolbar.addFill() to position the pager.
The pager and other elements are added with toolbar.addElement

It looks ok in IE6 (untitled2_1.JPG), but in FF (untitled3_1.JPG) the pager is partially hidden, or, when autoScroll:true, FF displays scrollbars

mystix
1 Aug 2007, 4:02 AM
have you tried this with 1.1 final (http://extjs.com/download)?

alexb
3 Aug 2007, 1:15 AM
yes, it's the same

jack.slocum
3 Aug 2007, 11:03 AM
This is why we never added it early on and only added it by popular demand. The results with standard text elements can be unpredictable.

You may be able to correct the issue by adding your text items into a non-wrapping block element.