Summary: | Dolphin 2 scrolling up or down fast with the mouse wheel makes some elements disappear | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Lilian A. Moraru <moraru69> |
Component: | view-engine: general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | moraru69, zanetu |
Priority: | NOR | ||
Version: | 2.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.8.0 | |
Sentry Crash Report: |
Description
Lilian A. Moraru
2012-01-15 19:44:10 UTC
Thanks for the report, I had some problems initially to reproduce the issue but finally found a way to at least trigger it sometimes... Is it really reproducible in your system always? Is the initial scrolling with the mouse like shown in the video really required (I guess using the mouse-wheel should be enough)? (internal note: - Go to '/' and use the details-view - Expand /usr/bin - Use the wheel to scroll up/down) (In reply to comment #1) > Thanks for the report, I had some problems initially to reproduce the issue but > finally found a way to at least trigger it sometimes... Is it really > reproducible in your system always? Is the initial scrolling with the mouse > like shown in the video really required (I guess using the mouse-wheel should > be enough)? > > (internal note: > - Go to '/' and use the details-view > - Expand /usr/bin > - Use the wheel to scroll up/down) It doesn't trigger instantly, if u scroll faster it triggers faster. Yes, scrolling with the mouse wheel in the other direction a little bit and then again in the same direction which triggered the glitch shows all the elements again. But the glitch anyway is there. Git commit a321e497a9719da1cbb3b40c123166d1dae340a5 by Peter Penz. Committed on 17/01/2012 at 09:57. Pushed by ppenz into branch 'KDE/4.8'. Disable smooth-scrolling dependent on the graphics-effect level If the graphics-effect-level has been set to NoEffects (systemsettings -> Appearance -> Style -> Fine Tuning), the smooth scrolling in Dolphin will be disabled. Additionally the duration for the smooth-scrolling has been decreased from 200 ms to 100 ms to reduce the lag. A wrong calculation of the end-value has been fixed that might trigger a wrong position of the content. Related: bug 291740 FIXED-IN: 4.8.0 M +8 -2 dolphin/src/kitemviews/kitemlistsmoothscroller.cpp M +3 -1 dolphin/src/kitemviews/kitemlistwidget.cpp http://commits.kde.org/kde-baseapps/a321e497a9719da1cbb3b40c123166d1dae340a5 Git commit 30ebc03258ac867a04c09feb5e304beb86f657cd by Peter Penz. Committed on 17/01/2012 at 09:57. Pushed by ppenz into branch 'master'. Disable smooth-scrolling dependent on the graphics-effect level If the graphics-effect-level has been set to NoEffects (systemsettings -> Appearance -> Style -> Fine Tuning), the smooth scrolling in Dolphin will be disabled. Additionally the duration for the smooth-scrolling has been decreased from 200 ms to 100 ms to reduce the lag. A wrong calculation of the end-value has been fixed that might trigger a wrong position of the content. Related: bug 291740 FIXED-IN: 4.8.0 M +8 -2 dolphin/src/kitemviews/kitemlistsmoothscroller.cpp M +3 -1 dolphin/src/kitemviews/kitemlistwidget.cpp http://commits.kde.org/kde-baseapps/30ebc03258ac867a04c09feb5e304beb86f657cd Thanks for solving the bug. I had the best experience with bug response and fixing with KDE... I reported a lot of bugs but only KDE Team responds to them so fast and acts. Ok, tested the bug in Dolphin 2.0, KDE 4.8.00 and the bug is still reproducible. If you want just to close the bug I'm ok with it but I'm always for those little things that matter to be fixed. I think a little bug does matter too for the image of a stable and production ready environment. I reopen it for now. I can post a new video of the bug in Dolphin 2.0, if u want. Just tested another mouse and seems like my mouse has a problem when scrolling faster... But still, strange that the items disappear when scrolling in the opposite direction... I tested in: Firefox, Okular, Skype, Clementine, KDE System Settings. It does this kind of fast jump, scrolling down and up, but it gets to the last position available. In Dolphin it doesn't want to go to the first position(folder/file in the view). At 16 pixels items size in "Details View Mode" it jumps over 5 and a half items. |