Opened 13 years ago
Closed 13 years ago
#19236 closed defect (bug) (duplicate)
media-upload.php balkiness
Reported by: | horike | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.3 |
Component: | Media | Keywords: | close |
Focuses: | Cc: |
Description
hi.
I'm japanese plugin developper horike.
I'm making plugin now, and I found this bug.
I use jQuery ui tabs and media-upload.php to making plugin on one newly-built admin page.
Then, I found that I can't post a image file to use media-upload.php .
Steps to reproduce:
1:Create to bulild a new admin page
2:You use jQuery ui tabs and media-upload.php to making plugin on one newly-built admin page.
3:You run media-upload.php
I think to conflict jQuery ui tabs and media-upload.php.
Tested in latest versions of Chrome and Firefox in Mac OS X 10.7.2 and PHP 5.3.6 , Apache2.2.17 ,MySQL 5.5.9
Attachments (1)
Change History (10)
#3
@
13 years ago
I ulpoaded my plugin.
Steps to reproduce:
- Plugin activate
- Click a side menu on admin page 「Trust Form」> 「Add Form」
- Mouse over on around「confirm」button on 「Add Form」page
- Click and open the popup window
- Click a「Select File」link on the popup window
- Upload file and Insert Into Post
Then Admin Screen keep black.
#4
@
13 years ago
JavaScript Code:「trust-form/js/trust-form.js」
- jQuery ui tabs on 11 line
- Media-upload.php on from 128 line to 140 line
HTML Code: 「trust-form/admin/add.php」
- jQuery ui tabs on 218 line
- Media-upload.php on 249line
I use media-upload.php in such a way as to below.
http://www.webmaster-source.com/2010/01/08/using-the-wordpress-uploader-in-your-plugin-or-theme/