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:
- widget demo can found here: http://ckeditor.com/demo#widgets. link have provided old widget preview using ckeditor 4.1 (widgets officially introduced in ckeditor 4.3).
- these
br's
mention inserted firefox. there nothing worry filtered out once obtain data editor usingeditor.getdata
method. here general explanation of how works: want remove <br type="_moz"> tag in ckeditor 4.2.0
Comments
Post a Comment