Closed
Bug 548123
Opened 15 years ago
Closed 15 years ago
Should border of element be included for autoscrolling?
Categories
(Toolkit :: UI Widgets, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: martijn.martijn, Unassigned)
Details
(Keywords: testcase)
Attachments
(1 file, 1 obsolete file)
270 bytes,
text/html
|
Details |
See testcase, when middle-clicking on the border of the element, autoscroll is invoked.
Should that be happening? It doesn't strike me as the most logical thing to do, because from my perspective, the border doesn't really take part in the scrollable area.
Comment 1•15 years ago
|
||
Your testcase does not overflow.
But you are right, the behaviour is strange. However the border IS part of the element, I'm not sure it would be a good idea to do hit detection there.
Reporter | ||
Comment 2•15 years ago
|
||
Sorry about that.
Anyway, the border can also be white/transparent, which makes the behavior look even a little bit more strange.
Attachment #428545 -
Attachment is obsolete: true
Comment 3•15 years ago
|
||
As I mentioned in IRC, other events such as mouse wheel scrolls do work when hovering over an elements border.
So I believe the expected behavior is that all events work consistently, no matter what happens when they are indeed triggered.
WONTFIX for now.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•