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.