Completed
Last Updated: 22 Jun 2022 11:42 by ADMIN
Release R3 2022
Created by: Nicolas
Comments: 0
Category: InputManager
Type: Bug Report
0
Date format pattern mapping is incorrect in method InputUtil.MapDateFormatShortCuts:

case "y":
          return dateTimeFormatInfo.MonthDayPattern;
case "Y":
          return dateTimeFormatInfo.MonthDayPattern;

instead of:

case "y":
          return dateTimeFormatInfo.YearMonthPattern;
case "Y":
          return dateTimeFormatInfo.YearMonthPattern;

according to "Standard Date and Time Format Strings" from 
https://msdn.microsoft.com/en-us/library/az4se3k1(v=vs.110).aspx
Completed
Last Updated: 22 Jun 2022 10:37 by ADMIN
Repoduction steps
Alternative 1
1) Browse to http://demos.telerik.com/aspnet-ajax/input/examples/overview/defaultcs.aspx
2) Click on Phone field -> whole field gets selected
3) Enter 'a' -> One time red flashing border and caret moves 1 position
4) Press 'a' again -> One time red flashing border and caret does not move

Alternative 2
1) Browse to http://demos.telerik.com/aspnet-ajax/input/examples/radmaskedtextbox/firstlook/defaultcs.aspx
2) Click on IP address field -> whole field gets selected
3) Enter 'a' -> Caret moves 1 position, no one time flash of border
4) Press 'a' again -> One time red flashing border and caret does not move

Expected behaviour at step 3 in both cases:
One time red flashing border and caret should be at first position
Completed
Last Updated: 21 Jun 2022 14:58 by ADMIN
ADMIN
Created by: Pavlina
Comments: 1
Category: InputManager
Type: Bug Report
0

			
Won't Fix
Last Updated: 08 Jun 2022 08:11 by ADMIN
When TextBox with set MaxLength property has an EmptyMessage longer than MaxLength the form is not submitted in IE11.

Steps to reproduce:
1. Run the following code in IE11:

        <telerik:RadTextBox runat="server" ID="txbRelatedMessageVersion" Width="200px"
            MaxLength="10" EmptyMessage="Message Version" />

        <telerik:RadButton ID="amendBtn" runat="server"
            Text="Submit Page />

2. Click inside RadTextBox

3. Click the button

Result: the empty message is considered as a not valid value and the page is not submitted. Changing the MaxLenght to 15 will allow to submit the page successfully.
Completed
Last Updated: 09 Feb 2022 12:20 by ADMIN
ADMIN
Created by: Daniel
Comments: 1
Category: InputManager
Type: Bug Report
0
If Czech keyboard layout is used it is not possible to enter any numeric value in the control.
Completed
Last Updated: 09 Jun 2021 18:10 by ADMIN
When setting client events in a RadTextBox and using an EmptyMessage, the EmptyMessage will trigger the event on page load.  This is true for a multiple TextMode but others are untested. 
Completed
Last Updated: 05 Nov 2019 12:58 by ADMIN
When entering a letter in a DigitsOnly Masked textbox, the cursor is moved to the right instead of staying in the same place. 

Demo https://demos.telerik.com/aspnet-ajax/maskedtextbox/overview/defaultcs.aspx

Edge(wrong) - https://www.screencast.com/t/cYRBNxyKNs

Chrome(expected) - https://www.screencast.com/t/OcAxrVKPuYb8

P.S. when pressing 3 keys at the same time, the cursor goes to the end, it might be relevant to this issue
Completed
Last Updated: 17 Apr 2019 13:57 by ADMIN
<telerik:RadMaskedTextBox ID="txtCountryDigits" runat="server" SelectionOnFocus="CaretToBeginning" PromptChar="_" Width="50px" Mask="+###" ValidationExpression="+\d{1}.d{1}.d{1}" MaxLength="4" />
<telerik:RadMaskedTextBox ID="txtPhoneNumber" runat="server" SelectionOnFocus="CaretToBeginning" PromptChar="_" Width="116px" Mask = "(###) ###.####" ValidationExpression = "\(\d{3}\) \d{3}\.\d{4}" />
<telerik:RadMaskedTextBox ID="txtExtension" runat="server"  SelectionOnFocus="CaretToBeginning" PromptChar="_" Width="100px" Mask="x##########" MaxLength="11" />

This only affects the Edge browser as far as I can tell.

The Country Digits and Extension only allow one character to be entered when the MaxLength is set equal to the number of characters in the mask.  You can only enter 1 character if you tab into the control.  Click on the control with the cursor does not allow the entry of any digits.   Removing the MaxLength property allows entry of the full input.
Completed
Last Updated: 12 Apr 2019 16:19 by ADMIN
When we use the control RadNumericTextBox, we met a issue: right alignment for text works under IE8, but doesn't work under IE 10, still left align in this control.  we tried several methods to try fix this issue, 
<telerik:RadNumericTextBox runat="server" ID="control1" Type="Number" ShowSpinButtons="True" ButtonsPosition="Right" IncrementSettings-Step="10"  NumberFormat-DecimalDigits="0" AutoPostBack="False" CssClass="RightPadding" EnabledStyle-CssClass="RightAligned">
  <DisabledStyle HorizontalAlign="Right" CssClass="RightAligned" />
  <EnabledStyle HorizontalAlign="Right" CssClass="RightAligned" />
  <FocusedStyle HorizontalAlign="Right" CssClass="RightAligned" />
  <ReadOnlyStyle HorizontalAlign="Right" CssClass="RightAligned" />
  <InvalidStyle HorizontalAlign="Right" CssClass="RightAligned" />
  <EmptyMessageStyle HorizontalAlign="Right" CssClass="RightAligned" />
  <HoveredStyle HorizontalAlign="Right" CssClass="RightAligned" />

CSS:
<style type="text/css">
 .RightAligned
  {
    text-align: right !important;
  }

   .RightPadding {
        padding-right:2px !important
   }
</style>

but failed. 

Do you have solution to fix this issue?

Expect your reply!
Completed
Last Updated: 12 Apr 2019 15:48 by ADMIN
Completed
Last Updated: 01 May 2018 13:32 by ADMIN
ADMIN
Created by: Rumen
Comments: 0
Category: InputManager
Type: Bug Report
1
To reproduce the issue:

ASPX:

<telerik:RadTextBox ID="RadTextBox1" runat="server" MaxLength="1700" TextMode="MultiLine" Height="100px" Width="500px">
</telerik:RadTextBox>



Codebehind:

    protected void Page_Load(object sender, EventArgs e)
    {
        RadTextBox1.Text = @"aaaa aaaa aaaa aaaa aaaa aaaa aaaa bbbb aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa bbbb aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa ";
    }



Load the page, copy the text bbbb and paste it over some aaaa string. The cursor will go to the end and the contents scrolled to the bottom. See the attached video for more information.



The problem has been initially reported in this forum https://www.telerik.com/forums/ie11-radtextbox and recently in ticket #1153271.
Unplanned
Last Updated: 18 Apr 2018 07:56 by Attila Antal
When the "d" custom format specifier is used to format the Date or DisplayDate of RadDateInput, results are incorrect. Instead of showing only the day of the month, it shows dd/MM/yyyy. This issue affects all Picker controls that are using RadDateInput.

As a workaround, one option would be to define the DateFormat and DisplayDateFormat client-side

        <script type="text/javascript">
            function pageLoad(app, args) {
                var datetimepicker = $find("<%= RadDatePicker1.ClientID %>");
                var date = datetimepicker.get_selectedDate();
                datetimepicker.get_dateInput().set_dateFormat("d");
                datetimepicker.get_dateInput().set_displayDateFormat("d");
                datetimepicker.set_selectedDate(date);
            }
        </script>

another option could be to put a space or a two signle-quotes before or after the format specifier letter in the markup:

e.g.
DateFormat=" d"
DateFormat="d "
DateFormat="''d"
DateFormat="d''"

<telerik:RadDateInput ID="RadDateInput1" runat="server" DateFormat="d " DisplayDateFormat="d " SelectedDate="4/17/2018"></telerik:RadDateInput>
Completed
Last Updated: 28 Nov 2016 15:57 by ADMIN
ADMIN
Created by: Angel Petrov
Comments: 0
Category: InputManager
Type: Bug Report
0

			
Completed
Last Updated: 20 Sep 2016 06:53 by Daniel
Created by: Daniel
Comments: 0
Category: InputManager
Type: Bug Report
2
The PasswordStrengthChecker doesn't update if you right-click and paste using only the mouse.
Won't Fix
Last Updated: 11 Aug 2016 11:24 by Krishnaprabhuraja
Created by: Krishnaprabhuraja
Comments: 0
Category: InputManager
Type: Bug Report
1
Hi,

Enabling/disabling RadTextBox in client-side does not not seem to reflect same with the corresponding button control.

http://www.telerik.com/forums/radtextbox-disable-when-click-radio-button

Thank you,
Krishna Raja
Declined
Last Updated: 06 Jun 2016 14:09 by ADMIN
Created by: parlardin
Comments: 1
Category: InputManager
Type: Bug Report
0
i use RequiredFieldValidator to validate radtextbox,SetFocusOnError="true"
telerik version:2012Q3

first ,enter " ",validate event fire, display “notnull”
sencond,enter “123” ,radtextbox not set value,validate event not fire

asp.net textbox is ok

code:
<telerik:RadTextBox ID="txtAppId" runat="server" Width="300" AutoPostBack="false">
        </telerik:RadTextBox>
        <%--<asp:TextBox ID="txtAppId" runat="server" Width="300" AutoPostBack="false">
        </asp:TextBox>--%>
        <asp:RequiredFieldValidator ID="TextBoxRequiredFieldValidator" runat="server" Display="Dynamic"
            ControlToValidate="txtAppId" Text="NOT NULL" ErrorMessage="NOT NULL" SetFocusOnError="true">                          
        </asp:RequiredFieldValidator>
Won't Fix
Last Updated: 24 May 2016 14:53 by Doug
ADMIN
Created by: Daniel
Comments: 3
Category: InputManager
Type: Bug Report
3
(limitation on Windows Phone - onkeypress event is not fired and the essential part of the RadMaskedTextBox code cannot be executed at the right time )
Won't Fix
Last Updated: 11 Mar 2016 13:26 by ADMIN
This issue is related to a specific browser bug. In this case Internet Explorer does not allow changing the text alignment with JS. However, to workaround it please use the following CSS rule:

html .RadInput .riTextBox {
    text-align: right;
}

For the specific state on the control you can add the corresponding CSS class (riEnabled / riFocused / riHover) on the same selector

html .RadInput .riTextBox.riEnabled {
    text-align: right;
}
Won't Fix
Last Updated: 25 Feb 2016 14:05 by ADMIN
It is browser bug, and the only possible fix we could do is to it by cancel the row event/stop propagation. But in this case we will broke the templates of the calendar, and they will not work anymore. Also could lead to some problems with the pickers and all places where the calendar is inside scrollable/drag-drag drop/ containers and the event need to bubble. So this will stay as limitation. In case the calendar is not used inside containers that have click interactions, this workaround is suggested for solving the issue:

var cal = Telerik.Web.UI.Calendar.CalendarView.prototype;
cal._och = cal._onClickHandler;
cal._onClickHandler = function (ev) {
    this._och(ev);
    $telerik.cancelRawEvent(ev);
}
Completed
Last Updated: 29 Jan 2016 15:20 by ADMIN
ADMIN
Created by: Kostadin
Comments: 0
Category: InputManager
Type: Bug Report
0

			
1 2