From abd5c8949714362773a19e4d687c0b22e72bcd0e Mon Sep 17 00:00:00 2001 From: mb863 Date: Tue, 1 Feb 2011 21:19:12 +0000 Subject: [PATCH] NIHVIVO-1838: In IE6 some content (text) disappear after loading individual pages for foaf person or generic. Changing var applyPositioning = false in supersleight.js change the behavior and content doesn't disappear (text) anymore. Still working on why PNG images disappear. Also I have fixed some layout issues in IE 6 and IE 7. --- webapp/web/js/jquery_plugins/supersleight.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/web/js/jquery_plugins/supersleight.js b/webapp/web/js/jquery_plugins/supersleight.js index 9a055c603..c79fe54a7 100644 --- a/webapp/web/js/jquery_plugins/supersleight.js +++ b/webapp/web/js/jquery_plugins/supersleight.js @@ -5,7 +5,7 @@ var supersleight = function() { // local vars var root = false; - var applyPositioning = true; + var applyPositioning = false; // path to a transparent GIF image var shim = './images/x.gif';