Page 1 of 1
HTML Edit windows in IE 11
Posted: Mon Dec 30, 2013 11:34 am
by jamier
Is anyone else having an issue using the HTML edit in Able Gold using IE11? When I click on it in IE 11 a window opens and it is blank?
Re: HTML Edit windows in IE 11
Posted: Mon Dec 30, 2013 3:59 pm
by Katie
Have you applied the Microsoft update for IE11 and Asp.Net 4.0 yet? Here is a link for reference:
http://help.ablecommerce.com/upgrades/a ... _ie_11.htm
Re: HTML Edit windows in IE 11
Posted: Tue Dec 31, 2013 6:15 am
by jmestep
Someone else had reported an issue and given a patch, but I haven't tried it.
viewtopic.php?f=65&t=17719
Re: HTML Edit windows in IE 11
Posted: Tue Dec 31, 2013 10:30 am
by Katie
It would be nice to know if the Microsoft update fixes the issue, or if it is specific to TinyMCE. Jamier, please keep us updated if you can.
Re: HTML Edit windows in IE 11
Posted: Tue Dec 31, 2013 12:59 pm
by SteveHiner
It's caused by Able using a slightly out of date version of TinyMCE. You can fix it with the patch I posted (which I don't think is terribly complicated but I'm a programmer so I'm not the best one to gauge something like that) or you can wait for Able to update to the new TinyMCE. You could, in theory, update to the new TinyMCE yourself since it mostly involves copying files onto your web server but that's much higher risk that the instructions I posted.
Re: HTML Edit windows in IE 11
Posted: Wed Jan 01, 2014 6:48 am
by jmestep
Katie, if Jamie is the same Jamie I know, the IE 11 patch did not fix the problem- the patch had been installed a few weeks before.
My computer is running Windows 8.1 (with .net 4.5 installed) and I don't have the problem with buttons, but I do have the problem with the html editor- I just checked on a local dev site of mine.
I just ran across this blog post also- it is pretty informative about IE 11 and operating systems and versions of .net.
http://www.hanselman.com/blog/IE10AndIE ... tBack.aspx
Re: HTML Edit windows in IE 11
Posted: Thu Feb 06, 2014 9:16 am
by jamier
Yes, Judy I am the Jamie you know. I am also having an issue with HTML staying in the HTML editor when I update it. We are having to add sandbox="value" in our iframe HTML for security issues and that will not stay in the HTML?
Re: HTML Edit windows in IE 11
Posted: Thu Feb 06, 2014 10:07 am
by Katie
Jamie,
Did you apply the work-around that Steve provided here:
viewtopic.php?f=65&t=17719
Please let us know. We were discussing two different patches, so I want to make sure that you had tried the one specific to TinyMCE.
Thanks
Katie
Re: HTML Edit windows in IE 11
Posted: Mon Feb 10, 2014 6:31 am
by jamier
No we have not tried the work around steve provided, do you think that my fix the sandbox issue?
Re: HTML Edit windows in IE 11
Posted: Mon Feb 10, 2014 8:24 am
by jamier
Katie,
The TinyMCE fixed the IE 11 no HTML issue but did not fixe the sandbox="value" in our iframe HTML. Have you seen this before?
Re: HTML Edit windows in IE 11
Posted: Tue Feb 11, 2014 6:00 am
by jmestep
Katie, both patches have been applied to Jamie's site. I haven't worked with an iframe issue, so that is something different.
Re: HTML Edit windows in IE 11
Posted: Thu Feb 13, 2014 4:11 pm
by jamier
jamier wrote:Katie,
The TinyMCE fixed the IE 11 no HTML issue but did not fixe the sandbox="value" in our iframe HTML. Have you seen this before?
Katie, any insight on this?