Facing an issue with insertText() in firefox.
In our page, on click of a button a dialog window opens as a secondary window, where we can select the data and insert into CKEditor at the cursor location in the primary browser window. Using insertText() to achieve this.
Data gets inserted at the cursor position in I.E. In Firefox, the data is always inserted at the end of the text.
Found this issue only when the accessibility mode is screen Reader.
In default mode, the dialog window opens on top of the primary browser window. In accessibility mode, on click of the button, the popup with data opens in a separate window.
Appreciate any pointers.
Thanks
Neetha
In our page, on click of a button a dialog window opens as a secondary window, where we can select the data and insert into CKEditor at the cursor location in the primary browser window. Using insertText() to achieve this.
Data gets inserted at the cursor position in I.E. In Firefox, the data is always inserted at the end of the text.
Found this issue only when the accessibility mode is screen Reader.
In default mode, the dialog window opens on top of the primary browser window. In accessibility mode, on click of the button, the popup with data opens in a separate window.
Appreciate any pointers.
Thanks
Neetha