Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.8 RC1
-
None
-
Integration
-
Unknown
-
Description
In wiki editor, insert the following:
* foo((( before * bar after)))
now edit in wysiwyg and try to backspace at the beginning of bar or delete at the end of bar.
Backspace would result in
* foo(((before after)))bar
while delete will cause a javascript exception and a blank document.