-
18 Mar 2011 5:34 AM #1
[PR4] [VML][FIXED-EXTJSIV-163] Crash when I draw more than 27 draw.Components
[PR4] [VML][FIXED-EXTJSIV-163] Crash when I draw more than 27 draw.Components
There is a problem with the VML engine. When I try to draw more than 27 objects it crashes at this line:
I've done some searching and you can only have 31 stylesheets in internet explorer.PHP Code:doc.createStyleSheet().addRule(".rvml", "behavior:url(#default#VML)");
I've tried this. And it solves the problem I had.I commented out the line in the script:
doc.createStyleSheet().addRule(".rvml",
"behavior:url(#default#VML)");
And added to the stylesheet rule:
.rvml{
behavior:url(#default#VML)
}
Problem solved.
-
18 Mar 2011 9:35 AM #2Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,651
- Vote Rating
- 14
This has been fixed for the next release.
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[OPEN-EXTJSIV-157] Ext.draw.Component viewbox issue
By 4CastRisk in forum Ext:BugsReplies: 1Last Post: 17 Mar 2011, 4:16 PM -
How to use svg file in Ext.Draw?
By cyouken in forum Ext: DiscussionReplies: 0Last Post: 10 Mar 2011, 10:31 PM -
Using Ext 4 Draw to make custom components
By aw1zard2 in forum Community DiscussionReplies: 0Last Post: 17 Feb 2011, 11:13 AM -
How to draw a arrow between two draggable components
By edfimasa in forum Ext GWT: Help & Discussion (1.x)Replies: 6Last Post: 23 Nov 2009, 6:30 PM -
How to Draw using Ext GWT
By arindam_saha in forum Ext GWT: Help & Discussion (1.x)Replies: 1Last Post: 25 Dec 2008, 8:59 AM


Reply With Quote