Open Bug 263371 Opened 20 years ago Updated 2 years ago

scrollwheel should work while using drag and drop

Categories

(Core :: XUL, defect)

x86
Linux
defect

Tracking

()

People

(Reporter: hhielscher, Unassigned)

Details

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040804
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040804

When I use d&d the mousewheel stops working.

Reproducible: Always
Steps to Reproduce:
example:
1. drag a bookmark from location bar
2. put the mouse cursor over large bookmark list (with scrollbar)
3. try to scroll the bookmark list with the mousewheel

Actual Results:  
the mousewheel does not work

Expected Results:  
the mousewheel scrolls while draging
This is an automated message, with ID "auto-resolve01".

This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.

While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.

If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.

The latest beta releases can be obtained from:
Firefox:     http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey:   http://www.mozilla.org/projects/seamonkey/
does not work in firefox 1.0.6
The problem is that it no events are fired at all (at least in windows) for mousewheel and all other mouse... events under windows.
I don't know what the situation is for linux, though.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee: jag → nobody
Afaik, dragging on windows is supported by this file: http://mxr.mozilla.org/mozilla-central/source/widget/src/windows/nsNativeDragSource.cpp

From the documentation, it seems only keypresses can be fired during drag operations on windows:
http://msdn.microsoft.com/en-us/library/ms690071(VS.85).aspx
http://msdn.microsoft.com/en-us/library/ms690076(VS.85).aspx

Maybe Ere or Jim might know how to do this.
Severity: minor → S4
You need to log in before you can comment on or make changes to this bug.