Description: after following step, on sidebar, Page > Styles > Columns value to blank. Steps to Reproduce: 1. open writer 2. menu > format > Page Style -> open page style window 3. press Columns tab 4. on Settings, select predefined "2 columns with different size" icon. i.e. "2 columns with different size(left > right) 5. apply and OK -> document is divided to two columns. 6. open sidebar and page > Styles Actual Results: Page > Styles value is blank Expected Results: At least, this value is not blank. I seem if "2 columns with different size(left > right)", Columns value on sidebar is "left". Reproducible: Always User Profile Reset: No Additional Info: I confirm this version Version: 7.1.0.0.alpha0+ Build ID: 977a97f3148c0aece0a54304aae81ec44ced07e0 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3 Locale: ja-JP (ja_JP.UTF-8); UI: en-US TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time: 2020-08-30_05:36:32 Calc: threaded
Created attachment 164905 [details] ScreenCast if my description is uncleared, please see screencast
I confirm the behaviour with Version: 7.0.1.2 (x64) Build ID: 7cbcfc562f6eb6708b5ff7d7397325de9e764452 CPU threads: 4; OS: Windows 10.0 Build 19041; UI render: Skia/Raster; VCL: win Locale: de-DE (de_DE); UI: en-GB Calc: threaded Steps to reproduce ... 6. Open sidebar => Page tab => Styles
Dear sawakaze, 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 https://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://web.libera.chat/?settings=#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
Still present in Version: 7.5.0.0.alpha0+ (x64) / LibreOffice Community Build ID: 4060230ca5124f7bdd658f2aa5ee5527375edb86 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 threaded It seems to be the same for some (all) other settings: Changes in pages style dialog have no effect on settings in sidebar.
Investigated a bit. With bibisect repo linux-64-6.0, the state before 420452e56c2f18b85e6a59dbba80c06d96e28abd (tdf#67670 Change default column spacing to 0.5cm) was "Left". After the commit, it stays as "1 Column". The blankness started in 7.0 with 4a0d34fc4ec875d14d09156f7b4b3a51fb2f5e30 weld PageStylesPanel Note that it's important to use exactly the "2 columns with different size" preset. Let's add both Heiko and Caolán as they are the respective authors of the commits. Kind of strange why Heiko's commit would have such an effect.
Can confirm that reverting the column spacing to zero brings back the right selection. But we should not revert this modification. Rather add the 0.5cm to the comparison that should somehow happen in mpPageColumnItem.reset( static_cast<SfxInt16Item*>(pState->Clone()) ); at PageStylesPanel::NotifyItemUpdate(). Unfortunately this pointer blob magic is beyond my skills.