Completed
Last Updated: 24 Jun 2015 11:03 by Rudi
Rudi
Created on: 24 Jun 2015 10:23
Category: Kendo UI for jQuery
Type: Feature Request
1
Responsive design: Widgets should react to font-size changes in addition to viewport changes
Some users prefer larger font sizes than what is default in kendo. We have added an option for setting the default font size in our product, but when we do that some of the widgets brake because they did size calculations on init that is affected by font size changes.

We currently have to reload the entire page as a workaround, but that does not offer the user a smooth experience when changing the font size. At minimum, all widgets should support a resize method that we could trigger such that the widgets could recalculate all required sizes.
2 comments
Rudi
Posted on: 24 Jun 2015 11:03
Thank you for the feedback. Your documentation states that e.g. the MobileSwitch does not support this. This is the widget that we had issues with, and where your support replied that multiple widgets have the same issue. In other words: This will not work for us until you fix the widgets that are listed as not supported in your docs.
ADMIN
Telerik Admin
Posted on: 24 Jun 2015 10:33
Thanks for the suggestion, Rudi. 

Actually the widgets already support resize method as depicted in this documentation article (http://docs.telerik.com/kendo-ui/using-kendo-in-responsive-web-pages#using-kendo-ui-in-responsive-web-pages). Can you employ it in your scenario to see whether it helps?

Let me know.