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

Add link dialog not rendering checkbox

4 Answers 80 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Bob
Top achievements
Rank 1
Bob asked on 08 Dec 2014, 10:37 PM
After upgrading to Kendo UI Q3 the Add Link dialog in the editor is not showing a textbox for the "Open link in new window" prompt.

You can see this bug in your own demos:

http://demos.telerik.com/kendo-ui/editor/index

4 Answers, 1 is accepted

Sort by
0
Accepted
Alexander Popov
Telerik team
answered on 10 Dec 2014, 04:06 PM
Hello Bob,

Thank you for brinding this to our attention. I managed to reproduce the issue and forwarded it to our development team. Fix should be available in our next internal build, meanwhile you can use the following CSS rule as a workaround: 
<style>
    .k-edit-field .k-checkbox{
        display: inline !important;
    }
</style>

As a token of gratitude for your involvement your Telerik points have been updated.

Regards,
Alexander Popov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Bob
Top achievements
Rank 1
answered on 10 Dec 2014, 08:57 PM
thanks. Just noticed I fat fingered "textbox" rather than "checkbox" but you figured it out. ;)
0
Grady
Top achievements
Rank 1
answered on 14 Jan 2015, 12:04 AM
Is this available in an internal build yet?
0
Alexander Popov
Telerik team
answered on 15 Jan 2015, 01:40 PM
Hi Grady,

This was fixed and is already part of the official Q3 2014 SP1 release.

Regards,
Alexander Popov
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
Bob
Top achievements
Rank 1
Answers by
Alexander Popov
Telerik team
Bob
Top achievements
Rank 1
Grady
Top achievements
Rank 1
Share this question
or