[wp-trac] [WordPress Trac] #22755: Re-adding TinyMCE to textarea renders visual editor invisible - fixed upstream
WordPress Trac
noreply at wordpress.org
Wed Dec 5 09:02:20 UTC 2012
#22755: Re-adding TinyMCE to textarea renders visual editor invisible - fixed
upstream
-----------------------------+--------------------------
Reporter: Marko-M | Type: defect (bug)
Status: new | Priority: normal
Milestone: Awaiting Review | Component: TinyMCE
Version: trunk | Severity: normal
Keywords: |
-----------------------------+--------------------------
Wordpress 3.5 RC3 includes TinyMCE 3.5.7. TinyMCE doesn't like to be moved
around in DOM and this can be solved only by removing TinyMCE from element
before any DOM manipulation. Unfortunately TinyMCE 3.5.7. contains bug
that prevents removing TinyMCE instance before doing DOM manipulation and
then re-adding it back. Bug is that re-adding TinyMCE causes visual editor
span to have "display: none;" CSS appended (becomes invisible).
Here's link to official bug report and solution:
http://www.tinymce.com/develop/bugtracker_view.php?id=5510
There is also link to commit that fixes this problem:
https://github.com/tinymce/tinymce/commit/a12d6859e81408b12c956c3504b1fe7ff35aabae
Bug has been fixed upstream. I can also confim that issue has been
resolved in TinyMCE 3.5.8 version. It would be great if this could make
into WordPress 3.5.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/22755>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list