Opened 9 years ago

Closed 9 years ago

#1956 closed defect (fixed)

Deleting an item from the item page doesn't close confirmation popup in IE

Reported by: Nicklas Nordborg Owned by: everyone
Priority: trivial Milestone: BASE 3.6
Component: web Version:
Keywords: Cc:

Description

  1. Create any kind of item, for example a biosource.
  2. Click on the item and go to the view page.
  3. Click on 'Delete' and then on the 'trashcan' icon.
  4. Accept to 'Delete this item permanently'.
  5. The 'Biosource delete' confirmation dialog is shown but is never closed and the main page is not re-directed to the list page.

This happens in IE only, it works as expected in Firefox.

Change History (1)

comment:1 by Nicklas Nordborg, 9 years ago

Resolution: fixed
Status: newclosed

(In [6973]) Fixes #1956: Deleting an item from the item page doesn't close confirmation popup in IE

The event to send to the main page must be created by the document object on the main page and not by the document object in the popup and the event type should be a CustomEvent.

Note: See TracTickets for help on using tickets.