Hippocampome-Org / php

Hippocampome web portal
3 stars 2 forks source link

DWW: browser tab content switching #85

Open drdiek opened 10 years ago

drdiek commented 10 years ago

From a Neuron page, if you right click on two links, such as first A:DG:SG and second D:DG:H, in order to open them in separate tabs, and you click on the first tab, A:DG:SG, when you go to expand any of the citations, the contents of the tab immediately switch over to the second tab’s contents, D:DG:H.

Nikhilkoneru commented 5 years ago

We are looking into this bug and came to know that this is happening because we are storing '$id_neuron','$val_property','$color' and few more properties as session objects.

1)So if you open A:DG:SG first and D:DG:H second(In separate tabs)when you expand A:DG:SG citations you will see D:DG:H citations(Since D:DG:H is overwriting session objects).

2)So if you open D:DG:H first and A:DG:SG second(In separate tabs) when you expand D:DG:H citations you will see A:DG:SG citations(Since A:DG:SG overwriting session objects).

We are working on it. We Will update once this bug is fixed.