You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are multiple things to check as many could break it.
First thing to check is that touch events themselves are passes correctly to the gecko embedlite from qtmozembed.
Check plausible build time #ifdefs / out commented code related APZC (Async Pan Controller) & APZCTreeManager related code paths (events from EmbedLiteViewParent to EmbedLiteViewChild)
Check plausible fatal errors in embedlite-components
Active status of the content
Break this task down into smaller tasks once there's visibility towards them.
The text was updated successfully, but these errors were encountered:
Enabling APZ and then fixing incorrectly initialized TimeStamps. TimeStamp that is initialized with default constructor will have timestamp value of zero. Without real timestamp (non-zero) values mozilla::layers::Axis reports
always zero velocity. Thus, preventing mozilla::layers::AsyncPanZoomController
to handle end of panning (AsyncPanZoomController::HandleEndOfPan) so that
fling state would get triggered.
There are multiple things to check as many could break it.
Break this task down into smaller tasks once there's visibility towards them.
The text was updated successfully, but these errors were encountered: