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

Editor keeps growing instead of scrolling on iPad

1 Answer 136 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Rachel
Top achievements
Rank 2
Rachel asked on 29 Jul 2013, 03:33 PM
When we enter or view text in the Kendo Editor using an iPad, the editor appears to grow indefinitely instead of scrolling.  When very long text is viewed, this means there is no way to get to the bottom of the text, since there is no scrollbar.  This happens even when we view the editor demo (http://demos.kendoui.com/web/editor/index.html) on an iPad.  We need to set a maximum height on the Editor so that iPad scrolling is available, and the editor does not grow.  How can we constrain the height of the editor in this way?  Setting HtmlAttributes with a max-height doesn't appear to do anything. 


1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 30 Jul 2013, 01:02 PM
Hello Rachel,

The Kendo UI Editor historically uses an iframe for its editable content, because until recently, the iframe supported content editing on the largest number of browsers. Scrolling of iframes on iPad is impossible and this limitation is not related to Kendo UI.

You can use the Editor's new Inline editing mode and initialize the widget from a scrollable <div>.

http://demos.kendoui.com/web/editor/inline-editing.html

Regards,
Dimo
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
Rachel
Top achievements
Rank 2
Answers by
Dimo
Telerik team
Share this question
or