cmeans
3 Nov 2012, 10:10 AM
Sencha Cmd v3.0.0.230
ExtJS v4.1.1a
I created a custom theme (just one tweak to see something different).
It's rendering fine in FF, but not in IE8.
It appears that the CSS references to "sliced" files are wrong.
For instance, the tool bar default is set as:
background-image: url(../../../ext/resources/themes/images/default/toolbar/toolbar-default-bg.gif) !important
but I think it should be:
background-image: url(../../../ext/resources/themes/images/default/toolbar/toolbar-blue-bg.gif) !important
("blue" is my custom theme name.)
Did I do something wrong in the "build/compile" process?
Thanks.
ExtJS v4.1.1a
I created a custom theme (just one tweak to see something different).
It's rendering fine in FF, but not in IE8.
It appears that the CSS references to "sliced" files are wrong.
For instance, the tool bar default is set as:
background-image: url(../../../ext/resources/themes/images/default/toolbar/toolbar-default-bg.gif) !important
but I think it should be:
background-image: url(../../../ext/resources/themes/images/default/toolbar/toolbar-blue-bg.gif) !important
("blue" is my custom theme name.)
Did I do something wrong in the "build/compile" process?
Thanks.