As the title says, the 'Justify' buttons on the editor don't work. They show up, but when I click them, nothing happens. All the other toolbar buttons work perfectly, it's only the justify buttons that have a problem.
Here's my editor configuration:
@(Html.Kendo().Editor().Name("Description")
.Encode(true)
.Tools(t => t.Clear().Bold().Italic().Underline()
.FontSize().FontName()
.InsertOrderedList().InsertUnorderedList()
.Indent().Outdent()
.JustifyLeft().JustifyRight()
.JustifyCenter().JustifyFull()))
Kendo Version: 2013.3.1119
Browser: IE10
Here's my editor configuration:
@(Html.Kendo().Editor().Name("Description")
.Encode(true)
.Tools(t => t.Clear().Bold().Italic().Underline()
.FontSize().FontName()
.InsertOrderedList().InsertUnorderedList()
.Indent().Outdent()
.JustifyLeft().JustifyRight()
.JustifyCenter().JustifyFull()))
Kendo Version: 2013.3.1119
Browser: IE10