#27836 closed defect (bug) (fixed)
Uncaught TypeError in media-editor.js on edit.php screen
Reported by: | helgatheviking | Owned by: | markjaquith |
---|---|---|---|
Milestone: | 3.9 | Priority: | normal |
Severity: | normal | Version: | 3.9 |
Component: | Posts, Post Types | Keywords: | |
Focuses: | javascript | Cc: |
Description
I'm seeing the following error in my console on the edit.php screen for all post types.
Uncaught TypeError: Cannot read property 'id' of undefined
media-editor.js?ver=3.9-RC2-src:538
Does this script even need to be loaded on this page?
Attachments (1)
Change History (11)
#3
@
10 years ago
Confirmed that if the script is loaded on this page, it produces a type error that was not present in 3.8.
#4
@
10 years ago
Yes, my mistake, a plugin is loading the script. I don't think the plugin needs to be loading the media-editor script on this page, so I have reported the bug to the plugin developer.
This ticket was mentioned in IRC in #wordpress-dev by nacin. View the logs.
10 years ago
Note: See
TracTickets for help on using
tickets.
This script isn't loaded on this page. Plugin?