[GH-ISSUE #1609] [Bug] Scrolling to the bottom via the controller doesn't work on macOS #616

Closed
opened 2026-03-23 20:38:45 +00:00 by mirror · 0 comments
Owner

Originally created by @Dev-Owl on GitHub (Dec 26, 2022).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/1609

Bug Description

Using the scrollToBottom doesn't work on macOS, the board view doesn't scroll

How to Reproduce

Use the example of the appflowy_board and click on the + button inside the board footer

Expected Behavior

The view scrolls the last item into the visible area of the scroll container

Operating System

macOS

AppFlowy Version(s)

main

Screenshots

No response

Additional Context

The problem is caused by the following line inside the reorder_flex.dart file:

alignmentPolicy: ScrollPositionAlignmentPolicy.keepVisibleAtStart,

Removing the line and use the Flutter default (ScrollPositionAlignmentPolicy alignmentPolicy = ScrollPositionAlignmentPolicy.explicit) lets the view work as expected.

Originally created by @Dev-Owl on GitHub (Dec 26, 2022). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/1609 ### Bug Description Using the `scrollToBottom` doesn't work on macOS, the board view doesn't scroll ### How to Reproduce Use the example of the appflowy_board and click on the + button inside the board footer ### Expected Behavior The view scrolls the last item into the visible area of the scroll container ### Operating System macOS ### AppFlowy Version(s) main ### Screenshots _No response_ ### Additional Context The problem is caused by the following line inside the `reorder_flex.dart` file: `alignmentPolicy: ScrollPositionAlignmentPolicy.keepVisibleAtStart,` Removing the line and use the Flutter default (`ScrollPositionAlignmentPolicy alignmentPolicy = ScrollPositionAlignmentPolicy.explicit`) lets the view work as expected.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#616
No description provided.