ContentTool.js

Hi all. I’m using ContentTools.js (https://getcontenttools.com/api) and I am experiencing a small problem in IE11. When using a table, I add text in the first table cell. Then I use the tab key to move to the next cell to add some more data. This works as expected, but if I click into a third cell and don’t use the tab key and if I try to use the tab key to move to the fourth cell, the cursor jumps out of the table and to the next element.

I can see this being caused by: this._domElement.blur();

Has anyone else experienced this or something similar? Thanks for any help or tips.

Do you have an example somewhere we could see?

It sounds a bit like you’ve goofed your table and IE’s not correcting it the way that the other browsers do. (which is a very IE-ian thing to do.)

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.