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

kendowWindow position.top doesn't accept pure number in 2013.3.1119

1 Answer 21 Views
Window
This is a migrated thread and some comments may be shown as answers.
Jeffrey
Top achievements
Rank 1
Jeffrey asked on 12 Feb 2014, 08:54 AM
According to API document: $("#dialog").kendoWindow({  position: { top: 100, left: 200 } }); pure number value is allowed for top and left settings.  
It works well in 2013.2.716 [ http://jsbin.com/xihu/1/edit ]. In 2013.3.1119, position.left = position.left.toString() logic is added, so top: 100 doesn't work anymore [ http://jsbin.com/xihu/2/edit ], but top: "100px" is acceptable.  Please modify the API document example or fix the bug. Thanks

1 Answer, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 12 Feb 2014, 09:07 AM
Hello Jeffrey,

This issue is fixed with the latest build of Kendo UI. So if you need this functionality for your project, please update it.

Please accept my apologies, for any inconvenience caused.

Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Window
Asked by
Jeffrey
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Share this question
or