Update: I no longer (2012-08-05) use Chili, so this bug isn't relevant
Update: I haven't figured it out, but I did get a workaround. The bug is that any unmatched end of text leads to deleted characters in the middle of the text, so I added a line $.chili.recipes[recipeName]._main.endoftext = {_match: /$/};
to the downloadRecipe
method, and now the bug doesn't show up.
$('foo').show();
becomes
$('foo').show();
If you don't see a problem, great. If you do, switch to a different browser. Or figure out what's going on and let me know.
Continue reading ‘Weird bug with chili and Firefox’ »