Hi,
When using the inline editor on a div, CKEditor places a css property on cke_editable:
.cke_editable { cursor: text; }
The user can set cursor: pointer on .cke_editable.cke_editable_inline to override it when hovering the mouse over an inline editor:
.cke_editable.cke_editable_inline { cursor: pointer; }
The probem with this is that IE and Opera still display the text cursor when hovering. Chrome and Firefox correctly display the pointer cursor.
I haven't yet figured out why this happens. Applying cursor:pointer on a normal div somewhere else on the page outside the form works fine ...
Can anyone else reproduce this on IE and Opera?

Uhh... I remember that...
Uhh... I remember that... mess. I worked on inline sample before we released CKEditor 4.0 and I haven't found any fix for that. Sorry :) I'm afraid that this may be a waste of time trying to find a solution for IE and Opera.
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Sorry :) I'm afraid that this
Are you an official dev of CKEditor? If yes, then that's a disappointing answer ... (yes, I know CKEditor is free).
Yes, I am. And yes, there are
Yes, I am. And yes, there are many disappointing moments when dealing with contenteditable. I can't think of any other API/feature which is so poorly implemented. And none of the existing "modern" browsers is an exception :(.
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+