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.

Undoing most types of edits on the line above an inline editor causes the editor to close #369

@tvoliter

Description

@tvoliter
  1. Create a project with the following html and css files:

HTML

<div id="wrapper">
    <div id="header">
    </div>
</div>

CSS

#wrapper {
    width: 980px;
    margin: 80px auto 0 auto;
    position: relative;
}
  1. Bring up the inline editor for "header"
  2. Make edits to line Fleshed out overall UI layout #2 that leave the div and id intact and then undo. The editor will disappear. Here are some specific examples
    a). Add a space before "id" on line Fleshed out overall UI layout #2 then undo
    b). add the code height = "100" after the id property on line Fleshed out overall UI layout #2 and undo

Expected:
The editor should not close since the line and class/id should intact. A user should be able to add additional properties to a tag that has an inline editor without causing it to close.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions