[wp-trac] [WordPress Trac] #32293: Visual Editor Javascript Bugs

WordPress Trac noreply at wordpress.org
Thu May 7 17:06:22 UTC 2015


#32293: Visual Editor Javascript Bugs
--------------------------+------------------------------
 Reporter:  ianatkins     |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  TinyMCE       |     Version:  4.2.2
 Severity:  normal        |  Resolution:
 Keywords:                |     Focuses:  javascript
--------------------------+------------------------------

Comment (by ianatkins):

 @azaozz thanks. The file on the live site is out of sync.

 The Refresh functions looks like the following:

 {{{

                 refresh: function() {
                         // Refresh rivers (clear links, check visibility)
                         rivers.search.refresh();
                         rivers.recent.refresh();

                         if ( wpLink.isMCE() ) {
                                 wpLink.mceRefresh();
                         } else {
                                 wpLink.setDefaultValues();
                         }

                         if ( isTouch ) {
                                 // Close the onscreen keyboard
                                 inputs.url.focus().blur();
                         } else {
                                 // Focus the URL field and highlight its
 contents.
                                 // If this is moved above the selection
 changes,
                                 // IE will show a flashing cursor over the
 dialog.
                                 inputs.url.focus()[0].select();
                         }

                         // Load the most recent results if this is the
 first time opening the panel.
                         if ( ! rivers.recent.ul.children().length ) {
                                 rivers.recent.ajax();
                         }
                 },
 }}}

 The site auto updated, I did have the wp-content and wp-includes folder
 hardened with .htaccess files, do you think that could of blocked the file
 updates, but still bumped the Wordpress version?

--
Ticket URL: <https://core.trac.wordpress.org/ticket/32293#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list