I have a page with 12 textareas - when the editor replaces them with divs I'm seeing duplicate ids on those divs - this causes problems with editing as the wrong content gets synced to the wrong textarea.
The ids are generated with +new Date() in the source - could that be the problem? Or am I doing something wrong.
I have a page with 12 textareas - when the editor replaces them with divs I'm seeing duplicate ids on those divs - this causes problems with editing as the wrong content gets synced to the wrong textarea.
The ids are generated with +new Date() in the source - could that be the problem? Or am I doing something wrong.