Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Bug - in FireFox accessing current cursor position
Bug - in FireFox accessing current cursor position
07-14-2007, 8:22 PM
fredd
Joined on 11-17-2006
Posts 449
Bug - in FireFox accessing current cursor position
Reply
Quote
I get this error message in Firefox, not in IE:
editor1.GetSelection().createRange is not a function.
with this code:
var selectedhtml = editor1.GetSelection().createRange().htmlText;
How to fix this?
View Complete Thread