This is a migrated thread and some comments may be shown as answers.

FileExplorer: Chrome: When closing the fileExplorer's window, audio file is still being played

1 Answer 10 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
ido nahmias
Top achievements
Rank 1
ido nahmias asked on 01 May 2013, 01:26 PM
FileExplorer: Chrome: When closing the fileExplorer's window, audio file is still being played

Description:

1. In chrome, choose audio file and open it, the audio file will start playing
2. close the window (clicking on the X mark), while the audio is being played.

This only happens in chrome, because in Explorer the windows media player is being open in a different window.

How can i solve it?

1 Answer, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 01 May 2013, 03:07 PM
Hello,

This is expected behavior of RadFileExplorer. The reason behind this is that the dialog window (which is RadWindow) is not actually closed but is only hidden - this is in order to provide faster re-openning. You can disable this behavior by settings DestroyOnClose property of the RadFileExplorer's underlying RadWindowManager to True, e.g.:

RadFileExplorer1.WindowManager.DestroyOnClose = True

Kind regards,
Dobromir
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
FileExplorer
Asked by
ido nahmias
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Share this question
or