Opened 13 years ago
Closed 13 years ago
#18989 closed defect (bug) (fixed)
Inserting images with Press This not working
Reported by: | ronbme | Owned by: | azaozz |
---|---|---|---|
Milestone: | 3.3 | Priority: | normal |
Severity: | normal | Version: | 3.3 |
Component: | Press This | Keywords: | needs-testing has-patch |
Focuses: | Cc: |
Description
Using WP 3.3 trunk 18977
Inserting an image with Press This bookmarklet is not working. List of images are shown but after selecting the image and clicking "insert image", nothing happens.
Also, after highlighting everything in an article and using Press This, everything was copied, except the image.
Tried both Visual and Html editors. Didn't work in either one.
Attachments (1)
Change History (7)
Note: See
TracTickets for help on using
tickets.
Caused by [18570] which added the #photo-add-url-div div element to the Press This screen. This contains and input with ID "this_photo":
this interferes with the image_selector() JavaScript when used for the input return by the photo_thumnail AJAX so that:
returns an empty string as it's retrieving #this_photo from #photo-add-url-div instead from the thickbox.