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
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.