catmaid / CATMAID

Collaborative Annotation Toolkit for Massive Amounts of Image Data
https://catmaid.org
GNU General Public License v3.0
186 stars 57 forks source link

z-index #1669

Open zindexproblem opened 6 years ago

zindexproblem commented 6 years ago

Hi,

When i use the mouse wheel to move in/out 1 section in the z-index on one screen, how can i make the z-index move the z-index of the other pictures in the same time?

Thanks in advance.

John.

tomka commented 6 years ago

Hi John, it sounds like you use a CATMAID project which has multiple image stacks linked to it and opened multiple stack viewers to look at those stacks at the same at the same time. Is this correct? If so, all open stacks should follow location changes by default. I just tested this using the same image stack twice (Projects menu > [current project] > Stacks submenu > [click on respective stack]).

If the second stack is not moving for you, please double check that all stack viewers are set to "navigate with project". To do so, please click on the blue/white box in the lower left corner of each open stack viewer and check that the first option in the new overlay dialog ("Navigate with project") is checked. Is this options checked for you?

zindexproblem commented 6 years ago

Hi,

Thanks for your reply.

The options are checked. When i move the pictures with the arrows (left/right, up/down) the pictures move together but when i use the mouse wheel to move in/out 1 section in the z-index, the z-index does not change or i have to press "A" to synchronize the z-index.

John

tomka commented 6 years ago

Interesting, I haven't seen this behavior before. Thanks for confirming the options are checked. What OS are you on (Linux, Mac, Windows) and what browser are you using? What happens if you use , and . to move up/down in Z? And what CATMAID version are you on (hover with mouse over CATMAID text on project listing page (index page)?

zindexproblem commented 6 years ago

I use Inbutu with chrome. When i press , the z-index decreases and when i press . it increases. Version: 2017.10.02-4-ga911b51

tomka commented 6 years ago

Thanks for the info. So if you press , or ,, can you observe a change of Z in all open stack viewers or does the problem show there as well?

Would you mind opening the Chrome dev tools (browser tab menu > More tools > Developer tools) and then open the Console tab in it? Are there any errors shown in it?

Also, just to make sure we expect the correct behavior here: all image stacks open in your CATMAID session have the same orientation, don't they? If one were XY and the other say XZ, moving in Z in the XY view will result in an up/down movement in the XZ view.