Jump to content

copy and paste?


barry luxton

Recommended Posts

I fully know what CKEditor is, I'm a web developer and have been coding php/html/css/js/jquery/ajax and working with websites for well over 10 years.

 

That wasn't the actual fix, I added some PHP code to the forums as a workaround until IP.Board release an update to fix the issue, and part of that workaround is that you need to clear IE11's cache for it to work.

 

<!-- IE11 Fix -->
<php>
$ie11fix = "edge";
if (isset($_SERVER['HTTP_USER_AGENT']) && (strpos($_SERVER['HTTP_USER_AGENT'], 'Trident/7') !== false)) $ie11fix = "EmulateIE10";
</php>
<meta http-equiv="X-UA-Compatible" content="IE={$ie11fix}" />
<!-- IE11 Fix -->
Link to comment
Share on other sites

  • 2 weeks later...

the text editor isnt exactly a text editor if you catch my drift. its craftily done with divs, iframes and tables etc to create a rich text editor(colors, pics, font sizes, styles etc that ordinary textfield attribute just cant handle.

 

microsofts(and partly firefox so it would seem ?) reluctance to stick the the widely accepted standard by developers the world over causes these little headaches.

 

Happy new year!

Owner of Tacklesack.co.uk


Moderator at The-Pikers-Pit.co.uk

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We and our partners use cookies on our website to give you the most relevant experience by remembering your preferences, repeat visits and to show you personalised advertisements. By clicking “I Agree”, you consent to the use of ALL the cookies. However, you may visit Cookie Settings to provide a controlled consent.