Open
Bug 1421858
Opened 8 years ago
Updated 3 years ago
Delay in drag and drop of files (html, images)
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, defect, P3)
Tracking
()
UNCONFIRMED
Tracking | Status | |
---|---|---|
firefox57 | --- | wontfix |
firefox58 | --- | wontfix |
firefox59 | --- | fix-optional |
People
(Reporter: anil, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0
Build ID: 20171128100440
Steps to reproduce:
Select and drag any file (html, images) from file explorer, desktop to a running instance of Firefox.
Tested on :
firefox -v
Mozilla Firefox 59.0a1
uname -a
Linux xx 4.10.0-21-generic #23-Ubuntu SMP Fri Apr 28 16:14:22 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Actual results:
- Cursor changes to (circle / forbidden) for half to a second, and changes to (drag and drop add cursor).
- File does not get opened if dropped early (before the cursor changes to dnd add)
Expected results:
- Instead of the delay, files should be allowed to be dropped immediately instead of the delay.
- Other browsers, Text editors do not exhibit such behavior.
The first cursor (circle / forbidden), i think is set by OS,explorer which continues when cursor is over Firefox. But the delay exists regardless.
Updated•8 years ago
|
Component: Untriaged → Drag and Drop
OS: Unspecified → Linux
Product: Firefox → Core
Comment 2•8 years ago
|
||
Which file explorer? Which desktop environment? This needs clear steps to reproduce.
Flags: needinfo?(anil)
OS : Linux xx 4.10.0-21-generic #23-Ubuntu SMP Fri Apr 28 16:14:22 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
/root/Desktop :: # lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 17.04
Release: 17.04
Codename: zesty
/root/Desktop :: # xfdesktop --version
This is xfdesktop version 4.12.3, running on Xfce 4.12.
Built with GTK+ 2.24.31, linked with GTK+ 2.24.31.
Build options:
Desktop Menu: enabled
Desktop Icons: enabled
Desktop File Icons: enabled
/root/Desktop :: # thunar --version
Thunar 1.6.12git-caa99d7 (Xfce 4.12)
Also tested with stable version of Thunar
/root/Desktop :: # thunar --version
Thunar 1.6.10 (Xfce 4.12)
Flags: needinfo?(anil)
Updated•8 years ago
|
status-firefox57:
--- → wontfix
status-firefox58:
--- → wontfix
status-firefox59:
--- → fix-optional
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•