Hi.
In my chrome extension, I have few text boxes and textarea. When running the extension in google doc, I am facing a specific problem which is not occurring when running the extension on any other website. The problem is when the focus is in the textbox/ textarea and I press Cmd+A for selecting all text, instead of selecting the text in the textbox/ textarea, it selects all the text of google doc. To enable select all in textbox/ textarea, I had to click twice(in intervals of 2-3 seconds) and only then Cmd+A selects text from the textbox/ textarea.
Is this a specific google doc shortcuts overriding issue or chrome extension issue?
--