When I type text that is longer than the width of this input field, the text wraps as expected but the height of the box doesn't expand immediately to show me all of the text. I can see the line that I'm typing but not line above it until I type a couple of words on the wrapped line. Then the height of the box expands so I can see all of the lines of text.
Jim Robinson to: BuckeyeTexan
http://bgrins.github.com/ExpandingTextareas/
I may need to get an update of the expanding routine. Please click on the embedded link to see if their demos work ok on Android.
03/14/2013 8:28:17 PDT ·
BuckeyeTexan to: Jim Robinson
Ok. I tried that. It works well.
03/14/2013 9:40:38 PDT ·
Jim Robinson to: BuckeyeTexan
Ok, I'll download a new version and if it still doesn't work then there's something wrong with my implementation (though I'm using it straight out of the box). Could be a conflict somewhere I guess or maybe I have to initialize something differently.
03/14/2013 9:44:6 PDT ·
Jim Robinson to: BuckeyeTexan
And thanks for testing that for me. Don't have an Android here.
03/14/2013 9:45:9 PDT ·
Jim Robinson to: Jim Robinson
https://github.com/bgrins/ExpandingTextareas
Ok, have installed a fresh copy from the embedded source. Hope it works as well as their demo page.
03/14/2013 9:49:25 PDT ·
Jim Robinson to: Buckeye Texan
https://github.com/bgrins/ExpandingTextareas#styling
If it still doesn't work, my conflict may be here (embedded link). I don't think I did any styling on the "clone," but definitely do have on the input fields that expand applies to.
03/14/2013 9:57:3 PDT ·
Jim Robinson to: Buckeye Texan
Found a conflict--an error on a css defining white-space: wrap on textarea, Removed it. Also a superfluous copy of the expanding css in my code. Probably left over from when I was originally testing it. Have removed it. Hope one or the other of these corrections fixes the ptroblem.
03/14/2013 10:29:47 PDT ·
Jim Robinson to: Buckeye Texan
Oops, found another error. I think it's some kind of binding error, that comes in after inserting the form div into the DOM (stuff that I'm just learning about). The error appears after loading a form by clicking on "Comment." I'd noticed that before and decided to look into it "later" and later never got here. Forgot about it. Until now.
03/14/2013 10:36:58 PDT ·
Jim Robinson to: BuckeyeTexan
test one, two, three. fill this dog gone entry field up with text to see if it expands automagically. Woo hoo!! it does!!
03/14/2013 20:44:55 PDT ·
Jim Robinson to: Buckeye Texan
Finally figured out how to apply the expanding plugin after inserting a form: $(".expanding").expandingTextarea();
03/14/2013 20:46:58 PDT ·
Jim Robinson to: Buckeye Texan
Plugged it into the live program after very little testing. Hope it doesn't break something else.
03/14/2013 21:15:42 PDT ·
Jim Robinson to: Buckeye Texan; all
Installed my new loading form technique into the post and comment editing forms so the expanding features will work there, too. Drawback is it takes a bit longer to load the forms due to having to execute the expanding plug-in feature. It's usually only called during initial page load. Hoping everything works out okay.

Will need to tackle the ajax busy indicator project (a spinning "busy" icon) but don't want to tackle it today.
03/15/2013 12:34:4 PDT ·
Jim Robinson to: Buckeye Texan; John Robinson
John reminded me of a better solution for loading forms that will be faster, but I'll have to develop some new routines and rip out the old. Will be faster and cleaner (programming-wise) than my current routines, so will be better and worth it for the long haul.
03/15/2013 12:45:44 PDT ·