Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#110 - KDE Dragging of multiple files broken in tree and list view
Attached to Project:
Arch Linux
Opened by Dick Burggraaff (burdi) - Friday, 08 August 2003, 09:57 GMT
Last edited by Judd Vinet (judd) - Saturday, 06 September 2003, 17:55 GMT
Opened by Dick Burggraaff (burdi) - Friday, 08 August 2003, 09:57 GMT
Last edited by Judd Vinet (judd) - Saturday, 06 September 2003, 17:55 GMT
|
DetailsPlease apply the QT patch as described in KDE bug #56220 - without it KDE is basically unusable.
------- Additional Comment #9 From David Faure 2003-04-07 00:51 ------- Qt-3.1.2 bug, acknowledged by TrollTech, and fixed by the patch below. --- src/widgets/qlistview.cpp 3 Mar 2003 16:44:49 -0000 1.55 +++ src/widgets/qlistview.cpp 3 Apr 2003 06:41:28 -0000 1.56 at at -4166,7 +4166,7 at at void QListView::contentsMousePressEventE else if ( selectionMode() == Extended ) { bool changed = FALSE; if ( !(e->state() & (ControlButton | ShiftButton)) ) { - if ( !i->isSelected() || e->button() != RightButton ) { + if ( !i->isSelected() ) { bool blocked = signalsBlocked(); blockSignals( TRUE ); clearSelection(); |
This task depends upon
Closed by Anonymous Submitter
Saturday, 06 September 2003, 17:55 GMT
Reason for closing: Fixed
Saturday, 06 September 2003, 17:55 GMT
Reason for closing: Fixed
Comment by Judd Vinet (judd) -
Saturday, 06 September 2003, 17:55 GMT
- Task details edited
This works in qt 3.2.1