[Koha-bugs] [Bug 9571] Fix width for textareas in Edit Item screen

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 8 17:34:02 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9571

--- Comment #3 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 15173
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15173&action=edit
Bug 9571 [Alternate] Fix width for textareas in Edit Item screen

This alternative patch modifies the script where the input markup is
built and adds an alternative configuration for textareas. This gives
the textareas explicit "cols" and "rows" attributes. I think this
solution is preferable to a style fix because it solves the bug while
eliminating some invalid markup (no "size" or "maxlength" attributes on
textareas, which are invalid without explicit dimensions).

To test, add a nice big chunk of text to an existing item's item field
like "Public note" (952$z), save, and edit again. The field should now
be displayed in a more comfortably-sized textarea.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list