-
Notifications
You must be signed in to change notification settings - Fork 16
Description
I make a change to the HTML file using the in-browser editor. The changes show up instantly, but the changes in the editor in the browser disappear, but the rendered text stays the same.
Doing any of these things will loose the edits in the code (editing the Template "task"):
1 clicking on JS the HTML
2. ctrl-clicking the template
3. clicking on the patch file name in the list
4. clicking the SAVE button (which does not save to disk, and does not remove the patch. Only ctrl-shift-S from editor pane will save any patches, and when the screen refreshes the patch is still listed)
The previous version yesterday (0.2.0) had the same issues.
Using version 1.1.1 (wha?) on Chrome 61 on Windows 10 using Meteor version 1.6.
clone of Meteor example app simple-todos updated to 1.6
I found several other problems that are reproducible with the simple_todos example with JS edits not showing on the Patches list and Patches not clearing after saving. From the version 1.1.1 being different than the 0.2.0 it shows on github I am guessing that there is some sort of transition happening, so I'll put off further testing for a while.