Don't trigger JS "unload" event, when closing modal window
Components
Labels
None
Description
Context Information
None
Additional information (do not use)
None
Attachments
1
Activity
Show:

Alex July 20, 2015 at 11:15 AM
Closing issues from released versions.

Dmitry Andrejev May 15, 2013 at 2:01 PM
User committed a fix to 1.2.x. Commit Message:
Fixes - AJAX request made from closing ThickBox dies in IE

Alex May 15, 2013 at 1:59 PM
Dmitry will test all together later.
Fixed
Details
Priority
MinorAssignee
AlexAlexReporter
AlexAlexDeveloper
AlexAlexReviewer
Dmitry AndrejevDmitry AndrejevChange Log Group
FixedChange Log Message
The AJAX requests made while closing modal window in Internet Explorer failed.Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Story Points
1Fix versions
Details
Details
Priority
Assignee

Reporter

Developer

Reviewer

Change Log Group
Fixed
Change Log Message
The AJAX requests made while closing modal window in Internet Explorer failed.
Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Story Points
1
Fix versions
Created May 15, 2013 at 1:52 PM
Updated December 30, 2024 at 2:21 AM
Resolved May 15, 2013 at 2:01 PM
For unknown reason Internet Explorer is dropping an AJAX request, that is triggered from a JavaScript inside ThickBox div when an unload event is triggered (from a
TB.remove()
call).