I have a xslt macro that generates a table. The macro is allowed to be used in the editor.
The bug is that if I type into a rich text editor hit return then enter the macro (it has 1 parameter) the macro end up being the first thing in the editor and there is no way of getting rid of it without deleting it.
Has anyone experienced anything similar?
Any help is really appreciated as I need this fixed for a demo.
I tested my install (v4.5.2) with IE8 and didn't experience any issues. One thing you can do is go into the HTML view and swap the two components. Hopefully it doesn't flip back after you update the code.
same problem with me ... the solution for now is using HTML view or you can split the data type one for the macro and one for the casual text based content
this only happens in IE so it looks like a browser specific bug. Have you any quick fixes or patches I could apply please, it is a bit of a thorn in the side for my client.
IE Bug with Macro inside Rich Text Editor
I have a xslt macro that generates a table. The macro is allowed to be used in the editor.
The bug is that if I type into a rich text editor hit return then enter the macro (it has 1 parameter) the macro end up being the first thing in the editor and there is no way of getting rid of it without deleting it.
Has anyone experienced anything similar?
Any help is really appreciated as I need this fixed for a demo.
Brendan,
What version of IE and Umbraco are you using?
I tested my install (v4.5.2) with IE8 and didn't experience any issues. One thing you can do is go into the HTML view and swap the two components. Hopefully it doesn't flip back after you update the code.
--
Donald
Hi Donald,
thanks for the reply, I was hoping to avoid going near the HTML view as the macro is supposed to make things easy for the client.
I am using IE8 and Umbraco 4.6.1, I am near the end of a build so don;t want to upgrade if I can get away with it.
Any other ideas?
B
Hi Brendan,
same problem with me ... the solution for now is using HTML view or you can split the data type one for the macro and one for the casual text based content
Hi Brendan
Does this also happen if you use another browser?
/Jan
Hi Jan,
this only happens in IE so it looks like a browser specific bug. Have you any quick fixes or patches I could apply please, it is a bit of a thorn in the side for my client.
Thanks,
Brendan
Hi Brendan
Sorry about the late reply but been a bit busy.
Does this also happen if you render your IE8 as IE7?
/Jan
I am also experiencing the same problem, in IE8 and IE8 rendering as IE7.
Other IE only issues I am having with macros in the Richtext editor are:
Attempting to delete an empty macro frame throws the following javascript error:
Message: Object required
Line: 4724
Char: 4
Code: 0
URI: http://localhost:9901/umbraco/plugins/tinymce3/tinymce3tinymceCompress.aspx?rnd=4e6ba21a-43e4-4dde-b14a-a52587013b3d&module=gzipmodule&themes=umbraco&plugins=umbracoimg,paste,inlinepopups,table,spellchecker,advlink,media,noneditable,umbracocss,umbracomacro&languages=en
Any help would be greatly appreciated.
This seems to be fixed in Umbraco 4.7 if anyone is experiencing the bug in an older version an upgrade might be in order
is working on a reply...