-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Low
-
None
-
Affects Version/s: 4.0
-
Component/s: Editor - Page / Comment Editor
-
Environment:
Confluence standalone 4.0 with Internet Explorer only
On Internet explorer, if we copy the following text, then parse in the code macro:
- Original test:
CALL_METHOD "Example": MoonStarter.RunMethod(8888); DEFPRE Doc := "Example string"; DEFPRE HotKey := "CTRL-U"; DEFPRE USGActive := ("AA", "BB"); END CALL_METHOD; - Output in the code macro:
CALL_METHOD "Example": MoonStarter.RunMethod(8888); DEFPRE Doc := "Example string"; DEFPRE HotKey := "CTRL-U"; DEFPRE USGActive := ("AA", "BB"); END CALL_METHOD;
The break line character (either space or tab) had been removed in the text.
- duplicates
-
CONFSERVER-26702 In IE8/IE9, when copying from a code macro in display mode into a code macro in edit mode, line breaks are missing
-
- Closed
-