Mozilla Range Object
2002-12-12 19:10:04
As you may know Mozilla doesnt support formatting in a textarea because until now it didnt have (or it was buggy) support for .selectionStart, .caretPosition and similar. It's a long known issue, and while trying to find a solution to it, we're wondering with Pedro why there is so few yet excellent documentation about its use, although apparently there has been some improvements lately: mozillaeditor, mozilla tests and the former pbwizard article's test case. Yeah, not perfect yet (still cannt position correctly in multilined text) but it's getting better. Enjoy the homework. Maybe sooner than expected we'll have a tool to do the stuff in mozilla. Who knows... ;)