-
24 Jan 2010 11:38 AM #1
[OPEN-474][3.1] CSS.cacheStyleSheet bug
[OPEN-474][3.1] CSS.cacheStyleSheet bug
Hello!
there is a problem with the code in the Ext.util.CSS.cacheStyleSheet: @import declarations are not handled properly. Should such a declaration occur, there is no selectorText attribute, so an exception is thrown and the rest of the declarations are skipped.
Regards,
B.
-
24 Jan 2010 12:55 PM #2Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- Frederick MD, NYC, DC
- Posts
- 16,169
- Vote Rating
- 28
welcome to the forums.
What version of the framework are you on? We have specific forums for each version for bugs, etc.
Thanks for the feedback.
Jay Garcia @ModusJesus || Modus Create co-founder
Ext JS in Action author
Sencha Touch in Action author
Get in touch for Ext JS & Sencha Touch Touch Training
We are also working on Video-based Sencha Touch training: Check it out here.
-
24 Jan 2010 1:00 PM #3
I am moving to 3.1.0 and I have noticed the entries in the firebug.
A simple test for the presence of the selectorText will make them go away.
To see the problem, just include a simple file content1.css like
content1.css
@import url(content2.css)
content2.css
body { margin: 0px auto }
Thanks
B
-
24 Jan 2010 1:04 PM #4Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- Frederick MD, NYC, DC
- Posts
- 16,169
- Vote Rating
- 28
Thanks. Moved to bugs


Jay Garcia @ModusJesus || Modus Create co-founder
Ext JS in Action author
Sencha Touch in Action author
Get in touch for Ext JS & Sencha Touch Touch Training
We are also working on Video-based Sencha Touch training: Check it out here.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote