[Webkit-unassigned] [Bug 9593] New: REGRESSION: Can't resize textarea field back to original width if cols attribute value is less than 10

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Jun 25 22:35:29 PDT 2006


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

           Summary: REGRESSION: Can't resize textarea field back to original
                    width if cols attribute value is less than 10
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: major
          Priority: P1
         Component: Forms
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: cpetersen at apple.com


* SUMMARY
With the new native textarea fields, I can't manually resize a textarea field
back to it's specific width after I changed it's width by resizing it.

This only happens when I have specified a cols attribute value of 10 or less

* STEPS TO REPRODUCE
1. Open test case  "testcase_textarea.html" in TOT webkit nightly build
2. Click the resize corner of the first textarea  (cols=5) and drag it to the
right so the width matches the width of textarea beneath it (cols=11)
3. Now try to drag the resize corner of textarea (cols=5) to the left so your
attempting to resize the textarea back to it's original width.
4. Notice you can't do resize the textarea back to it's original size. It stops
resizing at COL=11 the same width as the textarea below it.

* RESULTS
You should be able to resize the textarea back to it's original width

* REGRESSION
Yes, this is working in stock Safari (10.4.6 ) but not with TOT webkit

 * NOTES
This allows happens when resizing the textarea's height as well. 

Drag the second resize corner of the textarea (rows=2) under ROWS test so
that's it height is taller. Now, attempt to resize this textrarea back to it's
original size. Again, it can't be done. It looks like the textarea can only be
resized to rows=3. (like the textarea field above it)


-- 
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