[3.0b1] typing WebDAV username/password very slow (bug?)
Typing into the username or password field of the WebDAV settings is very slow: I can see the letters appearing one by one, and the hard disk is continually working.
Is this a bug?
I'm on WinXP, using Zotero 3.0b1 with Firefox 6.
Is this a bug?
I'm on WinXP, using Zotero 3.0b1 with Firefox 6.
Seems like on each character it causes a database update:
Excerpt from log (this repeats for each character):
UPDATE itemAttachments SET syncState=? WHERE itemID IN (SELECT itemID FROM items WHERE libraryID IS NULL)
DB update should probably only happen when username/password boxes lose focus.