Opened 12 years ago
Closed 12 years ago
#22410 closed defect (bug) (fixed)
Chrome Media Upload JS Bug
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | 3.5 |
Component: | Media | Keywords: | |
Focuses: | Cc: |
Description
This is on trunk revision 22542.
Using Chrome Version 24.0.1312.2 dev
Mac OS X 10.8.2
Steps to reproduce:
- Edit Post / Page
- Click new media upload button, select file
- JS Exception thrown Uncaught ReferenceError: dateFormatted is not defined
An additional side effect of this bug is using the drag & drop causes chrome to redirect to the image path.
Change History (5)
#2
follow-up:
↓ 3
@
12 years ago
I can confirm that this bug exists with SCRIPT_DEBUG on.
Same revision, OS, and browser (nearly, I'm on 24.0.1312.2)
Version 0, edited 12 years ago
by
(next)
Note: See
TracTickets for help on using
tickets.
Do you have the
SCRIPT_DEBUG
constant set to true? If not, your minified JavaScript files are likely out of date. To turnSCRIPT_DEBUG
on, add the linedefine( "SCRIPT_DEBUG", true )
to yourwp-config.php
file.If
SCRIPT_DEBUG
is turned on and the problem persists, please expand the error in the console and upload a screenshot. Thanks!