Ticket #1218 (closed defect: fixed)
Opened 2012-06-14T12:27:34-05:00
Last modified 2012-06-15T11:37:46-05:00
Sliders do not always update correctly
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Core | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
Open Organ Of Corti. Reorder Data swapping the Z & C positions. Notice that the label shows the new order. The slider order does not change which is correct behavior. However moving the Z slider does not change the viewed data. This worked in beta2.
Note that there have been changes to how often redraws are done based on whether updateAxis() detects changes. And other dataset oriented events also less frequently generate update events. However moving the slider before reordering reacts correctly so this might be a red herring.
ReorderData used to be ReorderAxes. But the change was in name only and should not have caused any failures.
One can also use AssignAxes and assign Organ Of Corti's Z axis to something like Spectra. The axis shows fine but moving it also has no effect.