Advanced Search no longer jumps to double-clicked item

Firefox 3.5.7 on debian stable.

Below is the log starting, double clicking, stopping.

(5)(+0000000): SELECT A.itemID, value AS title FROM itemAttachments A NATURAL JOIN items I LEFT JOIN itemData ID ON (fieldID=110 AND A.itemID=ID.itemID) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE sourceItemID=? AND A.itemID NOT IN (SELECT itemID FROM deletedItems)

(5)(+0000000): Binding parameter 1 of type int: 17007

(5)(+0000001): SELECT N.itemID, title FROM itemNotes N NATURAL JOIN items WHERE sourceItemID=? AND N.itemID NOT IN (SELECT itemID FROM deletedItems)

(5)(+0000000): Binding parameter 1 of type int: 17007

(3)(+0000001): Refreshing hash map

(3)(+0000002): Item.getID() is deprecated -- use Item.id

(3)(+0000000): Sync in progress -- not changing library selection

(5)(+0000367): SELECT linkMode FROM itemAttachments WHERE itemID=?

(5)(+0000001): Binding parameter 1 of type int: 17008

(5)(+0000000): SELECT mimeType FROM itemAttachments WHERE itemID=?

(5)(+0000000): Binding parameter 1 of type int: 17008

(5)(+0000002): SELECT linkMode FROM itemAttachments WHERE itemID=?

(5)(+0000000): Binding parameter 1 of type int: 17009

(5)(+0000000): SELECT mimeType FROM itemAttachments WHERE itemID=?

(5)(+0000000): Binding parameter 1 of type int: 17009

(4)(+0006947): Registering observer for [collection,search,share,group,bucket] in notifier with hash PC'

(5)(+0000003): SELECT itemTypeID AS id, typeName AS name FROM itemTypes WHERE display=2 ORDER BY typeName

(5)(+0000002): SELECT itemTypeID AS id, typeName AS name FROM itemTypes WHERE display=1 ORDER BY typeName
  • And then after fiddling around with clearing the log it started working again. It's done this several days in a row now; let me try to narrow down the conditions that produce it.
  • I get the same message in the debug log:
    (3)(+0000000): Sync in progress -- not changing library selection
    whenever there I try to click on a related item to jump to it and a sync is running. This is frustrating, mainly because it makes me have to think about the background sync, while I'd rather forget about whether a sync is running.

    This is the only line that appears in the debug log for the case of clicking on a related item from the "Related" tab while running a sync.

    Is it just not possible to change the view while syncing? Is that fixable?
Sign In or Register to comment.