CLAMPING state will not emit if any one of the adjsument (hadjust and vadjust) value is not varied.which is wrong!
the fix should be likely in this way.. in ms-kinetic-scrollview.c,In function clamp_adjustments()
if (priv->hclamping || priv->vclamping)
set_state (scroll, MX_KINETIC_SCROLL_VIEW_STATE_CLAMPING);
CLAMPING state will not emit if any one of the adjsument (hadjust and vadjust) value is not varied.which is wrong!
the fix should be likely in this way.. in ms-kinetic-scrollview.c,In function clamp_adjustments()
if (priv->hclamping || priv->vclamping)
set_state (scroll, MX_KINETIC_SCROLL_VIEW_STATE_CLAMPING);