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

cwo <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
            Summary|The window preview          |Pre-scrolling the grouped
                   |pre-scroller is only going  |window tool tip to the
                   |90% of the way when the     |final entry leaves part of
                   |last of multiple images are |the delegate out of view
                   |selected                    |
     Ever confirmed|0                           |1
             Status|REPORTED                    |CONFIRMED

--- Comment #1 from cwo <[email protected]> ---
Can reproduce, though it's not necessarily exactly 90% - there's part of the
final delegate scrolled out of view.

We're calling positionViewAtIndex with ListView.Center, so it should move the
final one as close to the center as it can, which should make the whole
delegate visible (well, as long as it's not larger than the screen in the
scrolling direction, but that would have to be a very unusual screen).

I don't know what could be wrong here, might be a Qt bug? Or some weird
interaction with the sizing of that scroll view. But you can manually scroll it
to the correct spot, so I don't see how.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to