New issue
Advanced search Search tips

Issue 748243 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug



Sign in to add a comment

dragleave not dispatched when dropping URL on plugin

Project Member Reported by bokan@chromium.org, Jul 24 2017

Issue description

Chrome Version: 59.0.3071.115
OS: Linux

What steps will reproduce the problem?
(1) Find a page with an embedded plugin (e.g. PDF: https://msu.edu/~urban/sme865/resources/embedded_pdf.html) 
(2) Using console add a dragleave event handler to the body inside the guest process:
document.body.addEventListener('dragleave', () => { console.log("BODY leave");})
(3) Drag the URL from the omnibox into the plugin

What is the expected result?
The body should receive a `dragleave` event and so "BODY leave" should be printed to the console.

What happens instead?
Nothing

Note that dropping text or other types of objects does fire the dragleave event.
 

Comment 1 by dmu...@chromium.org, Aug 11 2017

Cc: dmu...@chromium.org
Owner: pwnall@chromium.org
Status: Available (was: Untriaged)
Status: Assigned (was: Available)
Owner: ----
Status: Available (was: Assigned)

Sign in to add a comment