unofficial_simplenote
unofficial_simplenote copied to clipboard
Can no longer create new notes.
Along with search, the new note function doesn't seem to work any longer. Just seems to refresh the list.
Can you still reproduce this error? I can't. Maybe it was some temporary problem with the Simplenote service?
It still doesn't allow me to create a new note. I think I am in the Dev channel of Chrome. Maybe that has something to do with it.
I am facing this issue with Simplenote chrome extension too. I am using Chrome dev channel build.
I can reproduce on Chrome 6.0.495.0 dev on OSX 10.6.4 using version 1.2.0 of the extension.
I can also reproduce the error as described: new button does nothing but refresh the list. I'm on Chrome 6.0.472.55
Facing the same issue, Chrome 6.0.472.55 beta on OSX.
Same for me ! I can create new notes with the chrome extension since I got the new version (Chrome 4.0.472.59 on Windows Seven)
edit popup.html (Chrome 6.0.472.63 on Windows Seven) ng: <input type="submit" id="new" value="New"></input> ok: <input type="button" id="new" value="New"></input>
Modified popup.html - works on Chrome 8.0.552.0 dev on OSX 10.6.4. Pull request has been submitted.
Thank you for the bugfix s-aska and corydeppen! I have pushed the new version and I'm now closing this issue.