Ticket #5390 (closed defect (bug): fixed)

Opened 1 year ago

Last modified 1 year ago

upload iframe sometimes loses its upload tab

Reported by: mdawaffe Assigned to: anonymous
Priority: normal Milestone: 2.5
Component: Administration Version:
Severity: normal Keywords: javascript has-patch commit
Cc:

Description

To Reproduce:

  1. With JS enabled, go to Write -> Write Post.
  2. Don't enter any info into the title or post fields.
  3. Upload image in inline uploader.
  4. Once uploaded, click "Browse All" tab (not "Browse").
  5. "Edit" the image.
  6. Click delete button and "OK" the AYS.
  7. Upload tab is now missing.

Issue:

Upload JS poorly unserializes the URL query string when building the Edit form.

Attached:

Fixes JS.

Attachments

5390.diff (0.9 kB) - added by mdawaffe on 11/26/07 22:23:32.

Change History

11/26/07 22:23:32 changed by mdawaffe

  • attachment 5390.diff added.

11/26/07 22:26:51 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [6344]) Don't lose the upload tab. Props mdawaffe. fixes #5390

11/26/07 23:07:08 changed by johnbillion

Does this also fix #5380?