Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tinymce: Upgrade TinyMCE version (Trac #3359) #3359

Closed
elgg-gitbot opened this issue Feb 16, 2013 · 7 comments
Closed

tinymce: Upgrade TinyMCE version (Trac #3359) #3359

elgg-gitbot opened this issue Feb 16, 2013 · 7 comments

Comments

@elgg-gitbot
Copy link

Original ticket http://trac.elgg.org/ticket/3359 on 41286043-12-13 by trac user moebiusjer, assigned to unknown.

Elgg version: 1.7

Re: Using IE9 with any version of TinyMCE (even 1.7.8). The HTML editor does nto allow the user to click within the editor window to edit any content. It is also impossible to highlight content.

@elgg-gitbot
Copy link
Author

cash wrote on 41286071-04-30

We need to look into upgrading the TinyMCE version: http://tinymce.moxiecode.com/forum/viewtopic.php?id=23269

@elgg-gitbot
Copy link
Author

Milestone changed to Elgg 1.7.9 by cash on 41286071-04-30

@elgg-gitbot
Copy link
Author

Title changed from IE9 and TinyMCE to Upgrade TinyMCE version by cash on 41286071-04-30

@elgg-gitbot
Copy link
Author

trac user iionly wrote on 41308352-04-25

I've tested the latest release of tinymce (see the TinyMCE 3.4.2 plugin). Unfortunately, IE9 still doesn't work.

When switching to compatibility mode in IE9 it works. It may be that IE9 has some bugs that are causing the tinymce issues. More likely it's an issue in tinymce itself though. There seem to be a check for IE included

ifIE {use these hacks} else {use other hacks}

With IE9 used tinymce still tries to use the IE hacks, but as IE9 seems more compatible to standards it fails. I guess tinymce need to fix the checks with something like

ifIE < 9.0 {old hacks} else {code path of all other browsers including IE9}

@elgg-gitbot
Copy link
Author

trac user iionly wrote on 41313465-10-19

I have to correct my former statement: I got the latest release (3.4.2) of TinyMCE working in IE9. I've uploaded a working version of a (slightly extended) plugin to community.elgg.org.

@elgg-gitbot
Copy link
Author

brettp wrote on 41404273-02-10

(In [svn:9113]) Fixes #3359 Updated TinyMCE to 3.4.2.

@elgg-gitbot
Copy link
Author

brettp wrote on 41404278-01-09

Not merged to 1.8 pending #2545.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant