Currently, I am working on a contenteditable element that requires content to be displayed in a two-column layout. Users should have the ability to place the cursor anywhere within the text and move between positions using arrow keys.
To achieve this, I am utilizing the column-count
CSS property to create the two-column display. While this method works smoothly in most browsers, I have encountered some issues in IE11. When I click inside a column, a box appears and arrow key movements are restricted within the column layout.
To better illustrate the problem, I have prepared a sample demonstration on https://jsfiddle.net/rex3c3yf/. Any JavaScript or CSS solutions to address this IE11 issue would be greatly appreciated.
Issue in IE11: https://i.sstatic.net/HWXl2.png