Closed
Bug 300278
Opened 19 years ago
Closed 17 years ago
mousewheel scrolling stops functioning on mid-page
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 279117
People
(Reporter: phi1ipp, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
|
6.99 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050512 Firefox/1.0.4 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050512 Firefox/1.0.4 There is an area on this page on which the mousewheel scrolling gets stuck. See Steps to Reproduce Reproducible: Always Steps to Reproduce: 1.Go to URL http://releases.ubuntu.com/5.04/ 2. Scroll down the page 3. Move mouse pointer over the file list area on the page. 4. Try scrolling up and down using mousewheel until you get stuck - voilá! Actual Results: Mousewheel scrolling ceased to work while mousepointer was over indicated area. Scrolling continued to work as expected in the margins of the page. Browser resumed normal operation in all other respects. Expected Results: Mousewheel scrolling should work on all of the page.
Comment 1•19 years ago
|
||
WFM in WinXP. Although the extension Smoothwheel stops working on the file list area. Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b3) Gecko/20050710 Firefox/1.0+ ID:2005071008
Same problem on this page: http://www.linux-noob.com/forums/index.php?act=home I cached the page to: http://www.philippwesche.org/mozbug/linux_noob_index.htm This time it's a table nested in a div this time, try in the area after "Thanks!" aka "Thanks!" The previous instance is a <pre> inside a <div>, so the problem would seem to be with the handling of divs.
Confirmed working in 1.0.7 and current pre-1.5 nightly.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
Excuse my density here. I'd forgotten it was a Linux bug, and didn't have access to a Linux box for a while. The bug persists in 1.0.7. To give another page where it operates, http://forum.websitebaker.org/index.php/topic,1601.0.html I'm beginning to wonder whether this is an interaction (in the statistical sense) between Ff and X.org. I'm using Archlinux - just to be sure, can someone confirm whether the bug occurs in other distributions? The mouse used is an optical but wired Logitech Pilot, standard model, should be very widespread.
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
Comment 5•19 years ago
|
||
So, it still persists in 1.0.7 on Linux, but what about in the current nightlies?
Comment 6•19 years ago
|
||
I have the same problem with my GMX webmail (gmx.net) on Linux (Gentoo Linux) with 1.0.7. Tthe folder-view of the webmail-pages work without problem, only if I open a single mail and try to scroll up/down with the mousewheel, then the wheel stops working. When I open the next mail, the same happens again. So it seems to be triggered by something in the page. I also see the problem on the ubuntu-page. Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051217 Firefox/1.0.7 The same page works on Windows XP.
Comment 7•19 years ago
|
||
When I try to reproduce this with a test-case by downloading the html to a local file, I cannot reproduce the problem. Also if I download a complete webpage from my webmail-account and open the file, I cannot reproduce the problem. However if I put it onto a webserver, I get the problem again, see http://dstadler.org/TestBug300278.html
Comment 8•19 years ago
|
||
This seems to be related to "<pre>" and the CSS-element "overflow: auto;" I have reduced the testcase to http://dstadler.org/TestBug300278a.html If I remove the pre-element or the CSS-style, the page starts to work. Can somebody on Linux test with 1.5 and report if it still happens there?
Comment 9•19 years ago
|
||
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20051229 Firefox/1.6a1 This works for me in latest trunk.
Comment 10•17 years ago
|
||
This I guess was resolved by whatever fixed bug 279117. Thanks for reporting. Please reopen if you still see the problem.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago → 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•