Open
Bug 318615
Opened 20 years ago
Updated 3 years ago
Click and drag on empty portion of DIV - events don't fire
Categories
(Core :: DOM: Events, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: kamens, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
Repro:
1) Create a div w/ specified width which is only half filled with content (text).
2) Click on the content-filled portion of div and drag over a different element which receives onmouseover events (as if you are selecting a lot of text)
3) Click on the empty (non-content-filled) portion of the div and drag over the element which receives onmouseover events
Observed
...2) The onmouseover event fires, as expected, when mousing over the element during drag
...3) The onmouseover event does NOT fire.
Expected
onmouseover event fires for both empty and non-empty div click'n'drags.
Reproducible: Always
Steps to Reproduce:
1) Create a div w/ specified width which is only half filled with content (text).
2) Click on the content-filled portion of div and drag over a different element which receives onmouseover events (as if you are selecting a lot of text)
3) Click on the empty (non-content-filled) portion of the div and drag over the element which receives onmouseover events
Actual Results:
Observed
...2) The onmouseover event fires, as expected, when mousing over the element during drag
...3) The onmouseover event does NOT fire.
Expected Results:
Expected
onmouseover event fires for both empty and non-empty div click'n'drags.
This is new to Firefox 1.5...didn't happen in 1.0.7
Comment 1•20 years ago
|
||
Please attach a minimized testcase showing this issue:
https://bugzilla.mozilla.org/attachment.cgi?bugid=318615&action=enter
Assignee: nobody → events
Component: General → DOM: Events
Product: Firefox → Core
QA Contact: general → ian
Version: unspecified → 1.8 Branch
Comment 2•19 years ago
|
||
(In reply to comment #1)
> Please attach a minimized testcase showing this issue:
> https://bugzilla.mozilla.org/attachment.cgi?bugid=318615&action=enter
>
Please take a look at #346860 as they seem to be tightly related.
Updated•16 years ago
|
Assignee: events → nobody
QA Contact: ian → events
Comment 3•7 years ago
|
||
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
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•