[dolphin] [Bug 442653] Details view mode: race condition between scrolling and switching view modes (causes horizontal gap before first column)
Felix Ernst
bugzilla_noreply at kde.org
Wed Jul 26 13:42:00 BST 2023
https://bugs.kde.org/show_bug.cgi?id=442653
Felix Ernst <felixernst at kde.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |felixernst at kde.org
--- Comment #7 from Felix Ernst <felixernst at kde.org> ---
The leadingPadding variable was only introduced in Dolphin 22.04
(https://invent.kde.org/system/dolphin/-/commit/d3839617193e92463806580699caa595c892b8a6)
so it can't be the source of this bug.
This might be related to the scrollOffset variables in KitemListView
https://invent.kde.org/system/dolphin/-/blob/master/src/kitemviews/kitemlistview.cpp?ref_type=heads.
There are m_oldScrollOffset, m_oldMaximumScrollOffset, m_oldItemOffset,
m_oldMaximumItemOffset, and m_layouter->scrollOffset.
There is also the chance that the bug is somewhere in the code for the details
view specifically, but since this seems to be a shared property between the
compact view mode and the details view mode, I would assume that the common
base class and its scrollOffset are responsible in some way.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kfm-devel
mailing list