Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #29052


Ignore:
Timestamp:
07/29/2014 01:29:46 PM (11 years ago)
Author:
SergeyBiryukov
Comment:

Hmm, I can still reproduce on one install (in both Firefox and Chrome), but not on another.

The message is slightly different in Chrome:

Uncaught TypeError: Cannot read property 'get' of undefined
media-views.js?ver=4.0-beta2-20140728:4643

Investigating.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29052 – Description

    initial v2  
    111. Open the media grid.
    2 2. Click any image to open the modal. The URL changes to `/wp-admin/upload.php?item=123`.
    3 3. Refresh the page without closing the modal. The URL is still `/wp-admin/upload.php?item=123`.
    4 4. You'll see an error in JavaScript console:
     22. Click any image to open the modal. URL changes to `/wp-admin/upload.php?item=123`.
     33. Refresh the page without closing the modal.
     44. The URL is still `/wp-admin/upload.php?item=123`, but the modal does not reappear.
     55. You'll see an error in JavaScript console:
    56{{{
    67TypeError: this.model is undefined