Completed
Last Updated: 03 Aug 2018 16:39 by Kevin Neumann
ADMIN
Marin Bratanov
Created on: 16 May 2018 16:09
Category: FileExplorer
Type: Bug Report
2
Cannot rename files under Firefox in R2 2018, TypeError: access to strict mode caller function is censored is thrown
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 file explorer on the page
2. right click a file in it and select Rename
3. enter a new name, click OK

Expected: file is renamed

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

Sample markup

        <telerik:RadFileExplorer RenderMode="Lightweight" runat="server" ID="FileExplorer1" Width="520px" Height="310px">
            <Configuration ViewPaths="~/images" UploadPaths="~/images"
                DeletePaths="~/images"></Configuration>
        </telerik:RadFileExplorer>
3 comments
Kevin Neumann
Posted on: 03 Aug 2018 16:39
Christian - This should actually be fixed in the latest version.

https://www.telerik.com/support/whats-new/aspnet-ajax/release-history/ui-for-asp-net-ajax-r2-2018-sp1-(version-2018-2-710)
Christian
Posted on: 31 Jul 2018 19:48
deleted by christian.moore
Kevin Neumann
Posted on: 09 Jul 2018 12:54
Is there an anticipated release date for R2 2018 SP1? We have a build that we are trying to schedule and need to know if we will be able to wait for this fix or if we will ave to roll back our Telerik libraries.