When using Bootstrap Modals, Bootstrap forces your mouse and keyboard to focus on an open modal meaning when you try to type somewhere else, Bootstrap will move your focus back into the modal.

This will stop you from being able to fill in and complete the Userback widget form fields.

When the Userback widget code is used, we detect the use of Bootstrap and stop this default behaviour.

When using the Userback browser extension, this behaviour can't be stopped because the browser extension runs in a separate environment.

In order to fix this, you will need to turn off the default behaviour by running the code below in Bootstrap:


$ (document).off('focusin.bs.modal');


πŸ” Who is this article for?

Plans

Solo βœ”

Startup βœ”

Company βœ”

Premium βœ”

User type

Client

Collaborator

Admin βœ”

Owner βœ”


πŸ“™ Helpful articles

Did this answer your question?