Description: When you select some cell blocks and press either Shift+Space or Ctrl+Space, this just affects the last selected cell block. Would be really nice if we could select multiple distinct cells from say one column and then highlight all their columns with pressing Shift+Space! That would very much ease reading data out of tables. Steps to Reproduce: 1. Select multiple cell blocks (preferrably not of the same column and row). 2. Press either Shift+Space or Ctrl+Space. Actual Results: Just the column/row of the last selected cell block is highlighted. Expected Results: Columns and rows of all cell blocks should get highlighted. Reproducible: Always User Profile Reset: No OpenGL enabled: Yes Additional Info:
I have reduced the severity to "Enhancement."
Sounds like an uncontroversial change -> NEW
Just in order to simplify the description: STR: 1. New Calc. 2. Click once on cell B2 3. Press [CTRL] and click on D4. Release [CTRL]. 4. Press [SHIFT]+[SPACE]. Actual result: Row 4 is selected. Desired result (RFE): Both rows, 2 and 4, are selected. Equivalent steps would be relevant for columns; in step 4 above just use [CTRL]+[SPACE] instead, and columns B and D are desirably selected.