Closed
Bug 623177
Opened 14 years ago
Closed 14 years ago
implement autoscroll by coordinates during drag
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, defect)
Core
DOM: Copy & Paste and Drag & Drop
Tracking
()
People
(Reporter: giorgio.liscio, Unassigned)
Details
(Keywords: testcase)
Attachments
(1 file)
158 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b9pre) Gecko/20110104 Firefox/4.0b9pre
Build Identifier:
hi, it is needed the autoscroll feature during drag in html5
it would be nice if it is made with coordinates and not with helpers like xul's <arrowscrollbox>
simple testcase:
<div style="width:200px;height:200px;overflow:auto;">
<input value="drag this text to the next textbox:">
<div style="height:300px;"></div>
<input>
</div>
Reproducible: Always
![]() |
||
Comment 1•14 years ago
|
||
Updated•14 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•