Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 't/11078' into major
  • Loading branch information
Piotr Jasiun committed Nov 5, 2013
2 parents 6e8761c + 9bc2754 commit 6270667
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion CHANGES.md
Expand Up @@ -18,7 +18,6 @@ New Features:
* [#10430](http://dev.ckeditor.com/ticket/10430): Resolve dependence of image plugin if forms plugin.
* [#10937](http://dev.ckeditor.com/ticket/10937): MathJax widget improvements:
* loading indicator,
* IE8 support,
* apply paragraph changes (like font color change) to iframe,
* FF and IE9 clipboard fixes,
* fix same origin policy issue,
Expand Down
6 changes: 6 additions & 0 deletions plugins/mathjax/samples/mathjax.html
Expand Up @@ -46,6 +46,9 @@ <h1 class="samples">
<strong>extraPlugins: 'mathjax'</strong>
} );
</pre>
<p id="ie8-warning">
Please note that this plugin is not compatible with Internet Explorer 8.
</p>
</div>

<textarea id="editor1" cols="10" rows="10">
Expand All @@ -60,6 +63,9 @@ <h1 class="samples">
height: 350
} );

if ( CKEDITOR.env.ie && CKEDITOR.env.version == 8 )
document.getElementById( 'ie8-warning' ).className = 'warning';

</script>

<div id="footer">
Expand Down

0 comments on commit 6270667

Please sign in to comment.