[Pkg-javascript-commits] [dojo] 14/32: using the workaround in html.js only for IE8, fixes #12493 !strict
David Prévot
taffit at moszumanska.debian.org
Thu Aug 21 17:39:07 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag 1.6.2
in repository dojo.
commit 40c02101dff945657c71ef74f91bc3efe64621f4
Author: Nicola Rizzo <nicola.rizzo at gmail.com>
Date: Sun May 1 10:12:23 2011 +0000
using the workaround in html.js only for IE8, fixes #12493 !strict
git-svn-id: http://svn.dojotoolkit.org/src/branches/1.6/dojo@24572 560b804f-0ae3-0310-86f3-f6aa0a117693
---
_base/html.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_base/html.js b/_base/html.js
index b179a15..6ac47cf 100644
--- a/_base/html.js
+++ b/_base/html.js
@@ -802,7 +802,7 @@ if(dojo.isIE){
}
}
}
- }else if(d.isOpera || (d.isIE > 7 && !d.isQuirks)){
+ }else if(d.isOpera || (d.isIE == 8 && !d.isQuirks)){
// On Opera and IE 8, offsetLeft/Top includes the parent's border
if(p){
be = d._getBorderExtents(p);
--
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