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
- Create any kind of item, for example a biosource.
- Click on the item and go to the view page.
- Click on 'Delete' and then on the 'trashcan' icon.
- Accept to 'Delete this item permanently'.
- 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.
Note:
See TracTickets
for help on using tickets.
(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
.