Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Z slider bugfixes #303

Merged
merged 3 commits into from
Jul 25, 2018
Merged

Z slider bugfixes #303

merged 3 commits into from
Jul 25, 2018

Conversation

will-moore
Copy link
Member

@will-moore will-moore commented Jul 6, 2018

See https://trello.com/c/zXvu3QjV/202-bug-z-slider-bugs

To test:

  • Clicking Z / T increment buttons should update Z/T labels and the slider position.
  • Selecting the Z/T slider handle, then using the arrow keys to increment the slider should not nudge the selected panels in the figure.
  • Check other Z/T slider & label functionality is unchanged: Test images with different Z/T sizes and values.

@jburel jburel added this to the 4.0.1 milestone Jul 25, 2018
$("#vp_t_slider").slider({'value': theT + 1});
$("#vp_t_value").text(t_label + "/" + (sizeT || '-'));

console.log('deltaT', deltaT);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to be removed

@jburel
Copy link
Member

jburel commented Jul 25, 2018

Tested the changes
Everything works as expected.
Display of time using unit will need to be reviewed.
e.g. an image with 6 timepoints show 0 secs all the time.
This is outside the scope of this PR

@jburel jburel merged commit 51be8dd into ome:master Jul 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants