Closed
Bug 233013
Opened 22 years ago
Closed 12 years ago
middle button scrolling leaves traces as you scroll
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: amardare, Unassigned)
References
()
Details
Attachments
(1 file)
User-Agent:
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.5) Gecko/20031007 Firebird/0.7
On our os ( qnx ) as well as on windows there is a problem with midle button
scrolling.
The special icon that is displayed while the middle mouse button is pressed
leaves traces up/down ( or left/right as misght be the case ).
This is what happens:
- the special icon gets displayed when the middle button is pressed
- nsWindow:Scroll() is called and we blit the content of the window up or down.
This means that the special icon will be blitted up or down.
- the special icon is redisplayed at the old position, but portions of it are
already displayed up or down, leaving traces.
Please note that the middle button scrolling is disabled on windows ( you have
to change your pref.js in your profile to enable it ).
I think the code that handles the scrolling should clear the special icon off
the screen ( expose the space underneath it ), then call nsWindow:Scroll(), then
redisplay the special icon on the same position.
Reproducible: Always
Steps to Reproduce:
1. In Windows enable the middle button scrolling in your pref.js
2. Click the middle button and hold it pressed over a scrollable area
3. Move the mouse up or down while holding the button down. The traces will appear
up and down.
Actual Results:
There are traces left from the scrolling, that are due to the special icon being
displayed while the window is scrolling.
Expected Results:
No traces should be displayed.
On linux this works, but I guess their implementation of the nsWindow::Scroll()
is not blitting the actual content of the window up/down.
Comment 1•21 years ago
|
||
i am also experiencing this problem!
Please fix it Mozilla producers! Its extemely irritating when scrolling where
there are lots of images, when all images are loaded completely the browser
scrolls to the top of the page automatically!
I thought this could be turned off but it didn't! Please fix it!
Regards, Kenzeitak
Comment 2•20 years ago
|
||
Sempre que eu clico no botão do meio fica esse icone na tela. Um icone pra
calda clicada no scrol do meio.
Updated•19 years ago
|
Assignee: bross2 → nobody
QA Contact: general
Comment 3•12 years ago
|
||
Old bug, haven't heard of anything like this in a long time.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•