-
25 Jan 2012 11:23 AM #1
width/height config options are ignored when using a string style specification
width/height config options are ignored when using a string style specification
Here's the code to reproduce the issue:
With a string style config option, the width/height config options are ignored.Code:new Ext.Panel({ floating: true, width: 400, height: 500, style: 'background-color: White;' }).show();--
Rahul Singla
-
25 Jan 2012 11:58 AM #2Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,653
- Vote Rating
- 14
Thank you for the report.
-
25 Jan 2012 3:11 PM #3
Are you using PR4? This was fixed in PR4 and I can no longer reproduce it.
http://www.sencha.com/forum/announcement.php?f=91&a=28Sencha Inc.
Robert Dougan - @rdougan
Sencha Touch 2 and Ext JS 4 Core Team Member, SASS/Theming Wizard.
-
25 Jan 2012 10:34 PM #4
I am still on PR3, I would be upgrading to PR4 over the weekend.
--
Rahul Singla
Looks like we cannot reproduce this. Please provide another test case to reproduce this issue.


Reply With Quote