Use of a ToggleSwitch inside a Scroller
The ToggleSwitch introduced in 4.6 looks like a great component that really gives a mobile feel to what would otherwise be a simple checkbox. While I am somewhat dissapointed that a new skin is required to set the selected and unselected labels, I can get through that.
The issue I am having is with the use of a ToggleSwitch inside a Scroller. If you place a ToggleSwitch inside a Scroller and fill the rest of the scroller with enough content, then the vertical scrolling action of the Scroller will interfere with the ToggleSwitch's horizontal scrolling. While using the ToggleSwitch to move from left to right, if the user barely moves up or down, then the Scroller will scroll. This will break the interaction with the ToggleSwitch. Usually this will snap the ToggleSwitch to the closest position, left or right. However, many times the ToggleSwitch's thumb is within the middle 2/3 of the ToggleSwitch. In this case, the thumb will hang in the middle of the switch!
This can be very confusing for a user, as their selection will not be completed. While it may appear that the ToggleSwitch has no selection, or is even (just almost) in the selected/unselected state... it could very well be in the opposite state.
Has anyone found any kind of workaround to this issue?
