I'm having frequent problems saving pages in a brand-new ProcessWire site I'm creating.
(I'm using ProcessWire 3.0.227.)
The problem is that I fill out the page, hit either "Publish" or "Save + Keep Unpublished" — and nothing happens.
Specifically: the page isn't saved. And no message is shown.
Looking in the JavaScript console, I see this error:
An invalid form control with name='body' is not focusable.
Looking through the HTML, I do in fact see a control with that name:
<textarea class="FieldtypeTextarea required uk-textarea InputfieldTinyMCEEditor InputfieldTinyMCENormal InputfieldMaxWidth InputfieldTinyMCELoaded" id="Inputfield_body" name="body" rows="15" required="required" aria-hidden="true" style="display: none;"></textarea>
But the error message isn't saying that a control doesn't exist, it's saying that it's "invalid" and/or "not focusable."
I'll keep trying to figure out what's happening, but if you have any ideas, please let me know!