bgrawi / jsflap

JS Implementation for visualizing Formal Languages and Automata Theory
http://jsflap.com
18 stars 8 forks source link

Returning to jsflap after viewing an export partially erases test strings #12

Open sman591 opened 9 years ago

sman591 commented 9 years ago

Initial state: screenshot 2015-09-15 21 52 03

Then, I clicked File -> Export -> LaTeX, which opened the LaTeX in the same window.

I then went back to the previous page in my browser (Safari) and was presented with this: (notice the test cases) screenshot 2015-09-15 21 40 27

bgrawi commented 9 years ago

Hmm, I'm actually more surprised that things still worked after going back to the page, it's not designed to handle the page unloading in the first place. The real bug is Safari not supporting the a[download] functionality.

sman591 commented 9 years ago

That's valid. Hopefully use will grow, http://caniuse.com/#search=download