Support
/ Knowledge Base
/ Editing Image Gallery causes IE7 Crash
Editing Image Gallery causes IE7 Crash
Problem:
IE 7 crashes when one edits the Image Gallery Control.
Solution:
The problem is related to the way IE7 parses the rendered HTML by PagingSetting server controls in the ImageGalleryControlDesigner template and there are two options to avoid it.
You should make the designer template external (you can find all external templates and their mapping configuration in the download section in your Client.net account):
1. In the ~/App_Data/Configuration/Telerik.Sitefinity.Configuration.ControlsConfig.xml add the following template mapping:
layoutTemplatePath is the path where you store the external template. Generally you can add it to ~/Sitefinity/Admin/ControlTemplates/Libraries/ImageGalleryControlDesigner.ascx
Open the ~/Sitefinity/Admin/ControlTemplates/Libraries/ImageGalleryControlDesigner.ascx for edit and find the first instance of PagingSetting control:
Approach 1:
Remove the instance of the control from the template
Approach 2:
Duplicated the PagingSetting control:
The templates and ControlsConfig file are attached for your convenience. Let us know if there is anything else that we can do for you.
Article Info
Article relates to 3.6
Created by Georgi and Radoslav
Last modified by Georgi Chokov
Related categories:
Problems/errors