brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] Undoing most types of edits on the line above an inline editor causes the editor to close #367

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by tvoliter Thursday Mar 01, 2012 at 23:54 GMT Originally opened as https://github.com/adobe/brackets/issues/369


  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 #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 #2 then undo b). add the code height = "100" after the id property on line #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.

core-ai-bot commented 3 years ago

Comment by jlondon Monday Mar 12, 2012 at 17:25 GMT


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

core-ai-bot commented 3 years ago

Comment by njx Monday Mar 12, 2012 at 20:07 GMT


Added a note to ID 292768. Closing this out.