Summary: | Botton line position that shows the current cursor file is wrongly calculated | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Luiz Angelo De Luca <luizluca> |
Component: | panels: folders | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.9.0 | |
Sentry Crash Report: | |||
Attachments: | This image shows the misplaced botton bar |
Description
Luiz Angelo De Luca
2012-03-31 17:48:08 UTC
Created attachment 70042 [details]
This image shows the misplaced botton bar
Thanks for the report. Could you please check whether starting Dolphin from the konsole with: dolphin --graphicssystem raster resolves this issue? No diference. However, if I change kde fonts, the problem is gone. Maybe I should report this directly to kubuntu? (In reply to comment #2) > Thanks for the report. Could you please check whether starting Dolphin from > the konsole with: > dolphin --graphicssystem raster > resolves this issue? I did some more testing... In a clean user, the problem is present. If I change the "general font" to other than ubuntu, the problem disapears. If I go back to ubuntu font and change its size to something big (16pt), the problem disapears. If I go back to the default font size, the problem is back. Maybe it is a problem with ubuntu font or with kde/qt that does not play nice with ubuntu font. Also, it might be something special in AA settings that kde config cannot handle. If I change anything in AA settings and undo it, it never goes back to normal. The only way to return to the confortable default setup is removing .fonts.conf. Interesting... I still guess it might be an issue how Dolphin calculates the required height. I'll need to download the KUbuntu font and will check whether I can reproduce this issue. Thanks for your further investigations, this helped to minimize the possible root causes. I'm currently busy with some other tasks but will have a look until the end of next week. Sure, Maybe this could help: http://font.ubuntu.com/ I could reproduce the problem with Ubuntu-fonts when using a very small size :-) I'll check during the next days whether it is the fault of Dolphin... Git commit 1f6887ef11d37f399aede10fd91a92acc0e43c95 by Peter Penz. Committed on 02/04/2012 at 22:15. Pushed by ppenz into branch 'master'. Fix focus-rectangle issues Assure that the focus-rectangle exactly matches to the bottom of the rendered text. Related: bug 289804 FIXED-IN: 4.9.0 M +42 -25 dolphin/src/kitemviews/kfileitemlistwidget.cpp M +1 -0 dolphin/src/kitemviews/kfileitemlistwidget.h M +7 -12 dolphin/src/kitemviews/kitemlistwidget.cpp M +9 -0 dolphin/src/kitemviews/kitemlistwidget.h http://commits.kde.org/kde-baseapps/1f6887ef11d37f399aede10fd91a92acc0e43c95 The issue was a little bit more complicated to solve than I thought initially. It seems to work fine but it would be risky to backport this to 4.8.x so it will be released with 4.9.0 where we have beta-test-cycles. Great! So it wasn't a problem with Ubuntu font? Maybe (k)ubuntu people would be interested on this bug. However, 12.04 uses 4.8.x. :-( |