-
28 Mar 2011 12:19 AM #1
Problem with IE9 and strict doctype
Problem with IE9 and strict doctype
Hi,
I am developing and app with ExtJS4, using PR5 and I am having a problem with the doctype in IE9.
Without the doctype, the application runs perfectly, but when I add the strict doctype the following error comes up:
I am using the following soctype:Code:SCRIPT438: The object dowsn't accept the property or method 'createContextualFragment' ext-core-debug.js, Line7984 Character 21
I have checked in other browsers as Chrome and Firefox and it works fine. Also in previous versions of IE.Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
Any suggest will be appreciated.
Lucia
-
28 Mar 2011 1:47 AM #2
Similar Threads
-
[GXT 2.1] Strict doctype
By sraubal in forum Ext GWT: DiscussionReplies: 0Last Post: 10 Dec 2009, 7:07 AM -
[2.2] Combobox display & strict doctype in different browsers
By Erikk75 in forum Ext 2.x: BugsReplies: 16Last Post: 5 Apr 2009, 8:53 PM -
[SOLVED] What's wrong with DOCTYPE strict.dtd and IExplorer
By xabi in forum Ext 2.x: Help & DiscussionReplies: 3Last Post: 22 Feb 2008, 2:53 AM -
strict doctype causes grid scroll issues
By bpardee in forum Ext 2.x: Help & DiscussionReplies: 0Last Post: 21 Sep 2007, 11:45 AM


Reply With Quote