fivesixty / notepages

Markdown/LaTeX editable pages
http://notepag.es
MIT License
152 stars 21 forks source link

Error with Firefox 4 #1

Closed sjl closed 13 years ago

sjl commented 13 years ago

Hitting the home page with Firefox 4 seems to create the new page and redirect me to it, but the editing view doesn't show up. There's an error visible in the Firebug console:

uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLTextAreaElement.selectionEnd]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: http://notepag.es/assets/lib/fieldSelection.jquery.js :: <TOP_LEVEL> :: line 22" data: no]
c-spencer commented 13 years ago

This commit:

https://github.com/fivesixty/notepages/commit/f13f88ce197e4c5b7e6ce6a9e9bc059a39ea9736

Should fix this on Firefox 4, where it seems exceptions are thrown if no selection is made.