View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0013781 | Scribus | Usability | public | 2016-02-29 14:31 | 2016-03-23 17:14 |
Reporter | ale | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | new | Resolution | open | ||
Product Version | 1.5.2.svn | ||||
Summary | 0013781: outline palette selection should not move when deselecting items on canvas | ||||
Description | currently - select an item on canvas - the item gets activated in the outline palette - unselect the item (by clicking on the background of the page) - the list item corresponding to the page is activated | ||||
Additional Information | after "deselect", it's pretty uncommon that the next action will be on the page itself. it's much more likely that an item close to the last one will be activated. it would be better, if the "deselect" action would just deactivate the current list item in the outline palette, without selecting anything. in the current code, this would signify that the list item corresponding to the page cannot be activated from the canvas. | ||||
Tags | outline, outline_palette | ||||
Patch | No | ||||
|
... i'm working on this issue... |
|
How would the user then select the page in outline palette? This is in direct opposition with all of the context sensitive requests to select tabs etc on PP when someone selects a certain type of frame etc. |
|
one can select the page in the outline palette by clicking on the page list item in the outline palette... if there is a need for more (like selecting the new page when creating it...) i would have to refactor the current code and avoid selecting the page when the item passed as parameter is not set (a bad habit anyway...) and add a function for explicitly activating the page list item. the question being: is there a real need for it? what are the actions that should trigger it? |
|
according to vlada there seems to be no need for the page list item being automatically being selected. manual activation is enough. i'll try to make a patch that disallows passing null as the second parameter.. |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-02-29 14:31 | ale | New Issue | |
2016-02-29 14:32 | ale | Tag Attached: outline | |
2016-02-29 14:32 | ale | Note Added: 0038935 | |
2016-02-29 17:36 | cbradney | Note Added: 0038936 | |
2016-03-01 08:41 | ale | Note Added: 0038941 | |
2016-03-02 13:41 | ale | Note Added: 0038951 | |
2016-03-23 16:52 | Kunda | Tag Attached: outline_palette | |
2016-03-23 17:14 | Kunda | Category | - => Usability |