Closed
Bug 743167
Opened 13 years ago
Closed 13 years ago
Default Scroll handling - Differs from Chrome
Categories
(Firefox :: Untriaged, defect)
Tracking
()
People
(Reporter: ramasubiah, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20100101 Firefox/11.0
Build ID: 20120312181643
Steps to reproduce:
The following JS fiddle page shows a set of div elements inside a container with scroll set to auto.
http://jsfiddle.net/g8YHf/1/
In the demo , drag the first (or any visible one) div below the last visible div i.e. below the viewable area of the container.
Actual results:
Default Scroll happens in Chrome the moment the mouse pointer reaches the end of the container (or slightly outside the bottom of the container). In Firefox, nothing happens even when the mouse pointer reaches the bottom of the container
Expected results:
Which behavior is correct , should default scrolling happen or not ? Chrome looks much nicer and more usable , so , is there any way i could make FF work like Chrome in this case ?
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•