Ok, here is what I found: - we're using http://www.jacklmoore.com/autosize/ and jQuery 1.8 - newest version of plugin supports jQuery 1.7+, but it still does not work correctly in this particular case with jQuery 1.8 - it works perfectly well if we use jQuery 1.9+ with it
I've tried a bunch of other plugins as a replacements, but all of them had all kinds of problems and I did not want to spend to much time on it. Some of them seem not maintained at all. I've tried: - http://unwrongest.com/projects/elastic/ - https://github.com/javierjulio/textarea-autosize - http://amaury.carrade.eu/projects/jquery/autoResize.html - http://www.myjqueryplugins.com/jquery-plugin/autosize - http://bgrins.github.io/ExpandingTextareas/ Anyway, autosize seems most mature and maintained. So, we might want to update jQuery to latest version (we'll need to do this someday anyway, right?). If I understood correctly: - breaking changes present only in 1.9, so we can upgrade to 1.11 at once - for 1.8 -> 1.9 they have a migration [guide](http://jquery.com/upgrade-guide/1.9/) and helper plugin for easier transition - 2.1 is identical to 1.11, but with no IE 6-8 support, so if we don't need those we can upgrade to 2.1 - probably, most problematic migration will be for third-party plugins, if they don't have updated version What do you think? --- ** [tickets:#6297] No vertical scroll bar when text is longer than text field in wiki** **Status:** in-progress **Milestone:** unreleased **Labels:** 42cc ux sf-2 sf-current **Created:** Thu May 30, 2013 01:52 PM UTC by Anonymous **Last Updated:** Fri Jan 09, 2015 01:38 PM UTC **Owner:** Igor Bondarenko *Originally created by:* brousch No vertical scroll bar when text is longer than text entry field. In the attachment, there are several more lines below "Other Ideas". Using Google Chrome Version 27.0.1453.93 on Kubuntu 12.04. --- Sent from forge-allura.apache.org because [email protected] is subscribed to https://forge-allura.apache.org/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
