Unplanned
Last Updated: 05 Jun 2019 11:26 by ADMIN
Edson
Created on: 05 Jun 2019 11:23
Category: Input
Type: Bug Report
0
When ShowButton is set to true, the end of text goes under the button

Hello,

I enabled the ShowButton property to the radtextbox, but while writing and the words reach the button I can't see the final of the text. 

<telerik:RadTextBox ID="RadTextBox1" runat="server" ShowButton="true"></telerik:RadTextBox>

If I disable the ShowButton and write something in the radtextbox, I can see the final words. 

How I can fix this? 

Thanks,
Edson

1 comment
ADMIN
Rumen
Posted on: 05 Jun 2019 11:25
Hello Edson,

Thank you for reporting this glitch!

I was able to reproduce it in Chrome and Firefox, but not in Internet Explorer.

It will be fixed in the next release of the control. In the meantime you can fix it via the following CSS class:

<style>
    .RadInput .riTextBox, .RadInputMgr {
        padding: 4px 40px 4px 10px !important;
    }
</style>


Best Regards,
Rumen
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.