Completed
Last Updated: 26 Jan 2023 12:14 by ADMIN
Release R2.2023-Increment.1(15.Mar.2023)
Michael D
Created on: 25 Apr 2022 07:59
Category: TextArea
Type: Bug Report
0
TextArea's overflow property has no effect

As described in https://docs.telerik.com/kendo-ui/api/javascript/ui/textarea/configuration/overflow, the TextArea widget supports customizing it's overflow behavior. However, setting this option to e.g. "scroll" has no effect as can be seen in this DOJO: https://dojo.telerik.com/etapAfaC.

If you check the applied styles in the browser's DEV-Tools, you can see that the internal class "k-input-inner" overrides the value set using the overflow option. 

2 comments
ADMIN
Nikolay
Posted on: 02 May 2022 07:55

Hello Michael,

Thank you for taking the time to report this.

I confirm it is a bug and I have logged in it GitHub as well:

https://github.com/telerik/kendo-ui-core/issues/6823

As a current workaround, I recommend setting the overflow property to 'auto'.

As a token of gratitude, I have added some Telerik points to your account.

Regards,
Nikolay
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Michael D
Posted on: 25 Apr 2022 08:23
As the documentation states, LESS-based themes only support the default option of the overflow property (https://docs.telerik.com/kendo-ui/styles-and-layout/less-themes-migration). Maybe the DOJO-editor still uses LESS themes instead of SASS ones?