Bug 106930

Summary: translateY + textarea issue
Product: WebKit Reporter: Vitaliy <vitaliy>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: annevk
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Vitaliy
Reported 2013-01-15 11:32:03 PST
Lets imagine that we have a container with translateY css property. This container contains textarea alement. In this situalition textarea behavior is incorrect. When you try to enter more lines than textarea rows atribute has the autoscroll will not work until text height inside textarea will not be bigger than textarea height + translateY * -1. Please checkout example here: http://jsfiddle.net/vpetrychuk/mT7Lp/
Attachments
Anne van Kesteren
Comment 1 2023-12-25 10:01:11 PST
This appears to work fine these days.
Note You need to log in before you can comment on or make changes to this bug.