Closed Bug 302488 Opened 19 years ago Closed 19 years ago

No scrolling (mouse AND keyboard) in div with 'overflow: auto' CSS property set.

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 97283

People

(Reporter: mozilla, Unassigned)

Details

Attachments

(1 file)

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6

I should be able to scroll down the content of the top div, either by pressing
the down array key on the keyboard, of by utilising the scroll wheel of the
mouse. Mouse is a Logitech Mini Optical Mouse (See:
http://www.logitech.com/index.cfm/products/details/NL/NL,CRID=2142,CONTENTID=4996)
Otherwise, MY mouse scrolls correctly .

<style>
div {width: 300px; height: 100px; border: 1px solid green;}
.overflow {overflow: auto;}
.normal {overflow: hidden;}
</style>

Scrolling div:
<div class="overflow">
When on board H.M.S. Beagle, as naturalist, I was much struck with certain facts
in the distribution of the inhabitants of South America, and in the geological
relations of the present to the past inhabitants of that continent. These facts
seemed to me to throw some light on the origin of species.
</div>
<br>
Non-scrolling div:
<div class="normal">
When on board H.M.S. Beagle, as naturalist, I was much struck with certain facts
in the distribution of the inhabitants of South America, and in the geological
relations of the present to the past inhabitants of that continent. These facts
seemed to me to throw some light on the origin of species.
</div>





Reproducible: Always

Steps to Reproduce:
Attached file Reporters testcase
Attached is the reporters testcase. This works for me, possibly an issue with
logitech's drivers?
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050727
Firefox/1.0+ ID:2005072710
Doesn't work in ...

Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050725 Firefox/1.0.6
(Ubuntu package 1.0.6)

...either.

Also not when I co-attach a Microsoft Wheel Mouse 3.0 to same pc, simultaneous
with Logitech mouse.
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b4) Gecko/20050728
Firefox/1.0+ ID:2005072812

WFM
This is fixed on trunk, make sure you also search for fixed bugs before filing
bugs, thanks

*** This bug has been marked as a duplicate of 97283 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: