Skip to content
This repository has been 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

Closed
tvoliter opened this issue Mar 1, 2012 · 2 comments

Comments

@tvoliter
Copy link
Contributor

tvoliter commented Mar 1, 2012

  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.

@jlondon
Copy link

jlondon commented Mar 12, 2012

Let's add this to the undo user story. Update Brainstorm to include these notes and then close this out.

@njx
Copy link
Contributor

njx commented Mar 12, 2012

Added a note to ID 292768. Closing this out.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants