Hi Everyone,
we are experimenting with using CKEditor in a Webkit pseudo-browser window from the Qt GUI library (PySide bindings) so that we can embed the HTML editor into our PySide/Qt/Python application.
We are seeing an issue that does not occur when we are running the JavaScript code directly in Chrome et al:
When selecting a stretch of text (even a single word), and then changing its style to bold, italics or underline, the operation completes correctly, but after that several apparently random fragments of the text around it are selected. Any ideas how to get CKEditor to behave in this "embedded" Webkit?
Help!
Thanks a lot
Patrick
we are experimenting with using CKEditor in a Webkit pseudo-browser window from the Qt GUI library (PySide bindings) so that we can embed the HTML editor into our PySide/Qt/Python application.
We are seeing an issue that does not occur when we are running the JavaScript code directly in Chrome et al:
When selecting a stretch of text (even a single word), and then changing its style to bold, italics or underline, the operation completes correctly, but after that several apparently random fragments of the text around it are selected. Any ideas how to get CKEditor to behave in this "embedded" Webkit?
Help!
Thanks a lot
Patrick

Re: Issue using CKEditor in Webkit (in Qt)