[Webkit-unassigned] [Bug 94102] New: Textarea scaled by transform does not respect new dimensions for scrolling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 15 06:41:42 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=94102

           Summary: Textarea scaled by transform does not respect new
                    dimensions for scrolling
           Product: WebKit
           Version: 420+
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dan at flarework.com


Example CSS and html: http://jsfiddle.net/dazzled/ydSSf/3/

Overview:

Textareas scaled by transform do not reflect new dimensions for scrolls

Steps to Reproduce: 

Scale textarea with transform. add new lines at bottom of textarea and observe caret position.

Actual Results: 

Caret in downscaled textarea will go outside visible textarea. Caret in upscaled textarea will not go outside of box, but the textarea will start scrolling before reaching the end or beginning of visible textarea when adding text or using cursors.

Expected Results: 

Textarea will behave as 100% version in every regard.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list