Hi Danielo

I'm not quite sure what you're asking.

> Since this is better than the current implementation, it forces you to
define it on every textarea

What is better than the current implementation? What do you have to define
on every textarea?

> Textareas re-sizes  themselves by default

HTML textareas do not dynamically resize themselves to fit their content.

TiddlyWiki automatically resizes textareas in order to avoid nested
scrollbars.

Best wishes

Jeremy




On Wed, Nov 19, 2014 at 1:26 PM, Danielo Rodríguez <[email protected]>
wrote:

> Triying to fix a very annoying issue on 5.1.4 today I went to github and I
> found:
>
>       EditTextWidget.prototype.fixHeight = function() {        var self =
> this,                domNode = this.domNodes[0];        if(this.editAutoHeight
> && domNode && !domNode.isTiddlyWikiFakeDom && this.editTag === "textarea")
> {
>
>
> Since this is better than the current implementation, it forces you to
> define it on every textarea. This is against every UI design guidelines I
> can think about. I expect to be able to specify this kind of things on the
> CSS and I think the average user too. I don't understand why this is
> hardcoded into the edit-text widget. Textareas re-sizes  themselves by
> default, and you can deactivate this if you need it by CSS. Could someone
> explain me the need for specify this at node level?
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/tiddlywiki.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Jeremy Ruston
mailto:[email protected]

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to