brackets-archive / bracketsIssues

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

[CLOSED] Accepting EWF code hint in inline editor by hitting return corrupts document #1644

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by njx Tuesday Sep 18, 2012 at 21:58 GMT Originally opened as https://github.com/adobe/brackets/issues/1686


  1. Open the Getting Started project
  2. Open an inline editor on <body>
  3. Click at the end of the font-family line
  4. Type comma and space to bring up the code hint menu (or hit ctrl-space)
  5. Hit enter to choose something from the menu
  6. Go to the main editor for main.css

Result: In the inline editor, the text was added once, but in the main editor, it was added twice. The documents are now out of sync, so edits, undos, etc. in one editor will corrupt the other editor. This doesn't seem to happen if you click on the item instead of hitting enter.

core-ai-bot commented 3 years ago

Comment by njx Tuesday Sep 18, 2012 at 22:08 GMT


This doesn't appear to have been introduced by my bugfixes in either EWF or Brackets. Tracking down now.

core-ai-bot commented 3 years ago

Comment by njx Tuesday Sep 18, 2012 at 23:56 GMT


Oops, filed in wrong repo