[frameworks-kirigami] [Bug 473241] Scrollbar handle size is incorrect until the view is scrolled at all

Nate Graham bugzilla_noreply at kde.org
Fri Aug 11 19:21:08 BST 2023


https://bugs.kde.org/show_bug.cgi?id=473241

Nate Graham <nate at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |Master
             Status|REPORTED                    |CONFIRMED
     Ever confirmed|0                           |1
           Assignee|unassigned-bugs at kde.org     |kdelibs-bugs at kde.org
                 CC|                            |me at ratijas.tk,
                   |                            |nate at kde.org,
                   |                            |notmart at gmail.com
   Target Milestone|---                         |Not decided
            Product|kde                         |frameworks-kirigami
          Component|general                     |general
            Summary|Scrollbar size changes      |Scrollbar handle size is
                   |after scrolling             |incorrect until the view is
                   |                            |scrolled at all

--- Comment #1 from Nate Graham <nate at kde.org> ---
Can confirm. Seems like a bug in Kirigami.ScrollablePage.

Trivially reproducible example code:

import QtQuick 2.5
import QtQuick.Layouts 1.1
import org.kde.kirigami 2.13 as Kirigami

Kirigami.ScrollablePage {
    width: 500
    height: 500

    ColumnLayout {
        Repeater {
            model: 100

            Rectangle {
                width: 50
                height: 50
                color: "green"
            }
        }
    }
}

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Unassigned-bugs mailing list