[wp-trac] [WordPress Trac] #47900: Error on update MCE Views in gutenberg block "Classic Editor"
    WordPress Trac 
    noreply at wordpress.org
       
    Tue Dec 29 00:00:27 UTC 2020
    
    
  
#47900: Error on update MCE Views in gutenberg block "Classic Editor"
--------------------------+-----------------------------
 Reporter:  vjik          |       Owner:  (none)
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Future Release
Component:  Editor        |     Version:  5.2.2
 Severity:  major         |  Resolution:
 Keywords:  needs-patch   |     Focuses:  administration
--------------------------+-----------------------------
Comment (by webinista):
 It's still happening for me in 5.6. It seems to originate with the
 `announceSearchResults` function in `wp-includes/js/media-views.min.js`.
 Changing:
 {{{
 if ( this.collection.mirroring.args.s )
 }}}
 to:
 {{{
 if (
     this.collection.hasOwnProperty('mirroring') &&
     this.collection.mirroring.args.s
 )
 }}}
 resolved my particular issue.
-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/47900#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
    
    
More information about the wp-trac
mailing list