Active
Project:
Plup
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 May 2012 at 20:57 UTC
Updated:
3 Aug 2012 at 10:07 UTC
Jump to comment: Most recent
Changes I made for plup to turn the input area to textarea for larger text entry.
http://img859.imageshack.us/img859/598/croppercapture167.jpg
plup.module
Line 286: Change the input to
plup.js
Line 37: Remove the "input"
Comments
Comment #1
Anonymous (not verified) commentedI don't see any reason to change the textfield to textarea.
Comment #2
eme commentedWell, I do agree : when you want to put descriptions, you often begins with the first one and continue on. For now, the texfield comes above the textfield of the next image, obliging you to click somewhere and click again on the next input and so on.
So textfield are best in term of ergonomy as they expand below, and you can resize them manually.
Comment #3
batigolixAgree. The usability of this plup widget is indeed problematic because of the tiny & expanding ALT + TITLE input fields.
The filefield_sources_plupload offers a much better user experience. It uses plupload only for uploading and leaves the alt & title input fields to the native drupal image module. Unfortunately there is only a dev version for filefield_sources_plupload yet.