This is a migrated thread and some comments may be shown as answers.

Editor Justify Buttons don't Work

1 Answer 64 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Marc
Top achievements
Rank 1
Marc asked on 18 Feb 2014, 03:24 PM
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

1 Answer, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 19 Feb 2014, 08:21 AM
Hello Marc,

Please update to the latest internal build, the issue should be resolved.

Regards,
Alex Gyoshev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Editor
Asked by
Marc
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Share this question
or