Open Bug 228269 Opened 21 years ago Updated 2 years ago

Mousemove events do not work when there is no static content

Categories

(Core :: DOM: Events, defect, P5)

x86
Windows XP
defect

Tracking

()

People

(Reporter: erik, Unassigned)

Details

(Keywords: testcase, Whiteboard: DUPEME)

Attachments

(1 file)

When a user holds down the mouse button the mouse move events should fire
wherever the mouse pointer is, even if the mouse pointer moves outside the
viewport for the document. Since we do not have a way to set external capturing
it is crucial that this works for creating user interfaces in HTML/XML/XUL.

However, if the element does not contain any static (position static) content or
text it does not work. When the mouse pointer is outside the viewport the mouse
move events do not fire any longer.

This is related to bug #178519 which was fixed a while ago but it isn't until
now that I realized why the fix did not allow the toolbars to work as supposed.
Drag the element between "Before" and "After". Note that the status bar is not
updated when outside the browser window.

For the same test case with text inside the element see
http://bugzilla.mozilla.org/attachment.cgi?id=105227&action=view
Whiteboard: DUPEME
Assignee: events → nobody
QA Contact: ian → events
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046

Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.

If you have questions, please contact :mdaly.
Priority: -- → P5
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: