Hacker News new | ask | show | jobs
by zardinality 1942 days ago
Blink the cursor at the end or highlight the text area sound reasonable to me
1 comments

Trying to get an input to autofocus with any reliability in browsers is the third hardest problem in computer science.
You can make an (obviously) fake blinking cursor at the end possibly with a label showing that it's editable.
Fake the cursor if needed
How do you make a fake cursor that works? When you click anywhere within the text, how do you know where to position the fake-cursor then? If you use arrow-keys it should move the cursor left and right and up and down respecting the line- and character boundaries.

One of the shortcomings of HTML/CSS seems to be that you can not style the cursor a.k.a caret.