[Pkg-javascript-commits] [dojo] 51/87: IE9 does actually continue to do the wrong thing in quirks mode, it just doesn't do quirks mode in iframes of standards mode documents. Refs #12342, #14321. Backport to 1.7.

David Prévot taffit at moszumanska.debian.org
Thu Aug 21 17:39:20 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag 1.7.5
in repository dojo.

commit 4964b723679a913b8aa1e9b4c791cb5afb7893c7
Author: Colin Snover <github.com at zetafleet.com>
Date:   Fri Nov 23 05:18:27 2012 +0000

    IE9 does actually continue to do the wrong thing in quirks mode, it just doesn't do quirks mode in iframes of standards mode documents. Refs #12342, #14321. Backport to 1.7.
    
    git-svn-id: http://svn.dojotoolkit.org/src/branches/1.7/dojo@30012 560b804f-0ae3-0310-86f3-f6aa0a117693
---
 tests/_base/html_quirks.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/_base/html_quirks.html b/tests/_base/html_quirks.html
index cce0fef..097cf98 100644
--- a/tests/_base/html_quirks.html
+++ b/tests/_base/html_quirks.html
@@ -66,7 +66,7 @@
 						}
 					]
 				);
-				if(dojo.isIE && dojo.isIE < 9){ 
+				if(dojo.isIE){ 
 					// IE collapses padding in quirks mode. We just report on it.
 					doh.register("t", 
 						[

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/dojo.git



More information about the Pkg-javascript-commits mailing list