Thank you for reporting this bug. We will make it our priority to review this report.
-
Sencha User
[OPEN-581][3.1] Desktop sample - broken taskbar in FireFox zoom mode
In FireFox, set your zoom level to something above normal (CTRL++) or CTRL + mousewheel up).
Then load the 3.1 desktop sample: http://www.extjs.com/deploy/dev/examples/samples.html
The taskbar does not render unless you widen your browser fairly wide, then it appears.
3.0 does not exhibit this behaviour.
-
Ext User
Solved in this thread
http://www.extjs.com/forum/showthrea...t=45122&page=2
The post from siknus did it:
I added height:'30px' in taskbar.js, on line 95:
Code:
this.el.setStyle({
overflow:'hidden',
margin:'0',
border:'0 none',
height:'30px'
});