Opened 13 years ago
Closed 13 years ago
#19498 closed defect (bug) (fixed)
Press this add image from URL bugs
Reported by: | greuben | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.3.2 | Priority: | normal |
Severity: | major | Version: | 3.3 |
Component: | Press This | Keywords: | has-patch |
Focuses: | Cc: |
Description
Two bugs
- Add image from url form works only once. Click "Add From URL", insert an image and try it again, the form is not displayed.
- Click "Add From URL" then click cancel, then form is appended to the body and is visible.
Attachments (3)
Change History (13)
#2
@
13 years ago
- Priority changed from normal to highest omg bbq
- Severity changed from major to critical
#4
@
13 years ago
- Milestone changed from 3.3 to 3.3.1
- Priority changed from highest omg bbq to normal
- Severity changed from critical to major
#5
in reply to:
↑ 3
@
13 years ago
Replying to azaozz:
19498-2.patch reverts back to cloning
#photo-add-url-div
.
Anyone know the history as to why/where this changed away from this?
#6
@
13 years ago
As far as I remember there was a bug related to duplicate HTML IDs in Press This. When cloning a DOM node or sub-branch, all cloned nodes end up duplicating the IDs from the originals. Easiest solutions to that are either not to use HTML IDs in the sub-branch or to move it instead of cloning (however neither would be a straight replacement in this case).
#7
@
13 years ago
Tracked this down to [19424/trunk/wp-admin/press-this.php]. Thanks for the explanation.
Note: See
TracTickets for help on using
tickets.
It's an regression.
Patch does display the form, but it's still prefilled.