Nodequeue is working strangely very occationally.

For *most items*, the "add / remove from queue" links (with javascript circle bar) work properly. But for some items that *can* be added to a particular queue it just doesn't work! The circle rotates and nothing happens. The status does not change from add to remove or vice versa. But if you see the link the link changes from something like this:

http://xyz.com/admin/content/nodequeue/5/add/4/263?destination=node&toke...

to this:

http://dev.indiaecon.com/admin/content/nodequeue/5/remove-node/4/263?des...

Refreshing the page, emptying the caches etc does not seem to help change the status. The nodes do seem to get added/removed however.

What is happening here? Any clue? I'm using firefox 3. Same behavior in chrome.

Comments

sidharth_k’s picture

I intended to replace the second dev.indiaecon.com with xyz.com. Forgot. Sorry for any confusion as a result.

ezra-g’s picture

Status: Active » Postponed (maintainer needs more info)

To clarify, for the links that are not behaving correctly, you click the link, the circle rotates and then the text of the link does not change, but the path/href of the link does change, and the node is successfully added/removed from the queue?

sidharth_k’s picture

Yes, your understanding is correct. Unfortunately the problem is not repeatable. So i don't know how you can solve the issue... :-(

ezra-g’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Since the text and target of the link are both refreshed in the same function, this sounds like the result of a separate, conflicting javascript. Please re-open this issue if this happens again.