21287 Posts in 5733 Topics by 2603 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1368 Views |
-
IE7/8 stack overflow at line 0 with ImageField

18 March 2011 at 10:01pm
Hi,
I'm using firefox and Silverstripe CMS works great. Unfortunately a client uses Internet Explorer
and has the following problem:When using the ImageField selecting a file to upload works ok, but selecting a file from the assets in the image archive
and clicking the select, makes the following error appear in a javascript alert: 'stack overflow at line 0'
Same problem occurs when directly viewing admin/EditForm/field/RightImage/iframe and clicking browse for files.Did someone have a similar problem and maybe solved this? Below is the code placing the Imagefield.
My Silverstripe version is 2.4.5 and i discovered that this error does not occur in devmode.$rightImage = new ImageField('RightImage', 'Image Right');
$fields->addFieldToTab('Root.Content.RightColumn', $rightImage);
| 1368 Views | ||
|
Page:
1
|
Go to Top |

