https://bugzilla.wikimedia.org/show_bug.cgi?id=30926
Yaron Koren <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Yaron Koren <[email protected]> 2011-10-17 22:48:49 UTC --- I believe I just fixed this in SVN. The issue was that the default width for textareas changed from 80 columns to "100%" - i.e., a pixel width instead of a character width - and the autogrow Javascript couldn't handle that correctly. I changed the default width to be a columns value again, if autogrow is set, and now it seems to be working fine. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
