Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter aidw96

    (@aidw96)

    It seems to have been a bug in google chrome.
    110.0.5481.100 (Official Build) (arm64)
    Is it fixed in I was able to confirm that it does not reproduce.

    Thread Starter aidw96

    (@aidw96)

    @bcworkz
    Thanks for the reply.

    There’s still some unwanted leftover HTML, it’s true, but
    I’d like to solve that, rather than

    1 The saved state before reloading
    2 After reloading (or after saving and moving to the submission screen again)

    In 1 and 2.
    I would like to say that the fact that the input contents have changed is a problem in terms of operation (not a function of the CMS).

    This means that after 2, if you refresh the post without inputting anything, child elements that should have been deleted will be restored in a half-empty state.

    It is not about WSYWIG.
    (although they may be related in some ways)
    I want to say that I have a problem with Gutenberg, the block editor, and
    I think there is a glitch in Gutenberg’s list block core/list core/list-item and block editor.

    • This reply was modified 1 year, 9 months ago by aidw96.
    Thread Starter aidw96

    (@aidw96)

    If you post with the editor you used for the question above, you’ll see
    ?input text
    ?input text
    ?input text child
    This appears to be on the same level as the question above, but it is not the actual question.
    The actual question is about submitting a list in a hierarchical manner.

    1 Add a child element in a list block

    <ul>
    <li>input text<li>
    <li>input text
    <ul>
    <li>input text child</li>
    </ul>
    </li>
    </ul>

    (I mean hierarchically structured.)
    This is what I did.And now we have a problem.

    • This reply was modified 1 year, 9 months ago by aidw96.
    • This reply was modified 1 year, 9 months ago by aidw96.

    @worldofvipul

    Hi,
    I am having exactly the same problem. (WordPress 6.1.1)
    It happened with tagName=“h2”.
    The problem is that
    If you are loading google font with enqueue_block_editor_assets
    and if a placeholder is specified.

    It seems to consider  as an input character.
    It looks like an input character even if it has not been entered yet.
    The first character is the only character that is not colored.

    (Only the first character is not hit by this default style for the first character.)


    This css does not reflect.

    .rich-text [data-rich-text-placeholder]:after {
        content: attr(data-rich-text-placeholder);
        opacity: .62;
    }

    I understand that you have fixed this problem, but if you don’t want to upload a version of wordpress.
    I would appreciate it if you could tell me how to turn it off, which files I should modify, etc.

Viewing 4 replies - 1 through 4 (of 4 total)