Bug 7777
Summary: | Drag & drop doesn't cause editable overflow areas to autoscroll | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adele Peterson <adele> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ian, tonikitoo |
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
Adele Peterson
Drag & drop doesn't cause editable overflow areas to autoscroll.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adele Peterson
Bumping to P1 since this causes a text field regression (since new text fields use overflow:hidden)
Maciej Stachowiak
These are all text field regressions so they should all be P1.
Darin Adler
Text fields never did any auto-scrolling when dragging text into them, so I don't think this has any bad effect on the native text fields. In fact, when we do implement this we may need a way to make sure this is turned off for text fields.
Darin Adler
We'll probably need this for native <textarea> elements, though.
Antonio Gomes
(In reply to comment #4)
> We'll probably need this for native <textarea> elements, though.
Adele/Darin. looks like this is fixed(?).
At least autoscroll tests pass and bugs were fixed lately. Please let me know if it is actionable still.