July 29th, 2010Bugs fixed:
· Used native JSON introduced in Firefox 3.5.
· Used the JS Eval function to evaluate a the user input, which is unsafe. Actually, you can crash your browser or do something even worse (if you try hard, and research), because the code is running in chrome level. I should change to evalInSandbox, or something more sophisticated.
· Did not woek well well with All-glass mod (the text is glass in the box, windows uses black fields as aero. See screenshot)
· Deleted even half-done formulas when focus is lost, if it replaced a result.
· A single new feature: logging to firebug to and other consoles...