[Pkg-javascript-commits] [dojo] 02/09: Fixes #5021 on 1.0.1 branch

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


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

taffit pushed a commit to annotated tag 1.0.0rc3
in repository dojo.

commit ba76e1446aa5bb296b76b39cbf14b9f6b5d3f57d
Author: Adam Peller <github at peller.org>
Date:   Tue Nov 6 17:26:29 2007 +0000

    Fixes #5021 on 1.0.1 branch
    
    git-svn-id: http://svn.dojotoolkit.org/src/branches/1.0/dojo/trunk@11412 560b804f-0ae3-0310-86f3-f6aa0a117693
---
 io/iframe.js | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/io/iframe.js b/io/iframe.js
index 1b62b54..6390f04 100644
--- a/io/iframe.js
+++ b/io/iframe.js
@@ -39,13 +39,13 @@ dojo.io.iframe = {
 		window[fname] = cframe;
 	
 		with(cframe.style){
-			// if(!dojo.isSafari){
+			if(dojo.isSafari < 3){
 				//We can't change the src in Safari 2.0.3 if absolute position. Bizarro.
 				position = "absolute";
-			// }
-			left = top = "300px";
-			height = width = "300px";
-			// visibility = "hidden";
+			}
+			left = top = "1px";
+			height = width = "1px";
+			visibility = "hidden";
 		}
 
 		if(!dojo.isIE){

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