Opened 7 months ago
Closed 7 months ago
#22410 closed defect (bug) (fixed)
Chrome Media Upload JS Bug
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Media | Version: | 3.5 |
| Severity: | normal | Keywords: | |
| 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)
comment:1
koopersmith
— 7 months ago
- Keywords reporter-feedback added
- Milestone changed from Awaiting Review to 3.5
comment:2
follow-up:
↓ 3
trepmal
— 7 months 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)
comment:3
in reply to:
↑ 2
koopersmith
— 7 months ago
Replying to trepmal:
I can confirm that this bug exists with SCRIPT_DEBUG on.
Same revision, OS, and browser (nearly, I'm on 24.0.1312.5)
Wonderful, that covers it. Thanks, trepmal.
comment:4
koopersmith
— 7 months ago
- Keywords reporter-feedback removed
comment:5
koopersmith
— 7 months ago
- Owner set to koopersmith
- Resolution set to fixed
- Status changed from new to closed
In 22543:

Do you have the SCRIPT_DEBUG constant set to true? If not, your minified JavaScript files are likely out of date. To turn SCRIPT_DEBUG on, add the line define( "SCRIPT_DEBUG", true ) to your wp-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!