dotvvm icon indicating copy to clipboard operation
dotvvm copied to clipboard

I keep encountering this DotVVM error when hitting ESC key after the bp:ModalDialog is already closed by custom buttons inside its markup

Open liviriniu opened this issue 11 months ago • 1 comments

image

image

This does not happen when closing it just by ESC key.

It happens if hitting ESC after the ModalDialog is already closed by either this button: image

or this button: image

Close() is a trivial inherited method: image

liviriniu avatar Mar 19 '24 10:03 liviriniu

If I open and then close the ModalDialog by a custom close button in a repeated fashion, let's say 3 times in a row and after all this, while the modal is closed I hit Esc key repeatedly, the error is shown exactly 3 times in the dev console. So it accumulates somewhere, interesting.

liviriniu avatar May 04 '24 10:05 liviriniu