Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Inserting new line right before tag that has an inline editor below it causes inline editor to close #368

@tvoliter

Description

@tvoliter
  1. Create a project with the following html and css files:
<div id="wrapper">
    <div id="header">
    </div>
</div>
#header {
    width: 980px;
    margin: 80px auto 0 auto;
    position: relative;
}
  1. In the html file click "header" on line Fleshed out overall UI layout #2 and bring up the inline editor
  2. Put the cursor right before "<div" on line Fleshed out overall UI layout #2 and press the enter key

Result:
The inline editor is closed.

Expected
Since the div tag is still intact the editor should remain open.

I found that many other types of edits that do work including:
a. inserting newline at the very beginning of line #2
b. inserting a newline in the middle of the div tag
c. inserting a newline anywhere above line #2

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions