Bug 106930
Summary: | translateY + textarea issue | ||
---|---|---|---|
Product: | WebKit | Reporter: | Vitaliy <vitaliy> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | annevk |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Vitaliy
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Anne van Kesteren
This appears to work fine these days.