Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
core-ai-bot opened this issue Aug 29, 2021 · 2 comments

Comments

@core-ai-bot
Copy link
Member

Issue by tvoliter
Thursday Mar 01, 2012 at 23:54 GMT
Originally opened as adobe/brackets#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 [CLOSED] 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 [CLOSED] Fleshed out overall UI layout #2 then undo
    b). add the code height = "100" after the id property on line [CLOSED] 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.

@core-ai-bot
Copy link
Member Author

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
Copy link
Member Author

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


Added a note to ID 292768. Closing this out.

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

No branches or pull requests

1 participant