I've upgraded to the latest Kendo UI Mobile (Q3 2013 release) and am noticing that the modal views in my Kendo Mobile application all extend to the height and width of the screen.
Is this by design, or is it a bug that got through? I am very curious because I will need to make some minor adjustments if modal views now extend the height and width of the screen.
This is a last minute regression. I've just pushed a fix and it will be available through an internal build tomorrow. You can also download the styles from this sticky post in our forums.
Related
i have a kendo UI grid on HTML page. I have used kendo hideColumn() api for hiding column. but when in IE11 browser, i hide column, grid become invisible or sometimes distorted. Kindly help me
Thanks everybody. It is a bug of kendo ui framework. There are two solutions available for this:
Upgrade kendo ui version to latest.
After calling hideColumn(), resize Grid by setting its width and height. i have did it as we are not able to upgrade kendo ui version.
I am testing kendo grid with IE 11 and stumbling on a bug.
Basically the grid click acts differently in various version of kendo library.
In the latest version i.e 2013.2.918 grid click is triggered twice.
and the grid click does not work all the way back until version 2012.3.1114.
here is the plunker link.
http://plnkr.co/edit/MgkSCf2vqBfYehtGvKUx?p=preview
I would be happy if i get a patch for it in any of the kendo versions.
Thanks
Sush
Seems caused by the alert. Changing it to console.log doesn't cause double mouse event firing.
I have created a theme in LWUIT Resource editor for an app using calendar component. But while testing the app in device the dates are not fully displayed.
For 21 it is displaying 2 fully and half of 1. Part of 1 is not being displayed! Which parameter in the resource editor has to be changed to solve this.
Thanks.
I guess the problem is with the padding of the component. Try adjusting the padding and see whether it works or not.
Usually this kind of problems occur because of improper padding and margin values.
I have a kendo UI window (but I think jquery UI window/dialog will result in same issue). I have a CKEditor 4.0 in the window. Drop-down menus such as font, style, etc. and context menus initially display when clicked. However, after clicking in the text area, the drop down will fail to display when clicked on again.
I only see this issue with CKEditor 4.0. Version 3.6 seems fine. Does anyone know of a workaround to this issue in 4.0? I'm aware of CKEDITOR.config.baseFloatZIndex but even setting it to a zindex above the zindex of the window/dialog still results in the issue.
I managed to get it working with config.baseFloatZIndex = 102000;
but as you say, this doesn't work for you.
I have made slide show in adobe edge
when i use it in asp.net mvc3 razor view engine my jquery 1.8 ui (modal dialog, drag & drop) does not working anymore
Does anybody knows how i can solve this problem?
Edge animate uses jquery 1.7 by default. it might be a duplication of jquery calles so try to remove edge call or replace it to the 1.8 version.