Open Bug 1609297 Opened 6 years ago Updated 3 years ago

dragstart does not fire over fieldset

Categories

(Core :: DOM: Copy & Paste and Drag & Drop, defect, P3)

72 Branch
defect

Tracking

()

Tracking Status
firefox72 --- affected
firefox73 --- affected
firefox74 --- affected

People

(Reporter: means, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0

Steps to reproduce:

Composed test page with minimal distractions. https://www.digitalelephant.org/dragDropTest/index.php. This page contains an empty <fieldset> surrounded by a <div>. The <div> is absolute positioned and draggable="true". The <fieldset> has nothing special assigned.
System is Windows 10. Firefox version is 72.0.1

Actual results:

Attempt to drag the outer <div> succeeds. Attempt to drag the whole thing with the cursor in the green <fieldset> area fails. Breakpoint in the dragInit javascript is not reached.

Expected results:

The event should not be captured by the <fieldset> and should bubble up to the containing <div>. This would make the whole block draggable.

Hello, I managed to reproduce the issue on Firefox 72.0.1, beta 73.0b7, and Nightly 74.0a1 (2020-01-19).

Status: UNCONFIRMED → NEW
Component: Untriaged → General
Ever confirmed: true

The priority flag is not set for this bug.
:Dolske, could you have a look please?

For more information, please visit auto_nag documentation.

Flags: needinfo?(dolske)
Component: General → DOM: Drag & Drop
Flags: needinfo?(dolske)
Product: Firefox → Core
Priority: -- → P3
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.