Opened 13 years ago
Closed 13 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
@
13 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.5)
Note: See
TracTickets for help on using
tickets.

Do you have the
SCRIPT_DEBUGconstant set to true? If not, your minified JavaScript files are likely out of date. To turnSCRIPT_DEBUGon, add the linedefine( "SCRIPT_DEBUG", true )to yourwp-config.phpfile.If
SCRIPT_DEBUGis turned on and the problem persists, please expand the error in the console and upload a screenshot. Thanks!