View Issue Details

IDProjectCategoryView StatusLast Update
0006772ScribusUser Interfacepublic2008-03-19 19:27
Reporterchristoph_s Assigned Tofschmid  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Platformx86OSLinuxOS VersionSUSE 10.3
Product Version1.3.5svn 
Target Version1.3.5Fixed in Version1.3.5svn 
Summary0006772: Shift+click doesn't work as expected in the Document Outline
DescriptionItems can only be selected top to bottom or bottom to top in the Document Outline. It's impossible to select by starting in the middle and then select all the others by using Shift+click.
Steps To ReproduceCreate 3 items on a page, open the Document Outline, then select the item in the middle of the stacking order and press Shift. It's only possible to select the middle and the upper or the middle and the lower item.
TagsNo tags attached.
Patch

Relationships

child of 0005693 closedplinnell 1.3.5 bug collection (prior to roadmap) 

Activities

fschmid

2008-02-17 09:53

developer   ~0018988

Use the "Ctrl" key to add Items to the selection. This behaviour is the normal behaviour of the QAbstractItemView::ExtendedSelection mode.
From the Qt documentation:
When the user selects an item in the usual way, the selection is cleared and the new item selected. However, if the user presses the Ctrl key when clicking on an item, the clicked item gets toggled and all other items are left untouched. If the user presses the Shift key while clicking on an item, all items between the current item and the clicked item are selected or unselected, depending on the state of the clicked item. Multiple items can be selected by dragging the mouse over them.

jghali

2008-02-17 10:08

administrator   ~0018989

christoph_s : standard behavior which must not be changed

Issue History

Date Modified Username Field Change
2008-02-17 00:41 christoph_s New Issue
2008-02-17 00:41 christoph_s Status new => assigned
2008-02-17 00:41 christoph_s Assigned To => fschmid
2008-02-17 00:43 christoph_s Summary Shift?click doen't work as expected in the Document Outline => Shift+click doen't work as expected in the Document Outline
2008-02-17 01:11 christoph_s Summary Shift+click doen't work as expected in the Document Outline => Shift+click doesn't work as expected in the Document Outline
2008-02-17 09:53 fschmid Note Added: 0018988
2008-02-17 09:53 fschmid Status assigned => resolved
2008-02-17 09:53 fschmid Fixed in Version => 1.3.5svn
2008-02-17 09:53 fschmid Resolution open => not fixable
2008-02-17 10:08 jghali Note Added: 0018989
2008-02-17 10:10 jghali Resolution not fixable => no change required
2008-02-17 15:14 christoph_s Status resolved => closed
2008-03-19 19:27 christoph_s Relationship added child of 0005693