I have a multi-row text box that has been working up to version 2008.3.1105.20. After updating to 2008.3.1314.20 I can no longer paste into this text box.
Symptoms
Verification
Resolution?
Has anyone else duplicated this behavior or can confirm this is a known bug with this version? Any other ideas on a work around?
Thanks!
Symptoms
- When I paste, nothing is pasted.
- When I select existing text then paste, the selected text is removed, but nothing is pasted.
Verification
- I have rolled back my versions and verified that this behavior is tied to the new version.
- I have duplicated this no-paste behavior on 3 other systems.
- I have turned off the mult-line attribute and the paste does work with 2008.3.1314.20
- Existing single line textboxes are working properly.
Code
<telerik:RadTextBox ID="txtLicenseKey" | |
runat="server" Width="550px" Height="400px" | |
TextMode=MultiLine | |
SelectionOnFocus="SelectAll" | |
Wrap="true" /> |
Resolution?
Has anyone else duplicated this behavior or can confirm this is a known bug with this version? Any other ideas on a work around?
Thanks!