[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 03:59:48 CET 2013


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

--- Comment #2 from David Cook <dcook at prosentient.com.au> ---
(In reply to comment #1)
> Created attachment 15152 [details]
> Bug 9571 - Fix width for textareas in Edit Item screen

To test:

Before applying patch...

1) Create a new item for any biblio with a URL (subfield u) of over 100
characters (you can use www.lettercount.com to count the number of characters
in your URL).
2) In any browser (I've already looked at IE, Firefox, and Chrome on Windows),
edit the item (either by clicking "Edit Items" from the Normal view of the bib
record then clicking "Edit" next to the applicable item, or clicking on the
"Items" view in the bib record and clicking "Edit item" next to the relevant
item).
3) Notice that the textarea for the url is absolutely tiny. Difficult to read
and difficult to interact with.

Apply patch.

1) Notice that the textarea is roughly the same size as the other input
elements on the page.

---

Ideally, I would like the textarea to automatically be the same length as the
other input elements, but I'm not sure how to do that just with CSS and while
still only using relative values. Open to hear other ideas about how this can
look even better.

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


More information about the Koha-bugs mailing list