Closed
Bug 244216
Opened 21 years ago
Closed 21 years ago
Losing hold of scrollbar thumb when dragging outside the scrollbar
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
RESOLVED
FIXED
People
(Reporter: jst, Assigned: roc)
References
()
Details
(Keywords: regression)
Load any page with an iframe containing enough data to show scrollbars in the
iframe. Grab a scrollbar and drag it up/down (or left/right) inside the
scrollbar and gecko will scroll up/down (left/right) as you drag. Continue
dragging the scrollbar, but move the cursor just outside the scrollbar, and
gecko stops scrolling.
Seen using FireFox on both WinXP and Linux. Tunk only, a week-or-so old Mozilla
trunk build doesn't show this problem, so I'm guessing it's a recent regression.
This affects scrollbars in [i]frames only, not the content area scrollbar, which
is interesting, since that's really an iframe scrollbar too...
I see it. When I hold the mouse button to move a scroll bar, and then move to
the left, outside the column (with the button still down), the bar doesn't
follow (the body scrollbar follows). So grab an iframe scrollbar, try to drag
the bar outside of the column, and release the button. Then move the mouse into
the column again and the scrollbar will attach itself to your mouse arrow as if
you were still holding the button down and dragged it.
Reporter | ||
Comment 2•21 years ago
|
||
This was caused by roc's fix for bug 242833. Reassigning to roc.
Assignee: jag → roc
Assignee | ||
Comment 3•21 years ago
|
||
should be fixed by the patch in 243757.
Updated•21 years ago
|
Summary: Loosing hold of scrollbar thumb when dragging outside the scrollbar → Losing hold of scrollbar thumb when dragging outside the scrollbar
Reporter | ||
Comment 4•21 years ago
|
||
Indeed, thanks roc!
Comment 5•21 years ago
|
||
Would somebody care to actually resolve this as FIXED if comment 3 is true?
Comment 6•21 years ago
|
||
*** Bug 244100 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 7•21 years ago
|
||
Yes, this is fixed.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 8•21 years ago
|
||
Thanks! <grin>
You need to log in
before you can comment on or make changes to this bug.
Description
•