• Resolved trial3rror

    (@trial_error)


    In the visual editor, is it possible to place the insertion marker at the very end of the content currently having been entered on the page, outside the last closing tag?

    If I have this in a saved page (in code view)…

    <div class="project">
            ReplaceMeByAnImage
                <div class="project-caption">
                    <div class="client-name">ReplaceMeWithClientName</div>
                    <div class="assignment-type">ReplaceMeWithAssignmentType</div>
                </div>
            </div>

    …and then come back to the page in the visual editor and place the cursor as far down the document I can, and start writing, the added text will be nested before the third last closing tag. This behaviour is expremely confusing for clients who should add content post-launch.

    Can one not avoid this behaviour without having to place the cursor in the code view?

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How prevent unwanted nesting of content in visual editor?’ is closed to new replies.