Closed
Bug 262197
Opened 21 years ago
Closed 19 years ago
Scrollbar sticks with mousemovement, in this specific case
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: martijn.martijn, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a4) Gecko/20040925 Firefox/0.9.1+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a4) Gecko/20040925 Firefox/0.9.1+
This is not really a normal situation, but anyway:
1. Left-mousedown on the scrollbar-thumb of a page.
2. Move outside the thumb into the page, while holding down your mouse button.
3. While holding down your mouse button, do a right click -> contextmenu comes up.
4. Move the mouse pointer to the "Select all" option, then release your left
mouse button.
Result:
From then on, the scrollbar-thumb follows your mousemovement, the page scrolls
accordingly.
This should not be happening. In IE6 no context menu is opening in this case.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
| Reporter | ||
Comment 1•21 years ago
|
||
Another way (quite similar) to get the scrollbar to stick with mousemovement:
1. The window should not be maximized.
2. Left-mousedown on the scrollbar-thumb of a page.
3. Move outside the browser, while holding down the mouse-button.
3. While holding down your mouse button, do a right click.
4. Release the left button outside the browser.
Result:
When returning your mouse pointer in the page, the scrollbar follows your mouse
movement the page scrolls accordingly.
Comment 2•21 years ago
|
||
> In IE6 no context menu is opening in this case.
That's what should be happening with us too....
Comment 3•19 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a7pre) Gecko/2007070904 Minefield/3.0a7pre
Martijn, can you still reproduce this? I couldn't seem to using either set of steps.
| Reporter | ||
Comment 4•19 years ago
|
||
This is indeed fixed, it seems. No context menu is coming up anymore, which is what should happen as mentioned in comment 1.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•