Christopher Jeffrey (JJ)

Results 98 comments of Christopher Jeffrey (JJ)

@kicumkicum, are you using the latest blessed? There was a race condition with binding key listeners on textareas a little while ago, but it was fixed.

> But I think, it's enough for editing small text and if someone want to edit large text, it's better to use slap-editor. That's okay, we want a small editor...

@dbkaplun, yes those first two bugs should be fixed, but I don't think it should go into `Input`. Anything can be an input (e.g. a Button). It doesn't need cursor...

@golbin, have you tested this with all manner of fullUnicode characters? double-width, double-width surrogates, surrogates, and combining chars? That would be the trickiest part. I don't think I ever had...

@golbin, @dbkaplun, I think you two should work together on a concensus minimal text editor for Textarea. @dbkaplun has the most experience with editing and @golbin dealt with all the...

Or maybe @dbkaplun could add a stripped down verson of his Editor element and @golbin adds the unicode stuff?

Blessed does not have an auto-position feature. It's very tough to decide exact behavior. Blessed could implement some very primitive auto positioning easy enough, but it wouldn't be anything as...

I'm not sure what your question is. Without seeing the dimensions and position of `form`, I can't tell you if those values are correct or not. Could you explain more?

cc @secrettriangle, @yaronn, @mscdex I whipped up a `Layout` element last night when I couldn't sleep. The first real auto-positioning feature for blessed. It's very dynamic: anyone can provide their...

I'm thinking of dropping the Layout element and just adding the `renderer` option to all elements, along with builtin `layout` options: `grid`, and `inline`.