[Webkit-unassigned] [Bug 8362] New: Scrollbars in <textarea> should gracefully shrink if they don't fit.

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Thu Apr 13 02:11:33 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8362

           Summary: Scrollbars in <textarea> should gracefully shrink if
                    they don't fit.
           Product: WebKit
           Version: 417.x
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P4
         Component: Forms
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: mark at humanesoftware.com


When the user types enough text into a <textarea> form control, it
automatically adds a vertical and/or horizontal scrollbar. Sometimes, depending
on the size of the page font, the size of the control doesn't allow the control
to draw itself, so it appears as a disabled scrollbar. Since MacOS X has
several scrollbar sizes, it would be nice if the size of the textarea scrollbar
were reduced, when necessary, to allow the control to be rendered and used.

The following HTML demonstrates this:

<html>
<head><title>TextArea Scrollbar demonstration</title></head>
<body>
<p>Use the Cmd-'-' and Cmd-'+' to make the text larger and smaller. If the font
is large enough,
the scrollbar is rendered and usable. If the font gets too small, the control
is disabled.</p>
<form>
<textarea cols=30 rows=5 wrap=virtual>
Lorem ipsum dolor sit amet, consectetaur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. 
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in
voluptate velit esse cillum dolore eu fugiat nulla pariatur. 
Excepteur sint aliquam is nostrud exercitation ullam occaecat cupidatat non
proident.
</textarea>
</form>
</html>


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list