[Pkg-javascript-commits] [dojo] 02/04: Fixes #4325 on 1.0 branch: typo in safari version number about messing up dojo.abs() and thus drop down/popup placement

David Prévot taffit at moszumanska.debian.org
Mon May 11 20:11:38 UTC 2015


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

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

commit ab343b4e48d0a678d5ff6114de479950455f6d72
Author: Bill Keese <bill at dojotoolkit.org>
Date:   Tue Nov 20 05:04:20 2007 +0000

    Fixes #4325 on 1.0 branch: typo in safari version number about messing up dojo.abs() and thus drop down/popup placement
    
    git-svn-id: http://svn.dojotoolkit.org/src/branches/1.0/dojo/trunk@11589 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 916b0ba..fa8e3d9 100644
--- a/_base/html.js
+++ b/_base/html.js
@@ -896,7 +896,7 @@ if(dojo.isIE || dojo.isOpera){
 				}
 				if(node.parentNode != db){
 					var nd = node;
-					if(dojo.isOpera || (dojo.isSafari >= 5)){ nd = db; }
+					if(dojo.isOpera || (dojo.isSafari >= 3)){ nd = db; }
 					ret.x -= _sumAncestorProperties(nd, "scrollLeft");
 					ret.y -= _sumAncestorProperties(nd, "scrollTop");
 				}

-- 
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