Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#27438 closed defect (bug) (fixed)

Drag and drop upload in DFW

Reported by: kovshenin's profile kovshenin Owned by: nacin's profile nacin
Milestone: 3.9 Priority: normal
Severity: minor Version: 3.9
Component: Media Keywords: has-patch
Focuses: ui Cc:

Description

This is a follow-up to #19845. There's a little bug in drag and drop upload in DFW, preventing to drop a file anywhere within 60px from the window top where the hidden toolbar is. This is caused by the different z-index in the editor wrap and the DFW overlay.

Attachments (2)

27438.diff (1.5 KB) - added by kovshenin 10 years ago.
27438.2.diff (1.9 KB) - added by kovshenin 10 years ago.

Download all attachments as: .zip

Change History (8)

@kovshenin
10 years ago

#1 @kovshenin
10 years ago

  • Keywords has-patch added

In 27438.diff: add a separate dropzone to the DFW wrapper (instead of the editor) that is active only when in DFW mode.

This ticket was mentioned in IRC in #wordpress-dev by kovshenin. View the logs.


10 years ago

#3 @helen
10 years ago

  • Keywords needs-refresh added

Needs a refresh, presumably after [27656].

This ticket was mentioned in IRC in #wordpress-dev by nacin. View the logs.


10 years ago

@kovshenin
10 years ago

#5 @kovshenin
10 years ago

  • Keywords needs-refresh removed

Refreshed in 27438.2.diff

#6 @nacin
10 years ago

  • Owner set to nacin
  • Resolution set to fixed
  • Status changed from new to closed

In 27840:

Fix drag-and-drop upload in distraction-free writing.

props kovshenin.
fixes #27438.

Note: See TracTickets for help on using tickets.