Open core-ai-bot opened 3 years ago
Comment by jasonsanjose Monday Aug 19, 2013 at 18:56 GMT
Assigned@
jasonsanjose, medium priority. Could be related to #3970.
Comment by njx Tuesday Aug 20, 2013 at 00:50 GMT
Nominating for sprint 30 since it seems like a regression.
Comment by julieyuan Monday Aug 26, 2013 at 03:08 GMT
Thanks! This issue is fixed in build 0.30.0-8873. Please refer to snapshot:
Comment by peterflynn Monday Aug 26, 2013 at 04:14 GMT
@
jasonsanjose Is it worth adding a unit test for this case? It sounds similar enough to the "should reapply in-memory css changes after saving changes" testcase in LiveDevelopement-test that I wonder if we could just quickly generalize that code to run both testcases...
Comment by jasonsanjose Monday Aug 26, 2013 at 22:43 GMT
@
peterflynn working on it https://github.com/adobe/brackets/pull/4951.
Issue by julieyuan Friday Aug 16, 2013 at 07:03 GMT Originally opened as https://github.com/adobe/brackets/issues/4786
Steps:
Result: After reloading the webpage, changes in the html page stays, but changes in the CSS file are not be kept, it is set to the original CSS settings before step2.
Expected: After reloading the webpage, it should get the newest changes in html and css files.
Notes: This affects the use of Edge Web Fonts. If I live preview the html file , then want to change the font style with EWF, but I have to save the css file then I can see the fonts changing, otherwise I can not see the fonts changing.
ENV: MAC 10.8.3 and Win8 English OS Build: 0.30.0-8701
Snapshots: Please refer to snapshots for details: Before edit html and css files:
Change the css file without saving:
After reloading the webpage: