]> cloud.milkyroute.net Git - dolphin.git/commit
Very interesting bug in Qt in which I will debug. For now, and since we need to relea...
authorRafael Fernández López <ereslibre@kde.org>
Fri, 14 Dec 2007 19:20:47 +0000 (19:20 +0000)
committerRafael Fernández López <ereslibre@kde.org>
Fri, 14 Dec 2007 19:20:47 +0000 (19:20 +0000)
commite983e0e38e43a93de158e105d6a18900521a2803
treed71bb9bb4c03a648a408ba0b26f3425b3b92c4c8
parent609ce0929289f3e26eb1898b184c7dafbf7bcac2
Very interesting bug in Qt in which I will debug. For now, and since we need to release with the source version of Qt (not patched) we need this workaround. The problem
is that when you select by dragging with a rect a set of items, say (1, 2, 3) and you Ctrl+drag another set (5,6) the (1,2,3) selection is lost. If you do the same, that
is: select (1, 2, 3), now Ctrl+click on (4), it is not lost. Now, ctrl+drag another set (5, 6), the selection lost is (4). So we can say that the selection lost is the
last one done.

This is only a workaround and should be removed when fixed on Qt (I am going to debug it on Qt, to see where the fail is).

This workaround does not only fix KCategorizedView, but QListView also.

CCMAIL: peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=748545
src/kcategorizedview.cpp