Oscar Godson

Results 189 comments of Oscar Godson

If you wanted\* ugh. Can't edit on mobile.

Hmm, yeah. I've noticed this too before. The easiest fix, I think, could be (on our side) whenever s person clicks into the editor always call focus() manually.

@jhofker oh, so even if you click in the middle you can begin typing? I thought it wasn't even focused?

Thanks for this! You should add that screenshot you showed me on Twitter so people have an idea by what you mean.

Couldnt you simply add some padding or margin on the editor to achieve the same result?

Here's an example where I just changed the body width to `350px`: ![](https://img.skitch.com/20120821-p7w6d4wupnb76gss6dg4xx7pxu.png) Is your main concern long links with this?

Yes, absolutely. Why would you want the actual code to have breaks in it? I'm only asking to better understand the use case.

Awh yes. That makes sense. Great use case. I'll add this to my list :)

@dethe not sure I understand. Yeah, you can totally make these breaks yourself if you wanted. @fuddl wanted these breaks to happen automatically.

> ...on writing it should constantly check how long the line is and if its too long, it should add a linebreak(+indention) before that last word. I think that's the...