qualialabs / reval

Instant Meteor reloads
MIT License
98 stars 15 forks source link

HTML editor text is reverted upon leaving editor #24

Open 1jerry opened 6 years ago

1jerry commented 6 years ago

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

  1. ctrl-clicking the template
  2. clicking on the patch file name in the list
  3. 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 _simpletodos 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.

veered commented 6 years ago

Hehe, glad that you are so actively using Reval! I'll port over all the non-published Reval updates that Qualia has been using internally and try to address all of your issues/questions this weekend.