Completed
Last Updated: 06 Jun 2013 08:07 by Martin Roussel
ADMIN
Created by: Vessy
Comments: 1
Category: FileExplorer
Type: Bug Report
2
Upload dialog layout is broken in iPad

Steps to reproduce:
1. Navigate to http://demos.telerik.com/aspnet-ajax/fileexplorer/examples/overview/defaultcs.aspx ;
2. Open the upload dialog.
Completed
Last Updated: 08 Oct 2013 17:07 by Chris Jibb
Uploading a file when ExplorerMode is set to FileTree causes a JavaScript error in FileExplorer.

The same error is thrown in case the there is a value, set to the FileExplorer's InitialPath property.
Completed
Last Updated: 20 Jun 2017 14:49 by Imported User
If the AsyncUpload control is enabled in the FileExplorer when  and the user uploads more that 1 file, the FileExplorer throws a JavaScript error with the following message:

TypeError: this.control.get_allowMultiRowSelection is not a function
Completed
Last Updated: 13 Aug 2021 10:00 by ADMIN
Release R1 2016
When users quickly select different folders in the TreeView and content is still loading, the caching mechanism of FileExplorer fails and loads incorrect data to the last selected folder. 
Completed
Last Updated: 03 Aug 2018 16:39 by Kevin Neumann
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>
Completed
Last Updated: 10 May 2013 14:15 by ADMIN
When two FileExplorers, used in ThumbnailsView mode, are added to a page from a user control, the navigation through the trees of both FileExplorers updates the ListView of the first explorer.

video: http://screencast.com/t/9HYpIxNRznZ
Completed
Last Updated: 03 Aug 2015 13:10 by ADMIN
Clicking on the FileExplorer's Refresh button does not refresh the pager of the control properly when the currently selected page in the grid/listview is bigger than 1.

Steps to reproduce:
1. Open http://demos.telerik.com/aspnet-ajax/fileexplorer/examples/server-sideapi/initialpathandpaging/defaultcs.aspx
2. Navigate to some page (e.g. 3) in the FileExplorer's grid/listview
3. Refresh the control (click the "Refresh" button on the toolbar)

Result: FileExplorer shows the content if the first page, while the pager keeps the state from before the refresh (e.g. 3).
Completed
Last Updated: 05 Feb 2016 11:55 by ADMIN
The issue is reproducible with RadEditor. When using Lightweight rendering in RadEditor, the FileExplorer's address bar has an inline style with height: 16px rule. This rule should be added only in Classic rendering.

As a side effect, the text in the address box is cut off. 

Possible workaround is to add setting in the web.config to force Lightweight rendering for RadFileExplorer:

<add key="Telerik.Web.UI.FileExplorer.RenderMode" value="lightweight" />
Completed
Last Updated: 04 Mar 2019 16:11 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
Completed
Last Updated: 24 Mar 2023 15:19 by ADMIN
Release R1 2023 SP1

TreeView context menu remains visible when a permission alert is shown. I should be hidden like the Grid contect menu is.

Video:

https://screencast-o-matic.com/watch/crlYQMV2dzP

Steps to reproduce:

1. Copy a file from the Grid in RadFileExplorer

2. Right click over the same directory in the TreeView and select Paste

Result:

 

Completed
Last Updated: 21 Jun 2022 14:56 by ADMIN
have found similar issue :  http://www.telerik.com/support/pits.aspx#/details/Issue=5296
which look like has been fixed, but unfortunately for following case it doesn't:
We still have performance issue, in following situations:
   - when content root folder contains few (1-5) subfolders
   - one of subfolder contains lot of (200-500) sub-subfolders 

then first time RadFileExplorer  loading to long (aproximatelly 3-5min). after some researching has been found that problem in the method:  

     private bool HasSubFolders(string virtualPath);

which instead of simply check that folder isn't empty (exist any one file or directory)  always construct complete version of the subtree (in the example above - subtree contains 200-500 subfolders, each of them checking for content, permission etc - that is why it takes time). Probable to check that node  HasSubFolders, RadFileExplorer  could execute new virtual method of the FileSystemContentProvider bool HasSubFolders. In that case: FileSystemContentProvider (or inherited classes) will decide that Folder contains SubFolders.
Completed
Last Updated: 19 Aug 2016 10:54 by ADMIN
No matter what the current page index is, get_currentPageIndex() will return zero if FileExplorer is used in Thumbnails mode.
Completed
Last Updated: 29 Sep 2015 10:33 by Paolo
Created by: Paolo
Comments: 0
Category: FileExplorer
Type: Bug Report
0
Cannot expand configuration on properties panel
Completed
Last Updated: 01 Jun 2021 13:16 by ADMIN
Release Q3 2012
Completed
Last Updated: 29 Sep 2015 10:33 by ADMIN
Configuration property of FileExplorer is not expandable in DesignTime PropertiesWindow, so its properties cannot be configured.

screenshot - http://screencast.com/t/tdkcjzauLWK

Completed
Last Updated: 05 Aug 2016 08:33 by ADMIN
When an image in the list view of FileExplorer is dropped outside the dialog, a duplicate of this image is stuck to the cursor. After selecting another image, the ghost image remains and overlays the upload window.  Follow the attached clip.

Steps to reproduce:
1. Open FileExplorer in Thumbnails mode (or open Editor's Image Manager);
2. Select an image and start dragging it;
3. Drop it outside the dialog;
4. Observe the ghost image on the cursor;
5. Select another image;

Result: The ghost image is not removed and overlays another dialogs.
Completed
Last Updated: 20 Oct 2014 16:16 by ADMIN
When a RadConfirm dialog appears on deleting or another user action is performed a dialog is opened with OK and Cancel button. The localization properties of these buttons can be altered via the RadEditor.Dialogs.resx, although modifying the valu eof the Common_OK property does not change the button's text. 

The following workaround changes the localization used by the RadWindowManager used by the FileExplorer and modifies the value as per to the desired one.

<script type="text/javascript">
	function OnClientLoad(sender, args) {
		var currentLocalization = sender.get_windowManager().get_localization();
		// Change the OK button localization value with "MyCustomOK"
		var myLocalization = currentLocalization.replace("\"OK\":\"OK\"", "\"OK\":\"MyCustomOK\"");

		sender.get_windowManager().set_localization(myLocalization);
	}
</script>

<telerik:RadFileExplorer runat="server" ID="RadFileExplorer1" OnClientLoad="OnClientLoad">
	<Configuration ViewPaths="~/" DeletePaths="~/" />
</telerik:RadFileExplorer>
Completed
Last Updated: 22 Jul 2016 07:12 by ADMIN
When trying to drag files with not-so-common extensions to upload, they are not uploaded.

For the time being, you can workaround the issue by using this patch:

<telerik:RadFileExplorer runat="server" ID="RFE1">
    <Configuration ViewPaths="~/" UploadPaths="~/" DeletePaths="~/" SearchPatterns="*.*"/>
</telerik:RadFileExplorer>


<script>
    Telerik.Web.UI.RadFileExplorer.prototype._onAsyncUploadFilesUploading = function (sender, args) {
        var currentDroppedFileType = this._pullNextDroppedFileType();
        if (this._isDropUploadCancelled === true) {
            args.set_cancel(true);
            if (this._isThisLastUploadingFile()) this._finalizeFileDrop();
        }
        this._currentUploadRow = args.get_row();

        if (this._btnUpload != null) {
            this._btnUpload.control.set_enabled(false);
        }
    };
</script>
Completed
Last Updated: 19 Jan 2017 09:35 by ADMIN
The following setup will cause an Invalid Argument error in IE8:

			<div style="display: none;">
					<telerik:RadFileExplorer runat="server" ID="RadFileExplorer1"
											 Width="700px" Height="520px" RenderMode="Lightweight">
											 <Configuration ViewPaths="~/images" />
					</telerik:RadFileExplorer>
			</div>

It can extend to a FileExplorer in a MultiPage, for example.

Solution for the time being is to avoid using RenderMode=Lightweight for IE8
Completed
Last Updated: 16 Feb 2016 06:48 by ADMIN
ADMIN
Created by: Danail Vasilev
Comments: 0
Category: FileExplorer
Type: Bug Report
0

			
1 2