Dean Sas

Results 97 comments of Dean Sas

There's some investigation done on this here: p1719520111073669-slack-C02FMH4G8 and https://github.com/Automattic/wp-calypso/issues/91763 has the exact same symptoms

The takeaway from the slack thread (p1719520111073669-slack-C02FMH4G8) so far is this: > so far I've only managed to reproduce it on an Atomic site with Zaino, when editing the Cart...

> Is this reproducible with other WooCommerce templates? Ie: Product Catalog, Single Product, etc. or only with Page: Cart? I've also repro'd it on the `page-checkout` woo template. I haven't...

_Might_ just be a case of updating the extension list here: https://github.com/Automattic/wp-calypso//blob/e1f240e1fb5a4083592a787b3e6a4f4c9f553692/client/lib/post-normalizer/utils/is-url-likely-an-image.js#L15

> I'm curious if we've considered if this is theme-related? Anecdotally, I think whenever I've seen this happen (before we started tracking, so I can't recall exact interactions), these seem...

https://github.com/WordPress/wordpress-develop/pull/7073 fixes the image issue, but not the pullquote issue.

## Reproduction I can reproduce this on both atomic and simple sites using these steps 1. Use calypso to open the add new post screen 2. Set the title to...

Looks like this Gutenberg issue: https://github.com/WordPress/gutenberg/issues/21191

Using react dev tools, gutenberg's AutosaveMonitor isDirty prop is set to false if the content matches the saved version and true otherwise. Not sure if that is related :)