Declined
Last Updated: 16 Mar 2015 13:44 by Elena
Yvonne
Created on: 17 Feb 2015 15:34
Category: Editor
Type: Bug Report
0
Remove Alignment for inline styles in Firefox and IE
In Firefox and Internet Explorer, the "Remove Alignment" button does not correctly format text with text-align set using an inline style.

For example, if this is the HTML in the editor:

<p style="text-align: center;">Here is text that is center aligned</p>

In the Design editor, the "Remove Alignment" button looks selected, and pushing it has no effect (see screenshot).

In the Javascript, the remove alignment functions for Firefox and IE only remove styles from the DOM element, inline styles are not being removed.
1 comment
Elena
Posted on: 16 Mar 2015 13:44
We couldn't reproduce the issue in our online demo:
http://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx

Could you please open a support ticket and send us your code with detailed steps how to reproduce the issue locally?