GithubHelp home page GithubHelp logo

Comments (8)

github-actions avatar github-actions commented on July 17, 2024

Support References

This comment is automatically generated. Please do not edit it.

  • 8351984-zen
  • 8354098-zen
  • 8354676-zen

from jetpack.

jeherve avatar jeherve commented on July 17, 2024

I'm thinking this may be related to the recent work on block bindings in core. @Automattic/frontity Is that something that's come up in your work in the past few weeks?

Those media sources are added by Jetpack by hooking into blocks.registerBlockType:

function insertExternalMediaBlocks( settings, name ) {
if ( name !== 'core/image' ) {
return settings;
}
return {
...settings,
keywords: [ ...settings.keywords, ...mediaSources.map( source => source.keyword ) ],
};
}

from jetpack.

SantosGuillamot avatar SantosGuillamot commented on July 17, 2024

I'm thinking this may be related to the recent work on block bindings in core. Is that something that's come up in your work in the past few weeks?

I don't think any of the changes we added in that release should affect this functionality. We are working on the image caption now, but it hasn't been merged into Gutenberg yet.

I can try to help if I am able to reproduce the error in a local instance of the Gutenberg repo. Which is the best way to test this extension? Can I install it somehow to my local site?

from jetpack.

liviopv avatar liviopv commented on July 17, 2024

📌 REPRODUCTION RESULTS

  • Tested on Simple – Replicated
  • Tested on Atomic – Replicated
  • Local site - No

📌 FINDINGS/SCREENSHOTS/VIDEO
Atomic with GB 18.5
https://github.com/Automattic/jetpack/assets/14153300/c9f29820-bbb8-44ec-b8ce-5eb1bce0e696

Atomic without GB 18.5 but with WordPress 6.6 beta 3
CleanShot 2024-06-19 at 11 48 39@2x

Dotcom Simple
CleanShot 2024-06-19 at 11 52 44@2x

Local site with WordPress 6.6 Beta 3 + GB 18.5

CleanShot.2024-06-19.at.11.51.47.mp4

📌 ACTIONS

  • Triaged

from jetpack.

jeherve avatar jeherve commented on July 17, 2024

Thanks for taking a look!

I can try to help if I am able to reproduce the error in a local instance of the Gutenberg repo. Which is the best way to test this extension? Can I install it somehow to my local site?

Your local developement environment would need to be publicly available, so you can connect the Jetpack plugin to WordPress.com. Here in the Jetpack division we tend to rely on PCYsg-GJ2-p2 to make our local environments publicly available, but it does require a bit of setup.

Local site - No

The Jetpack plugin doesn't seem to be activated on your local site, so you won't be able to replicate the problem since the External Media feature is only available on sites using the Jetpack plugin.

from jetpack.

liviopv avatar liviopv commented on July 17, 2024

The Jetpack plugin doesn't seem to be activated on your local site, so you won't be able to replicate the problem since the External Media feature is only available on sites using the Jetpack plugin.

I know! That was just to confirm it was Jetpack-specific :)

from jetpack.

SantosGuillamot avatar SantosGuillamot commented on July 17, 2024

I tried to reproduce it using in Gutenberg (without JetPack) the same filters you shared, but I wasn't able to. I also tried setting up JetPack locally but, after tunneling it to my local domain, wp-admin is redirected so I can't connect it to WordPress.com.

By the way, these are the changes introduced in Gutenberg 18.5. In case you are able to identify the issue.

from jetpack.

jeherve avatar jeherve commented on July 17, 2024

Thanks for trying! On my end I'm still thinking; I may try to see if WordPress/gutenberg#62085 played a role tomorrow.

from jetpack.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.