Page MenuHomePhabricator

DisplayVectorInteractorScroll is missing a 'break' in the switch case
Closed, ResolvedPublic

Description

In teh swicth-case of the 'DisplayVectorInteractorScroll',a 'break' is missing at the end of the 'AcSCROLL' case.

Due to this mistake, the 'AcFINISHMOVE' will always be executed as well causing way too many EndScrollInteractionEvents to be invoked.

Event Timeline

[6d8c82]: Merge branch 'bug-12526-missing-break-rebased'

Merged commits:

2012-07-10 12:07:02 Daniel Maleike [6de17f]
Break after case block

The mising break has been added to the Listener. Works fine now