Hacker News new | ask | show | jobs
by simonz05 5141 days ago
Creating a simple editor which works, seems to be quiet hard, judging based on all the horrible examples we have of existing ones. Hopefully, they'll keep it clean and don't add many new features.
1 comments

It's hard, especially if you want to support IE8. You need a 100-line function simply to get cursor position in a cross-browser fashion.