• Resolved liocodes

    (@liocodes)


    If you want to save a blog post draft and move the mouse over the Save button. (Until the tooltip CTRL + S comes up) and then clicks an error message appears.
    It’s only with WordPress 5.4/Gutenberg in combination with Edit Flow.

    In addition, following error is generated during hovering.
    (in an interval of seconds.)
    TypeError: f is zero –> components.min.js:7:82573

    The error message is:
    DOMException: “Node.removeChild: The node to be removed is not a child of this node” –> react-dom.min.js:103:487

    I think the Problem is, that on hover a span tag is getting injected into the dom. But I’m not sure.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello, thanks for providing this information!

    Have you tried activating Edit Flow on a fresh WordPress installation to see if this error still occurs?

    If possible, could you provide a screencapture of the error you’re seeing? And also, could you copy the contents of the dev console error and any other messages you’re seeing here?

    If you can, adding define('SCRIPT_DEBUG', true); to wp-config.php might provide a clearer error message.

    Thread Starter liocodes

    (@liocodes)

    Hello, thanks for your quick response.

    I also tried it on a fresh WordPress installation and the error still occurs.

    Afterwards I activated the script debug and you can find the screenshot of the error logs under the following link:

    https://cnmodelmanagement.com/assets/error-message.png

    In addition, I have recorded the steps to reproduce the error in a screencapture:
    https://cnmodelmanagement.com/assets/screen-recording.webm

    Here you can see the difference if you wait for the tooltip or quickly click on the save button.

    I hope this helps.

    Thanks, this helped! I was able to confirm the issue.

    If possible, could you try running the master branch of https://github.com/Automattic/Edit-Flow/ and see if that fixes the issue? I’ve just merged a change that I think will fix the problem.

    Thread Starter liocodes

    (@liocodes)

    I’ve tested the master branch and the bug seems to be fixed.
    I can’t reproduce the error now.

    Thank you very much!!

    Hello,

    A new version of Edit Flow (0.9.6) has been released and contains these changes. Let us know if you encounter any issues.

    Thanks!
    -Connor

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Issue with Draft Posts on hovering Save Button’ is closed to new replies.