Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #47579, comment 7


Ignore:
Timestamp:
07/31/2019 07:11:46 PM (6 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47579, comment 7

    initial v1  
    11@emaildano if I remember correctly, the dotted line was only meant to indicate an image "placeholder". There are no plans to introduce a drag and drop UI, as I'm aware of. The design team could know more.
    22
    3 Worth noting a while ago the media widgets and the Customier had both this placeholder (which was clickable) and an additional "Add Image" button. The placeholder was just a clickable `<div>` element, thus not operable with a keyboard. Also, there were 2 controls that did the same thing. That was fixed in https://core.trac.wordpress.org/changeset/44796 / https://core.trac.wordpress.org/ticket/43151 by making the "placeholder" a real button.
     3Worth noting a while ago the media widgets and the Customier had both this placeholder (which was clickable) and an additional "Add Image" button. The placeholder was just a clickable `<div>` element, thus not operable with a keyboard. Also, there were 2 controls that did the same thing. That was fixed in [44796] / #43151 by making the "placeholder" a real button.
    44
    55Gutenberg followed this new, more accessible, pattern.