Hi Todd,
Yes, CKEditor is on a FormPanel, in order to intercept the submit event when clicking on the "Save" button. This is probably possible to avoid it, or optionnaly disable using this FormPanel when the user wants to.
Something like :
CKConfig c = new CKConfig();
c.useFormPanel(false);Would lead to use a SimplePanel or a FlowPanel instead of FormPanel in the CKEditor instance.
Does this solution match with your needs ?
For the second point, yes, it is scopped to implements GWT's interfaces in order to be more convenient. Could you add this enhancement request to the Google Code issue tracker ?
If you want to contribute, could you send me a sample of your code, for example, could you implements HasName interface and send me it ? After review, I will add you to the contributors to allow you to send your modifications on the Subversion.
Thank you.
--
Damien Picard
Open Source BPM :
http://code.google.com/p/osbpm