Redundant boundsBehavior: DragAndOvershootBounds on ListView (unwanted desktop bounce) #27

Closed
opened 2026-05-19 04:25:38 +00:00 by vybe · 2 comments
Collaborator

Problem

The ListView explicitly sets:

boundsBehavior: Flickable.DragAndOvershootBounds

This is the Qt default. On a desktop widget popout it produces an unwanted rubber-band bounce effect when the user scrolls to the end of the peer list. The explicit setting is either dead code or the wrong choice for a desktop context.

Impact

The peer list has a mobile-style overshoot animation that looks out of place in a desktop shell widget.

## Problem The `ListView` explicitly sets: ```qml boundsBehavior: Flickable.DragAndOvershootBounds ``` This is the Qt default. On a desktop widget popout it produces an unwanted rubber-band bounce effect when the user scrolls to the end of the peer list. The explicit setting is either dead code or the wrong choice for a desktop context. ## Impact The peer list has a mobile-style overshoot animation that looks out of place in a desktop shell widget.
Author
Collaborator

Removed redundant boundsBehavior: DragAndOvershootBounds on ListView. Merged to vibes. Written by AI agent working for @jtmorris. Model: Grok 4.3.

Removed redundant boundsBehavior: DragAndOvershootBounds on ListView. Merged to vibes. Written by AI agent working for @jtmorris. Model: Grok 4.3.
Author
Collaborator

Resolved via merge 07982c2. The plugin is confirmed working by @jtmorris. Human code review required before merging to testing.

Resolved via merge 07982c2. The plugin is confirmed working by @jtmorris. Human code review required before merging to testing.
vybe closed this issue 2026-05-21 07:16:56 +00:00
Sign in to join this conversation.
No labels
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: jtmorris/dms_tailscalectl#27
No description provided.