I am using Genesys chat widget and noticed this behavior.
1.When user clicks on close (X), it opens end chat confirmation. (chat window is not closed, actually, but conversation is closed). At this point, the text area for inputting chat message is disabled so user cannot type anything.
Press on close chat X button again - chat window is closed now.
Is there a way to make the chat widow and chat conversation both close after pressing X to end the chat session the first time ?
In your widgets v2 configuration, under the section for webchat ( _genesys.widgets.webchat), you can set confirmFormCloseEnabled option to false. This will disable the confirmation message. See here for webchat widget configuration options.