Description: When trying to edit the column sizes of a table in writer, only 5 column sizes are visible, right arrow to show more is disabled. Steps to Reproduce: 1. Create new document in writer. 2. Press Ctrl-F12 to add new table or Go to Table and Insert Table 3. Set number of columns to 6 4. Add table. 5. Right-click table and select columns. 6. Only 5 columns visible. Actual Results: Can only change size of first 5 columns Expected Results: Allow to change all column sizes Reproducible: Always User Profile Reset: No OpenGL enabled: Yes Additional Info: Version: 7.1.4.2 / LibreOffice Community Build ID: a529a4fab45b75fefc5b6226684193eb000654f6 CPU threads: 16; OS: Linux 5.4; UI render: default; VCL: gtk3 Locale: en-AU (en_AU.UTF-8); UI: en-US Calc: CL
Created attachment 173299 [details] Screenshot showing limit of only 5 columns resizeable with 6 columns visible in table
Testing seems to show it only happens if number of columns is 6. With 7 or more columns it works as expected. My guess is an off-by-one bug.
Workaround for now is to create a table with 1 extra column and set the sizes of all columns as you would like, with the size of the last column shared with the extra column. Then delete the extra column and the last column will resize to fill in the remaining space, resulting in desired size for all columns.
@Heiko You're better up to speed with the existing enhancement requests. I'm pretty sure this being reported somewhere
Yes, it has been discussed before - and rejected because of large controls. *** This bug has been marked as a duplicate of bug 122791 ***
I'm confused by marking as duplicate of bug 122791. This isn't a request to show more, this is a bug report that only 5 of the 6 columns are editable. (The arrow button to see more columns is unclickable)
Sorry, got it wrong. In fact I can see 6 columns with kf5/gen but only 5 with gtk3. Going down to 5 might be a (ugly) solution. Shouldn't be too difficult with this (abandoned) patch as code pointer https://gerrit.libreoffice.org/c/core/+/78648.
https://gerrit.libreoffice.org/c/core/+/123203 This is my solution. But it just solve the problem of the button. The position of the components in windows is slightly obscured or not aligned(When the resolution changes) I don’t know if I need to open another bug to deal with
Thanks! Tested that patch on top of e090afc2 and it solved it. --- But I'll wait until it lands in a released version, I'm not confident enough to run bleeding edge all the time. (At least not when I'm doing work...)
Verne-Lai committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/457a67a5b692e79db1aea775e0a2eb48bf1dbdfa tdf#143142 Solve the button cannot be used when table column is 6 It will be available in 7.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
(In reply to Lai-Verne from comment #8) > https://gerrit.libreoffice.org/c/core/+/123203 > > This is my solution. > But it just solve the problem of the button. > The position of the components in windows is slightly obscured or not > aligned(When the resolution changes) > I don’t know if I need to open another bug to deal with Thanks for the fix. I don't think you need to open a new report, you can keep refining the look while referring to this report (if you want to continue).
Looks like we just need to re-enable scroll to right button after number of fields property get changed. Sent pull request https://gerrit.libreoffice.org/c/core/+/127938
alt committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/a409739efe4507e23926d1862215c128904fda88 Fixed tdf#143142 when unable to scroll table column width properties. It will be available in 7.4.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
alt committed a patch related to this issue. It has been pushed to "libreoffice-7-3": https://git.libreoffice.org/core/commit/b65a0aadba3cba51c9ec4f543219351dfdb4bb6c Fixed tdf#143142 when unable to scroll table column width properties. It will be available in 7.3.0.2. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.