Hacker News new | ask | show | jobs
by interestica 2095 days ago
I think the "hard and fast" mode is also making it hard for plugin developers to keep up. Two weeks ago, a conflict was pushing changes to a live site on preview. (Which is absolutely insane to me - I suspect there are users who unknowingly published changes to a live site)

https://www.advancedcustomfields.com/blog/acf-5-9-1-release/

> " Fixed validation bugs One of the major improvements shipped in version 5.9 (PHP validation for the Gutenberg editor) was found to accidentally publish changes when previewing a post. The same bug was also responsible for preventing the Beaver Builder plugin from launching its custom editor – sorry. This bug is now fixed, and previewing content will now work as expected."

1 comments

Well, I'll chime in with a weird bug that was supposedly gone from previous versions but came back in WP 5.4 Gutenberg.

You know those side panels where you can change values for blocks like padding, etc.? Well, every time I started typing in a value, the input field would lose focus. So if I wanted to enter 100 as a value for height in pixels, I would need to enter 1, click back in the field, enter 0, click back in the field, enter 0 again. Or type it in a text edit and copy-paste.

Googling told me it was a bug that had crept back: https://github.com/WordPress/gutenberg/issues/20950

It was fixed again in WP 5.5, but it was agonising working on layouts before that.