kjartanvalur / angular-kendo-window

Angular Kendo Window
MIT License
25 stars 9 forks source link

kendo editor in angular-kendo-window #6

Closed JigneshChovatia closed 8 years ago

JigneshChovatia commented 8 years ago

Hi,

  i am unable to load kendo-editor in angular-kendo-window using latest version of kendo.

kendo version (2015.2.902).

Thanks Jignesh.

Gambero81 commented 8 years ago

I also noticed this problem with a kendo editor inside kendo window, when the window is opened, the source code of kendo crash in

... wnd = iframe.contentWindow || iframe; doc = wnd.document || iframe.contentDocument;

iframe.contenWindow is null and wnd.document is undefined so doc result null and next doc.open() fail

any solution? Thanks

kjartanvalur commented 8 years ago

check out 1.2 FYI: Now you also need window.html template