extjs4 - ExtJS 4.0.2a Window Header Styling -



extjs4 - ExtJS 4.0.2a Window Header Styling -

so we've "updgraded" extjs 4.0.2a.

i'm trying create simple window fieldset has 3 inputs, , hides on close (as i've done 4.0.1).

addmodwindow = ext.create('ext.window',{ title: 'title', frame: true, width: 500, height: 200, closable: true, closeaction: 'hide', layout: { type: 'fit', align: 'center' }, defaults: { bodypadding: 4 }, resizable: false, items: [{ xtype: 'fieldset', labelwidth: 75, title: 'rule values', collapsible: false, defaults: { anchor: '100%' }, width: 490, items: [typecombobox,ruletextbox,notestextarea] }] });

typecombobox, ruletextbox, notestextarea defined above block , don't seem have issues (as i've removed items , still have same problem).

when window shown, window body , close box render correctly, window's header transparent , has minimal styling (font-family). i've attached screen caps ff4, ie8, , chrome.

has else seen problem , found how rid of transparency? in ie8 when move window, can see right styling of window header, leads me think css classes aren't getting applied correctly.

in ff4:

in ie8:

ie8 move:

in chrome:

extjs extjs4

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -