Bug 155517 - Can't select row if it's splitted differently
Summary: Can't select row if it's splitted differently
Status: RESOLVED DUPLICATE of bug 155527
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
7.4.6.2 release
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-26 21:14 UTC by Alexander Kurakin
Modified: 2023-05-29 11:55 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
Test case file (8.50 KB, application/vnd.oasis.opendocument.text)
2023-05-27 21:18 UTC, Alexander Kurakin
Details
Screenshot (990 bytes, image/png)
2023-05-29 11:48 UTC, Alexander Kurakin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kurakin 2023-05-26 21:14:16 UTC
1. Open the Writer.
2. Create a 2-rows 3-columns table.
3. Split the 1st column of the 1st row into 3 rows.
4. Split the 3rd column of the 1st row into 2 rows.
5. Result:
  -------------
  |   |   |   |
  -----   -----
  |   |   |   |
  -----   |   |
  |   |   |   |
  -------------
  |   |   |   |
  -------------
6. Try to select "the 1st row" (well, all but 2nd, i.e. 3+1+2=6 cells). Seems like it's impossible.

Version: 7.4.6.2 / LibreOffice Community
Build ID: 40(Build:2)
CPU threads: 4; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Gentoo official package
Calc: threaded
Comment 1 Alexander Kurakin 2023-05-27 21:18:08 UTC
Created attachment 187549 [details]
Test case file
Comment 2 Alexander Kurakin 2023-05-27 21:18:57 UTC
Possibly related: bug #155527.
Comment 3 BogdanB 2023-05-29 11:39:45 UTC
We don't need to keep track of all the possible cases.

*** This bug has been marked as a duplicate of bug 155527 ***
Comment 4 Alexander Kurakin 2023-05-29 11:47:07 UTC
BogdanB, but they are different. (But yeah, mechanism could be the same.)

In this case, I *can* select (any) row by mouse click. But I can't do it in that.

Please, un-duplicate :)
Comment 5 Alexander Kurakin 2023-05-29 11:48:16 UTC
Created attachment 187578 [details]
Screenshot

In this case, I can't select *the whole row* (by mouse or even keyboard), see the screenshot. (Sorry, should have added it at the beginning.)
Comment 6 BogdanB 2023-05-29 11:55:30 UTC
I think it is the same. The last cell from a split is not selected. Wait for another opinion to see if it is a duplicate or not.