Open eduardozulian opened 2 years ago
I was able to reproduce this behavior for the Vote and Applause widget blocks on a simple and atomic test site:
It seems these Crowdsignal features were designed to save/display results when a post is published.
The results for both blocks saved when added to a published post:
Triaging this issue for further review
@Automattic/crowdsignal Can someone from Crowdsignal take a look at this?
We've identified the issue: Thanks @kimerlin81
the plugin uses a hook that is not triggered while editing template parts. Polls do not work either on these FSE template parts. No ETA yet.
Another report in #63637
I did a more detailed technical analysis here: https://github.com/Automattic/wp-calypso/issues/63637#issuecomment-1170529033
Quick summary
When you add a Vote or Applause block to a widget, the voting is not stored.
Steps to reproduce
What you expected to happen
That we store that data somehow. If it's on a widget, we may consider adding that voting score to the blog/site itself.
What actually happened
Context
4860430-zen
Simple, Atomic or both?
Simple, Atomic
Theme-specific issue?
No response
Browser, operating system and other notes
No response
Reproducibility
Consistent
Severity
All
Available workarounds?
No response
Workaround details
No response