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

Retry failing embeds with trailing slash #14705

Merged
merged 2 commits into from
Mar 29, 2019

Conversation

notnownikki
Copy link
Member

@notnownikki notnownikki commented Mar 29, 2019

Description

Fixes #12664.

Based on #14600.

When a URL can't be embedded, and it has a trailing slash, this resubmits without the trailing slash, so catch cases where people put trailing slashes at the end of twitter URLs, for example.

How has this been tested?

  1. Embed a valid Twitter URLs containing a trailing slash
  2. Embed valid Twitter URLs NOT containing a trailing slash
  3. Embed a Twitter URL with a trailing slash that WOULD be valid without it.
  4. Embed a valid WordPress URL that has a trailing slash.

Types of changes

New feature

Checklist:

  • My code is tested.
  • My code follows the WordPress code style.
  • My code follows the accessibility standards.
  • My code has proper inline documentation.
  • I've included developer documentation if appropriate.

@gziolo gziolo added [Block] Embed Affects the Embed Block [Type] Bug An existing feature does not function as intended labels Mar 29, 2019
@gziolo gziolo added this to the 5.4 (Gutenberg) milestone Mar 29, 2019
Copy link
Member

@gziolo gziolo left a comment

Choose a reason for hiding this comment

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

Awesome teamwork @gbroques and @notnownikki. Let's get this in 🚢

@notnownikki notnownikki merged commit fd72892 into master Mar 29, 2019
@notnownikki notnownikki deleted the fix/retry-embeds-with-trailing-slash branch March 29, 2019 15:45
@notnownikki
Copy link
Member Author

Merged! I have noticed that the "can't embed this" message does flash up very briefly before previews are fetched, so the condition described at #14600 (comment) does have a visual effect that is never used to. I'm not sure when that started, but I'll put that on my list to look at when I make the cannotEmbed prop properly meaningful.

ellatrix pushed a commit that referenced this pull request Apr 3, 2019
* Fix embedding Twitter URLs with a trailing slash (Closes #12664)

* Fix race condition for WordPress URLs that end in slashes, add test
ellatrix added a commit that referenced this pull request Apr 4, 2019
* RichText: improve format boundary style (#14519)

* RichText: improve format boundary style

* rgb => rgba

* Paste: check plain text for gutenberg content (#14536)

* Make ClipboardButton inside a block work correctly in Safari (#7106)

* Make ClipboardButton inside a block work in Safari

* Update changelogs

* Block Editor: Update "Next" to "Unreleased" per guidelines

https://github.com/WordPress/gutenberg/blob/master/packages/README.md#maintaining-changelogs

* Input Interaction: always expand single line selection vertically (#14487)

* Input Interaction: always expand single line selection vertically

* Add e2e test

* Use MenuItem instead of IconButton (#14569)

* Remove id, infoid, label and aria-describedby from MenuItem (#14423)

* Preformatted: save line breaks as characters (#14653)

* Preformatted: save line breaks as characters

* Update e2e test

* Remove negative toolbar position rules from full-aligned blocks. (#14669)

* Fix issue with double scrollbar in Fullscreen Mode (#14677)

This PR fixes an issue where the sidebar would have two scrollbars when in fullscreen mode.

* Fix WordPress embed block resolution (#14658)

* Retry failing embeds with trailing slash (#14705)

* Fix embedding Twitter URLs with a trailing slash (Closes #12664)

* Fix race condition for WordPress URLs that end in slashes, add test

* API Fetch: Fix error on empty OPTIONS preload data (#14714)

* Input Interaction: better horizontal edge detection (#14462)

* Input Interaction: better horizontal edge detection

* Correct BR ranges

* Add e2e test

* Increase buffer for Firefox

* Clean up

* Merge isEdge logic

* Fix typo

* Address feedback

* Build docs

* Fix memize option key typo (#14750)

* RichText: unify active formats, 'selectedFormat' and 'placeholderFormat' (#14411)

* RichText: unify active formats, 'selectedFormat' and 'placeholderFormat'

* Add extra e2e test

* Only should boundary style when focused

* Update docs

* Try to trigger tests with Travis

* Restore Travis config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Block] Embed Affects the Embed Block [Type] Bug An existing feature does not function as intended
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants