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
Expected behavior:
When pressing an action in the app bar (like exit or change-font) while scrolling up, I would expect the app bar to stay and the action to be invoked.
Actual behavior:
The app bar disappears and the action is not invoked.
Screencast illustrating the issue:
First, I try to press the font-action button while the document is still scrolling up. The app bar disappears and the action is not invoked. (unexpected behavior / possible bug).
Next, I do the same thing again, except that I wait until scrolling has stopped. Now everything works as expected: the font-action is invoked. (This is the behavior I would also expect in the scrolling case shown before.)
menu_issue_demo.mp4
Environment information:
iPadOS 16.3
Orgro version 1.27.1
The text was updated successfully, but these errors were encountered:
Thanks for the report. I have been aware of this, but I believe it's a Flutter bug and I don't know of any workarounds. I'll take another look and perhaps report it upstream.
Expected behavior:
When pressing an action in the app bar (like exit or change-font) while scrolling up, I would expect the app bar to stay and the action to be invoked.
Actual behavior:
The app bar disappears and the action is not invoked.
Screencast illustrating the issue:
First, I try to press the font-action button while the document is still scrolling up. The app bar disappears and the action is not invoked. (unexpected behavior / possible bug).
Next, I do the same thing again, except that I wait until scrolling has stopped. Now everything works as expected: the font-action is invoked. (This is the behavior I would also expect in the scrolling case shown before.)
menu_issue_demo.mp4
Environment information:
The text was updated successfully, but these errors were encountered: