#904 closed defect (wontfix)
Scrolling with wheel doesnt seem to work.
Reported by: | anonymous | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.7.1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
When I try to scroll down the below page with the scroll wheel i can only sroll down a little bit. What also happens is that the scroll wheel get stuck and I cant sroll up or down.
http://projects.edgewall.com/trac/file/trunk/trac/Session.py
If I do it manually by dragging the thing on the left there is no problem. I have no problems to scroll other pages outside of trac, so I suspect that it has something to do with trac.
I am using Firefox 1.0PR on Linux.
Attachments (0)
Change History (5)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
you can still scroll up & down if your mouse pointer is outside the code block.
comment:3 by , 20 years ago
Description: | modified (diff) |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
This is simply a side-effect of how browsers support scrolling in elements with overflow
set to auto
or scroll
. Nothing we can do here IMHO.
comment:5 by , 19 years ago
This probelm is related to #1345, and therefore is already fixed in the trunk (well, at least for the browser view, not yet for the attachments).
I have the same problem with Firefox 1.0 on Linux but no problem on Windows 2k.