GUEDDES / gnizr

Automatically exported from code.google.com/p/gnizr
Other
0 stars 0 forks source link

Can't save bookmarks using bookmarklet #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. use bookmarklet 'post to gnizr' to save a new URL that doesn't already
exist in the user account
2. enter 'description' and 'tags'
3. click 'save'

What is the expected output? What do you see instead?

A new bookmark should be saved and appear in the user account. In Firefox
(maybe in other browsers), sometimes the new bookmark is never saved. This
problem don't always occur. 

I suspect there is a timing issue associated with the closing of the pop-up
windows. It could be the case that the pop-up is closed before the FORM
submit is completed. 

Original issue reported on code.google.com by harry.c...@gmail.com on 17 Dec 2007 at 6:39

GoogleCodeExporter commented 8 years ago
fixed. see SVN Revision 532-535. 

- close the pop-up window is a separate page, not in the 'edit bookmark' page. 

Original comment by harry.c...@gmail.com on 21 Dec 2007 at 9:51