I'm running into an issue where I have deployed the Basic ChatGPT Assistant typebot into a Video Learning system called Kajabi. It's a no code environment for monetizing videos. The ChatBot embeds perfectly and displays at load, and allows me to ask questions of a ChatGPT Assistant that I have setup.
The issue that I'm seeing is that after the first response from the ChatBot, the input element, although clicked and taking text input, is passing certain keys up the DOM chain to the page where the video is playing so that every time the "F" key is pressed, the video launches in Full Screen mode. I haven't found any other keys that create this behavior. Have you seen this type of behavior before? Is there a way to trap the events in the input of the text bot so that it doesn't propigate those events up to the page?
I honestly think this should be fixed on Kajabi's side. I guess embedding forms in there is pretty common so they should make sure that their key shortcuts are not triggered if their video content is not focused