Nested Blocks While Editing Issue

Permalink
Hello,

I'm having an issue with video blocks becoming nested after editing the page, which results in me only being able to edit a single block on the page.

I've attached a screenshot of the issue.

My HTML and DOM is correct, and there aren't any stray DOM elements in the final compiled code that should be causing any nesting of block objects.

Has anyone else run across this issue before? I'm stumped.

1 Attachment

 
hutman replied on at Permalink Reply
hutman
Could you provide a link to the page that this is happening on so we can look at the DOM?
derekapa replied on at Permalink Reply
Sorry, i feel like an idiot but I figured it out 5 minutes after posting. It was the location of a <div> item in the DOM of the view.php for the VideoJS plugin i'm using that was causing the error. Moving the div further down in the DOM, below the if statement for editing, resolved the issue.