• Setup: newest WordPress 5.3.1 + newest Gutenberg 7.1.0
    These problems appear only when Gutenberg plugin is activated.

    Big empty space at the end of editor
    Problem is .edit-post-visual-editor .block-editor-writing-flow__click-redirect{ min-height: 50vh }
    it should be only height, not min-height
    with Gutenberg plugin: https://img.kubiq.sk/2019-12-17_09-29-41.png
    without Gutenberg plugin: https://img.kubiq.sk/2019-12-17_09-29-56.png

    Broken arrows navigation
    It’s not possible to navigate through nested blocks by pressing UP ARROW on keyboard
    Previous behavior: you click on paragraph inside columns, press UP and column is selected, press UP and columns(row) is selected, press UP and previous block is selected
    Current behavior: you click on paragraph inside columns, press UP and nothing happen, press UP and nothing happen, press UP and previous block is selected

    Wrong padding in custom ACF blocks
    There is missing .components-panel__body.is-opened wrapper element with activated Gutenberg plugin
    with Gutenberg plugin: https://img.kubiq.sk/2019-12-17_09-31-59.png
    without Gutenberg plugin: https://img.kubiq.sk/2019-12-17_09-32-50.png

    • This topic was modified 4 years, 11 months ago by kubiq.
Viewing 1 replies (of 1 total)
  • I found a workaround. If you add an admin CSS file ie editor-styles.css to your child theme you can add this style to shorten the space:

    /* Main column bottom space hack */
    div.block-editor-writing-flow__click-redirect[aria-hidden="true"] {
        min-height: 2vh !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Many new bugs after update’ is closed to new replies.