Pop-Up Messages Add Backdrop Layers
Posted: July 12th, 2022, 4:16 pm
I have a textarea with a default button set. When I hit "Enter", it clicks the button and pops up a message to the user.
The problem is that the textarea is still in focus, so hitting "Enter" again re-clicks the button. When another pop-up modal message is triggered, it seems to replace the message itself, but it creates a whole new backdrop.
Note: Specific to textareas as textboxes don't exhibit the same behavior and seem to work correctly.
Closing the pop-up message removes one of the backdrop layers, but leaves the rest preventing the page from being correctly re-enabled. After closing the message:
The problem is that the textarea is still in focus, so hitting "Enter" again re-clicks the button. When another pop-up modal message is triggered, it seems to replace the message itself, but it creates a whole new backdrop.
Note: Specific to textareas as textboxes don't exhibit the same behavior and seem to work correctly.
Closing the pop-up message removes one of the backdrop layers, but leaves the rest preventing the page from being correctly re-enabled. After closing the message: