javascript - CKEditor: with widget as first element, select all not working in Chrome -


if add widget first element, ctrl+a not work in chrome. if text added before, "select all" works perfectly.

any workaround?

i'am using ckeditor 4.5.5.

try on widget demo.

nb: in firefox ctrl+a works, tag <br type="_moz"></br> added in first widget.

a problem selecting content in blink or webkit browsers when widget first or last element in editable area known issue , has been reported here: https://dev.ckeditor.com/ticket/11180. can see in ticket report, able reproduce problem in native contenteditable elements indicates browser bug. unfortunately weren't able find workaround problem , browser vendors haven't provided fix yet.


notes:


Comments