-
10 Aug 2011 7:46 AM #1
[ExtJS3] The ButtonGroup draws 2 extra vertical lines when its width exceeds 1100px
[ExtJS3] The ButtonGroup draws 2 extra vertical lines when its width exceeds 1100px
Test case.
Go to any page with extjs. ExtJS API Documentation for v3 is fine
Open firebug console.
Type
Stare at two vertical lines. They are here because a background image for them isPHP Code:w = new Ext.Window({width:1500,layout:'fit',height:100,items:new Ext.ComponentMgr.create({xtype:'buttongroup'})});w.show();w.setWidth(1550)
http://dev.sencha.com/deploy/ext-3.4...n/group-lr.gif which has width 1000px. Who would think that a button group can exceed 1000px width, right?
So a workaround: open gimp,open the gif, scale the image to 10000 x 1 size, make sure 2 first and 2 last pixels are correct while remaining are transparent, then save a gifMy ODesk profile - https://www.odesk.com/users/~~b3b73482afb3f2c5
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote