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

Colin Griffith <tyna...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tyna...@gmail.com

--- Comment #35 from Colin Griffith <tyna...@gmail.com> ---
Ok, I've been reading the code pointed to in comment 18, and started to go off
on some weird tangents... And overall I'm not convinced that the actual bug is
in any of that code.

Instead, I started tracking what code calls THAT code, and I found this:

https://lxr.kde.org/source/kde/applications/dolphin/src/kitemviews/kitemlistcontainer.cpp#0264

I'm fairly sure that this is where the decision is made to scroll by the height
of an item, and as a result this is the code we need to look toward changing to
fix this bug.

I've honestly got no clue what to use instead of the item height (I don't know
whether it's appropriate to query the currently used Qt style, some KDE
setting, or try to access some other member of view), but it appears this is
where we need to actually be looking.

Really happy I found that. This has been the most annoying bug in KDE for me
for quite some time.

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

Reply via email to