From 68bebd9340e55be9901fee03f58c56a9a66cb6f6 Mon Sep 17 00:00:00 2001 From: feodor_fitsner Date: Mon, 21 Nov 2011 18:39:11 -0800 Subject: [PATCH] "Select All" in file manager has been fixed for IE 7,8 and FF 6,7 --- .../DesktopModules/WebsitePanel/FileManager.ascx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/FileManager.ascx b/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/FileManager.ascx index c6559626..4902c97d 100644 --- a/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/FileManager.ascx +++ b/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/FileManager.ascx @@ -35,7 +35,7 @@ function HighlightRow(chkB) { var xState=chkB.checked; - var row = chkB.parentElement.parentElement; + var row = chkB.parentNode.parentNode; if(xState) { row.setAttribute("temp_class", row.className);