I am utilizing ContentTools within a Bootstrap modal. The issue I am facing is that when I select text and click the hyperlink tool, the link dialog pops up but immediately focuses on an element in the background (such as the modal close button). This prevents me from typing in the dialog to create a link.
Any suggestions on how to solve this issue? While not an expert in JavaScript, after looking at the ContentTools source code, it seems that there is an event handler set up to capture the click event and give focus to the input in the dialog. It appears that something is causing this behavior to malfunction...