domino-ui icon indicating copy to clipboard operation
domino-ui copied to clipboard

In some cases ModalBackDrop is not removed

Open FrankHossfeld opened this issue 1 year ago • 0 comments

Testing the latest SNAPSHOT I ran into some trouble which does not happen with RC13.

Loading a Screen, a ModalDialog is displayed and shows a "work in progress" message. On that screen there are three cards. Each of the cards has its own loader. The loader locks the card during data loading. So, at loading the screen the modal dialog is shown and the three loaders are locking the card.

Once everything is loaded, the "work in progress" modal is closed and the cards are unlocked.

With the HEAD-SNAPSHOT version the MODAL_BACKDROP did not get removed.

Running the page in Chrome debugger, it works.

@vegegoku PM me please, I can show you the problem live

FrankHossfeld avatar Oct 03 '22 10:10 FrankHossfeld