Question about TinyMCE Styles dropdown in Umbraco 4.9.0
I've created an editor.css and added a couple of stylesheet properties, .e.g.:
Name: Paragraph Alias: p Styles: <empty>
Name: Header 2 Alias: h2 Styles: <empty>
I've linked the editor.css to the Richtext editor datatype and enabled the Styles dropdown. Everything is working as expected so far, I'm able to apply styles to selected text. In older versions of Umbraco (v4.7.0 for example) the Styles dropdown would automatically show which style is applied to a text, if any. So if I selected a piece of text with h2 applied, the Styles dropdown would show "Header 2".
This doesn't seem to work in v4.9.0:
Is anyone else experiencing this issue? Can this be fixed, or was this functionality altered on purpose?
I've just installed clean copies of Umbraco 4.8.1 and 4.9.0 with one of the Starter Kits. The issue described above is there too. So it's either a bug, or it was changed on purpose. The functionality works fine in Umbraco 4.7.0, 4.7.1 and 4.7.2, haven't checked 4.8.0 though.
I would really like to get this functionality working again in 4.9.0, so if anyone has any tips...
I just checked a fresh install and got the same results in IE and Chrome. Seems like it might be a bug to me. I would suggest you report the issue on the issue tracker. Make sure to post the link back here so anyone else who runs into it can vote.
There were a lot of TinyMCE upgrades/cleanups happening in 4.8.1 so I'm assuming its something to do with that, hopefully an easy fix.
Question about TinyMCE Styles dropdown in Umbraco 4.9.0
I've created an editor.css and added a couple of stylesheet properties, .e.g.:
Name: Paragraph
Alias: p
Styles: <empty>
Name: Header 2
Alias: h2
Styles: <empty>
I've linked the editor.css to the Richtext editor datatype and enabled the Styles dropdown. Everything is working as expected so far, I'm able to apply styles to selected text. In older versions of Umbraco (v4.7.0 for example) the Styles dropdown would automatically show which style is applied to a text, if any. So if I selected a piece of text with h2 applied, the Styles dropdown would show "Header 2".
This doesn't seem to work in v4.9.0:
Is anyone else experiencing this issue? Can this be fixed, or was this functionality altered on purpose?
I've just installed clean copies of Umbraco 4.8.1 and 4.9.0 with one of the Starter Kits. The issue described above is there too. So it's either a bug, or it was changed on purpose. The functionality works fine in Umbraco 4.7.0, 4.7.1 and 4.7.2, haven't checked 4.8.0 though.
I would really like to get this functionality working again in 4.9.0, so if anyone has any tips...
Hi,
I just checked a fresh install and got the same results in IE and Chrome. Seems like it might be a bug to me. I would suggest you report the issue on the issue tracker. Make sure to post the link back here so anyone else who runs into it can vote.
There were a lot of TinyMCE upgrades/cleanups happening in 4.8.1 so I'm assuming its something to do with that, hopefully an easy fix.
Thanks,
Tom
Yeah I'm also seeing this in 4.8.1.
You can vote up this issue: http://issues.umbraco.org/issue/U4-659 — it also has a fix, replacing line 38 in
umbraco_client\tinymce3\plugins\umbracocss\editor_plugin_src.js
with the following
Thanks Bruce, this fixed the issue for me. I voted up the issue on YouTrack.
Awesome glad to hear it.
is working on a reply...