Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow text to be dragged in and out of blocks #9241

Closed
wants to merge 1 commit into from
Closed

Conversation

ellatrix
Copy link
Member

@ellatrix ellatrix commented Aug 22, 2018

Description

This PR tries to accomplish two things:

  • It should be possible to drag selected text into any editable (RichText or PlainText) area.
  • It should be possible to drag selected text out of any editable area (and into another or somewhere else). Fixes click-and-hold highlighted text to reposition it #3339. Addressed by 9091dc1.

Still working on the first point.

How has this been tested?

See above.

Screenshots

Types of changes

Checklist:

  • My code is tested.
  • My code follows the WordPress code style.
  • My code follows the accessibility standards.
  • My code has proper inline documentation.

@ellatrix ellatrix added [Feature] Paste [Status] In Progress Tracking issues with work in progress labels Aug 22, 2018
@GlennMartin1
Copy link

I would love to see this PR progress! :-)

@ellatrix
Copy link
Member Author

New PR: #14574.

@ellatrix ellatrix closed this Mar 22, 2019
@ellatrix ellatrix deleted the try/drag-text branch March 22, 2019 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Paste [Status] In Progress Tracking issues with work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

click-and-hold highlighted text to reposition it
2 participants