Author: sdumitriu
Date: 2008-02-26 00:53:00 +0100 (Tue, 26 Feb 2008)
New Revision: 7944
Modified:
xwiki-platform/skins/trunk/albatross/src/main/resources/albatross/skin.js
Log:
XSTOUCAN-3: Some issues with IE
Fixed: IE6/IE7: when on any edit mode (except wiki) and then clicking on the
WYSIWYG editor tab then an error dialog box appears
Modified:
xwiki-platform/skins/trunk/albatross/src/main/resources/albatross/skin.js
===================================================================
--- xwiki-platform/skins/trunk/albatross/src/main/resources/albatross/skin.js
2008-02-25 20:48:25 UTC (rev 7943)
+++ xwiki-platform/skins/trunk/albatross/src/main/resources/albatross/skin.js
2008-02-25 23:53:00 UTC (rev 7944)
@@ -129,6 +129,9 @@
function checkAdvancedContent(message) {
result = false;
+ if (!document.forms.edit) {
+ return true;
+ }
data = document.forms.edit.content.value;
myRE = new
RegExp("</?(html|body|img|a|i|b|embed|script|form|input|textarea|object|font|li|ul|ol|table|center|hr|br|p)
?([^>]*)>", "ig")
results = data.match(myRE)
_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications