Unplanned
Last Updated: 05 Oct 2018 16:29 by Michael Schweighardt
Completed
Last Updated: 09 Jul 2018 12:48 by ADMIN
A workaround is to disable the embedded jQuery and use an older version (for example, 1.11.1 which is the previous version the suite used): https://docs.telerik.com/devtools/aspnet-ajax/controls/scriptmanager/disabling-the-embedded-jquery

Repro steps:

1. put a listbox on the page
2. configure it so it does postbacks (e.g., on selection changed, or any other feature)
3. ivnoke said postback (e.g., select an item)

Expected: the action is carried off

Actual: Firefox throws TypeError: access to strict mode caller function is censored

Sample markup

        <telerik:RadListBox runat="server" ID="rlb1" OnSelectedIndexChanged="rlb1_SelectedIndexChanged" AutoPostBack="true">
            <Items>
                <telerik:RadListBoxItem Text="first" Selected="true" />
                <telerik:RadListBoxItem Text="second" />
            </Items>
        </telerik:RadListBox>
Unplanned
Last Updated: 04 Aug 2017 13:42 by ADMIN
ADMIN
Created by: Ivan Danchev
Comments: 1
Category: ListBox
Type: Feature Request
1

			
Unplanned
Last Updated: 08 Nov 2016 08:53 by ADMIN
Completed
Last Updated: 26 Sep 2016 15:52 by ADMIN
ADMIN
Created by: Ivan Danchev
Comments: 0
Category: ListBox
Type: Bug Report
0

			
Completed
Last Updated: 25 May 2016 14:07 by ADMIN
Completed
Last Updated: 23 Mar 2016 13:27 by ADMIN
ADMIN
Created by: Plamen
Comments: 0
Category: ListBox
Type: Bug Report
1

			
Completed
Last Updated: 19 Jan 2016 17:12 by ADMIN
Won't Fix
Last Updated: 15 Jan 2016 14:13 by ADMIN
The error is observed when an item that is added from the client-side is to be transferred to other RadListBox from a RadListBox that is loading on demand. Unfortunately the control supports such scenario only when that transfer is made from the server side.
Completed
Last Updated: 25 Nov 2015 16:50 by ADMIN
Completed
Last Updated: 08 Oct 2015 14:57 by ADMIN
Completed
Last Updated: 16 Mar 2015 12:09 by ADMIN
Unplanned
Last Updated: 03 Nov 2014 08:45 by ADMIN
ADMIN
Created by: Peter Filipov
Comments: 0
Category: ListBox
Type: Feature Request
2
Now, in WCF binding we return RadListBoxItemData collection which is not consistent with RadComboBox and RadDropDownList controls where we use RadControlNameData object.
Completed
Last Updated: 14 Mar 2014 09:29 by ADMIN