Page MenuHomePhabricator

DisplayVectorInteractorScroll invokes event too early and too often
Closed, ResolvedPublic

Description

The DisplayVectorInteractorScroll invokes the event 'EndScrollInteractionEvent()' too often. It's invoked after each setting of the new slice.

However, the correct position would be in the case of the 'AcFINISHMOVE' only!
That is the time the interaction is really finished, everything else is too early!

Event Timeline

rMITK10083909ed71 (Merge branch 'bug-11906-scrollinteractor-invoke-event' into personal/engelm/mitk)

The invoking of the event has been moved to the correct position. The fix has been integrated into my personal branch. Will soon be moved to MITK-master

Integration into master is missing

I added the Wiki-specification page

[427153]: Merge branch 'bug-11906-scrollinteractor-invoke-event-snapshot'

Merged commits:

2012-05-15 15:57:47 Markus Engel [e9872c]
moving invoking of event to correct action-handling

This bug has been fixed, the changes have been merged into master.