ScrapBook Edit Mode not working in IE
Permalink
Hi,
When i log in as admin and try to edit a scrap book entry the pop up appears but it does not load the tiny mce or even html block.
This is an issue only with IE and works fine in firefox. Even in IE it works fine when editing page content but does not work when i try to edit scrap book element.
Thanks in advance
When i log in as admin and try to edit a scrap book entry the pop up appears but it does not load the tiny mce or even html block.
This is an issue only with IE and works fine in firefox. Even in IE it works fine when editing page content but does not work when i try to edit scrap book element.
Thanks in advance
don't use IE! use chrome or firefox or safari etc
Hi Mnkras,
Thanks for your reply.
Is this a bug in C5.
I am using Jquery in my site, is this conflicting with C5 or is it a css issue.
Is this a known issue.
We need to use it in IE.
Thanks,
Venkat
Thanks for your reply.
Is this a bug in C5.
I am using Jquery in my site, is this conflicting with C5 or is it a css issue.
Is this a known issue.
We need to use it in IE.
Thanks,
Venkat
can someone else confirm this is broken in IE7+ ?
Hi Tony,
I have this issue of content block not displaying inside the edit popup of the scrapbook elements in IE7+.
I dont have the problem with other c5 sites which are running on 5.3.2. The problem is with the site running on 5.3.1.1
Is your issue with the same version.
Thanks
I have this issue of content block not displaying inside the edit popup of the scrapbook elements in IE7+.
I dont have the problem with other c5 sites which are running on 5.3.2. The problem is with the site running on 5.3.1.1
Is your issue with the same version.
Thanks
oh, so it's been fixed already in 5.3.2
I don't have access to IE7+ at the moments, but i'm now assuming this in an issue that's been fixed.
I don't have access to IE7+ at the moments, but i'm now assuming this in an issue that's been fixed.
So do you think this is bug with 5.3.1.1 or is it anything to do with my css or jquery.
This bug is fixed.
In the core file for scrapbook/global check for the string builder for popup in the script code at the top of the file and see at the end of the string builder there is 'edit#_edit' change '#' here to '#' and this will fix the issue
code line:
href: editBlockURL+'?cID='+CCM_CID+'&bID='+bID+'&arHandle=Global+Scrapbook&btask=edit#_edit'+bID,
In the core file for scrapbook/global check for the string builder for popup in the script code at the top of the file and see at the end of the string builder there is 'edit#_edit' change '#' here to '#' and this will fix the issue
code line:
href: editBlockURL+'?cID='+CCM_CID+'&bID='+bID+'&arHandle=Global+Scrapbook&btask=edit#_edit'+bID,
Is this in 5.3.1.1 or 5.3.3.1? I just tested with IE7 it's working fine.