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

Inline editor: toolbar isn't resized and doesn't stick to editor when window is resized

1 Answer 127 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Taras
Top achievements
Rank 2
Taras asked on 13 Jun 2017, 10:18 AM

Inline editor's toolbar is not resized or moved with the editor when browser window is resized.
The issue is reproducible on demo page: http://demos.telerik.com/kendo-ui/editor/inline-editing. To reproduce just make toolbar appear and then resize browser window.

Can it be fixed / worked around?

1 Answer, 1 is accepted

Sort by
0
Veselin Tsvetanov
Telerik team
answered on 15 Jun 2017, 07:06 AM
Hello Taras,

The observed should be considered an improper appearance of the Inline Editor in the described scenario. Therefore, we have included that fix in our backlog and I have created a GitHub issue, where you could track the bug status.

As a temporary workaround, you could attach a $(window).resize() event handler, in which to destroy and recreate the Editor widgets on the page. This way, the visible Toolbar will be removed and when clicking the content for editing, the Toolbar will be created again according to the new position and size of the element.

Here you will find a simple implementation of the above.

As a small token of gratitude for reporting to us this bug, I have updated your Telerik points.

Regards,
Veselin Tsvetanov
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Editor
Asked by
Taras
Top achievements
Rank 2
Answers by
Veselin Tsvetanov
Telerik team
Share this question
or