From fb3211aa3cf3d3b56dc6b4e2dda13c30ec8e3b51 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 9 Feb 2010 12:06:25 -0800 Subject: [PATCH] IE8 on XP demands that onclick actions return false, otherwise it submits the form twice. Fixes bug #11336. --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/Content/AssetManager.pm | 10 +++++----- lib/WebGUI/Session/Icon.pm | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 45a995e60..29d74a54d 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -6,6 +6,7 @@ - fixed #11395: i18n LDAP field name in user properties wrong - fixed #11396: WebGUI Workflow Cache Error. - fixed #11393: Map template variables missing + - fixed #11336: Duplicate Version Tag Created. 7.8.11 - fixed #11362: Unable to checkout with ITransact plugin diff --git a/lib/WebGUI/Content/AssetManager.pm b/lib/WebGUI/Content/AssetManager.pm index c23d46149..5b94b66c6 100644 --- a/lib/WebGUI/Content/AssetManager.pm +++ b/lib/WebGUI/Content/AssetManager.pm @@ -411,11 +411,11 @@ ENDHTML

%s - - - - - + + + + +