trunk: select tool no longer informs about current selection after tool switch (rev >= 12630)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Fix Released
|
Undecided
|
Martin Owens |
Bug Description
The select tool no longer displays useful information about the current selection after switching between tools (object count, object type, layer, node count of paths, etc). The user is forced to deselect and then reselect again to learn about object types, node counts, layers etc. This breaks the workflow if the user needs to keep the current selection for further editing.
Steps to reproduce:
1) launch inkscape (default prefs, default new doc)
2) create a couple of different objects
3) select some or all
--> read message in the notification area
4) switch tool (e.g. to Dropper, Gradient or Node tool)
5) switch back to Select tool ('S')
Expected result
After switching back to the select tool, useful information about the current selection is displayed in the notification region of the status bar.
Actual result:
Inkscape simply states "Click to Select and Tranform objects, Drag to select many objects.".
Reproduced with r12660 on Ubuntu 13.04 (inkscape-trunk PPA) and r12662 on OS X 10.7.5.
Based on tests with archived builds,
- not reproduced with revision <= r12629
- reproduced with revision >= 12630
this regression was introduced in
Revision 12630: Reduce tools-switcher code, add description for node and select toos.
<http://
@Martin - any chance you could revisit the changes from r12630? IMvHO inkscape lost a useful feature with those changes (I can't imagine being the only user who relies on having the information about the current selection displayed on the notification area any time when the select tool is active).