Description: Table alignment changes from automatic to left (or from left) after moving the inner table border of an embedded table in Webview with sidebar enabled Steps to Reproduce: 1. Open the attached file 2. Open table properties for the embedded table (automatic Alignment enabled) 3. Move the inner border of the embedded table to the left (with sidebar enabled) 4. pen table properties for the embedded table -> Alignment changes to From the left Actual Results: Alignment changes to From the left Expected Results: Automatic Alignment Reproducible: Always User Profile Reset: No Additional Info: Found in Version: 6.2.0.0.alpha0+ Build ID: c0fdcece6b886912618deee9656cb2d169a9b999 CPU threads: 4; OS: Windows 6.3; UI render: default; TinderBox: Win-x86@42, Branch:master, Time: 2018-08-12_00:35:45 Locale: en-US (nl_NL); Calc: CL but not in Versie: 4.4.7.2 Build ID: f3153a8b245191196a4b6b9abd1d0da16eead600 Locale: nl_NL
Created attachment 144196 [details] Example file
Created attachment 144197 [details] Bibisect log Bisected to author Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> 2015-05-17 22:19:02 +0900 committer Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> 2015-05-18 20:18:21 +0900 commit b951771244d511c140a7c84181a1e160d9ef97c1 (patch) tree 181aba4b9ca587d55a40ecc99bb86948b889386f parent e4fab06d82299054ddd46c7d925d300cd3d0a17d (diff) tdf#83527 change split window expande handle to be more visible https://cgit.freedesktop.org/libreoffice/core/commit/?id=b951771244d511c140a7c84181a1e160d9ef97c1 Odd, however: notice the flowing: 1. Open LibO5 disable the sidebar 2. Open the file 3. Move the inner border of the embedded table to the left 4. Enable sidebar -> cursor moves to a strange place
I don't see the tables in webview so I don't know how to repro. Maybe Tomaž will anyway. Adding Cc: to Tomaž Vajngerl
I also can't see tables in webview, but perhaps thats normal, because tables are part of the header and footer in normal view.
(In reply to Buovjaga from comment #3) Looks like the wrong sample file.. NEEDINFO for the time being
(In reply to Telesto from comment #5) > (In reply to Buovjaga from comment #3) > Looks like the wrong sample file.. NEEDINFO for the time being Hi Telesto, If you have a moment, could you please attached the correct file ?
Created attachment 145570 [details] Example file
Ok I repro with the new file. Webview was not needed. Arch Linux 64-bit Version: 6.2.0.0.alpha0+ Build ID: b7835c1d7465db6bea4cc80b6d0c2f71596938f1 CPU threads: 8; OS: Linux 4.18; UI render: default; VCL: gtk3_kde5; Locale: fi-FI (fi_FI.UTF-8); Calc: threaded Built on 8 October 2018
Sidebar was not needed either.
*** Bug 118780 has been marked as a duplicate of this bug. ***
Dear Telesto, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
*** Bug 142591 has been marked as a duplicate of this bug. ***
Still present in Version: 7.1.4.1 (x64) / LibreOffice Community Build ID: f67b1ddedeb24fca1c5938e7cebfab73d708b35b CPU threads: 4; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win Locale: de-DE (de_DE); UI: de-DE Calc: threaded Also independend from an embedded table Simplified steps to reproduce: 1. Open Writer 2. Insert a table (2x2) 3. Open table properties -> Table tab - Notice alignment automatic 4. Close the dialog by pressing cancel 5. Drag the inner border to left or right with the mouse 6. Open table properties -> Table tab -> Notice from left being enabled
(In reply to Dieter from comment #13) > Still present in > > Version: 7.1.4.1 (x64) / LibreOffice Community > Build ID: f67b1ddedeb24fca1c5938e7cebfab73d708b35b > CPU threads: 4; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: > win > Locale: de-DE (de_DE); UI: de-DE > Calc: threaded > > Also independend from an embedded table > > Simplified steps to reproduce: > 1. Open Writer > 2. Insert a table (2x2) > 3. Open table properties -> Table tab - Notice alignment automatic > 4. Close the dialog by pressing cancel > 5. Drag the inner border to left or right with the mouse > 6. Open table properties -> Table tab -> Notice from left being enabled This is bug 142591 (more recently introduced; 6.3 branch); maybe related maybe not It's even Windows only
The identified commit seemed to come from a file that didn't even demonstrate the problem. I can reproduce in LO 3.6 with Sample4.odt from comment 7. Assume inherited from OOo. For a code pointer, we can look at bug 120026. Unfortunately, Writer thinks the table size has changed slightly, so the fix isn't trivial.
Justin Luth committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/6ba3c85aad33ad3eded935185686dfcaaa7fcaa8 tdf#119298 sw: keep automatic position on trivial width change 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.
VERIFIED with Version: 7.4.0.0.alpha0+ (x64) / LibreOffice Community Build ID: e8c95b796626cb9db163f5d563fa67f38a5e92b0 CPU threads: 4; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win Locale: de-DE (de_DE); UI: en-GB Calc: CL Justin, thanks for fixing it!