hi, yes still the same issue with the solution you provided,
so it's not a rangy related problem.
this is the concerned html
<div id="edit" class="editor" contenteditable="true">
<span class="BlueI">Big Big Test</span>
<span class="Red" contenteditable="false">ROYAL WITH CHEESE</span>
<span class="BlackI">LOREM SDKLKN ahdfg ardfgijj +++++</span>
</div>
i make use of a custom font, but that doesn't really matter... or does
it ?
this binding to rangy's position module enables me to show a custom
caret
$('div#edit').bind('keyup click', function(){
showSelectionPosition();
});
thanks a ton for your help
J
On 22 Dez., 16:38, Nico Burns <
n...@nicoburns.com> wrote:
> Hmm... that is odd, as far as I can see that should work...
>
> Do you still have the same problem using a pure JavaScript solution? (the
> second answer to the question linked to below)
>
>
http://stackoverflow.com/questions/1125292/how-to-move-cursor-to-end-...