Update `AMP_Core_Block_Handler` to handle interactivity API enabled blocks
thelovekesh opened this issue · 1 comments
Bug Description
With WordPress/gutenberg#54297 the support for disabling interactivity API has been removed due to which the core/navigation
block now is using interactivity API by default and is not working as expected.
Expected Behaviour
AMP_Core_Block_Handler
should be updated to ampify interactivity API supported blocks and blocks should work as expected like they were before.
Screenshots
No response
PHP Version
No response
Plugin Version
2.4.2
AMP plugin template mode
Standard, Transitional
WordPress Version
No response
Site Health
No response
Gutenberg Version
No response
OS(s) Affected
No response
Browser(s) Affected
No response
Device(s) Affected
No response
Acceptance Criteria
No response
Implementation Brief
No response
QA Testing Instructions
No response
Demo
No response
Changelog Entry
No response
QA Passed ✅
Cross-verified the issue and the navigation menu block is functioning fine. Verified the block with the WP 6.4 and with the 6.3 and Gutenberg latest version it is functioning fine. The Hamburger menu is working fine.
With WP v6.4 RC2.
Details
wp64.mp4
With WP v6.3 and latest Gutenberg plugin.