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

[iOS] Fix for a links pasting issue #644

Merged
merged 4 commits into from
Feb 22, 2019
Merged

[iOS] Fix for a links pasting issue #644

merged 4 commits into from
Feb 22, 2019

Conversation

diegoreymendez
Copy link
Contributor

@diegoreymendez diegoreymendez commented Feb 22, 2019

Description:

Moves forward #624

Fixes pasting links. The content was being updated properly, but the native component was not being refreshed right in iOS, and the change was being lost.

The format bar was showing the existence of a link but the text was just not showing it.

Dependencies:

Gutenberg PR: WordPress/gutenberg#14038

Testing:

  1. Run the demo app in iOS & Android.
  2. Copy a URL (`https://www.wordpress.com/).
  3. Select any text.
  4. Paste

Make sure the link is properly shown.

@diegoreymendez diegoreymendez added the [Type] Bug Something isn't working label Feb 22, 2019
@diegoreymendez diegoreymendez added this to the Beta milestone Feb 22, 2019
@diegoreymendez diegoreymendez self-assigned this Feb 22, 2019
@diegoreymendez
Copy link
Contributor Author

Ping @mkevins - Please review and add comments if necessary. Thanks!

@mkevins
Copy link
Contributor

mkevins commented Feb 22, 2019

I tested this on Android, and it fixes a similar issue where the selection context menu was not going away after clicking paste.

@hypest hypest changed the title Updates the Gutenberg submodule. [iOS] Fix for a links pasting issue Feb 22, 2019
@hypest hypest modified the milestones: Beta, v1.0 Feb 22, 2019
Copy link
Contributor

@etoledom etoledom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested on iOS and it fixes the mentioned issue. 🎉

@hypest
Copy link
Contributor

hypest commented Feb 22, 2019

Will merge this to include in today's release.

@hypest hypest merged commit 755b9ef into develop Feb 22, 2019
@hypest hypest deleted the try/fix-pasting-links branch February 22, 2019 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants