LabKey / platform

A set of modules that provide core functionality for LabKey Server
Apache License 2.0
7 stars 7 forks source link

Limit scope of LABKEY.WebSocket.hideModal #5843

Closed labkey-tchad closed 1 month ago

labkey-tchad commented 1 month ago

Rationale

LABKEY.WebSocket.checkForExpiredSession hides any LABKEY.Utils.modal on the page whenever a page opens or a tab gets focus. It should limit its scope to only hide the dialog if LABKEY.WebSocket created it. This is breaking the save dialog on etlDefinition.jsp when running on Firefox 128.

Related Pull Requests

Changes