Wondered if anyone had came across this before. In our Formats dropdown we have styles for headings (H1 down to H5). We have found an issue however where the heading tag wont be removed when selected in the dropdown again if any styling has been applied to it.
For example the following H2 (<h2 style="text-align: center;">) cannot have the h2 removed unless the text align is removed first.
Does anyone know whether this is a bug with Umbraco or is it intended behaviour.
Format not removed when it has a style
Wondered if anyone had came across this before. In our Formats dropdown we have styles for headings (H1 down to H5). We have found an issue however where the heading tag wont be removed when selected in the dropdown again if any styling has been applied to it.
For example the following H2 (
<h2 style="text-align: center;">
) cannot have the h2 removed unless the text align is removed first.Does anyone know whether this is a bug with Umbraco or is it intended behaviour.
is working on a reply...