Steps: 1) Open Calc with a git build 2) Open the sidebar's styles and formatting 3) Type some text and apply 'Accent 1' style to the cell 4) Notice that the text is not in bold Here is the xml from https://cgit.freedesktop.org/libreoffice/core/tree/sc/res/xml/styles.xml <style:style style:name="Accent" style:family="table-cell" style:parent-style-name="Default"> <style:text-properties fo:font-weight="bold"/> </style:style> <style:style style:name="Accent1" style:family="table-cell" style:parent-style-name="Accent"> <style:table-cell-properties fo:background-color="#000000"/> <style:text-properties fo:color="#ffffff"/> </style:style> Version: 5.3.0.0.alpha0+ Build ID: 55d028488580c5835682188cb8d23e5fe4dcb424 CPU Threads: 4; OS Version: Linux 4.4; UI Render: default; Locale: en-US (en_US.UTF-8); Calc: group
Not seeing the style in the list. I have experimental features enabled. How do I get them to display? Win 7 Pro 64-bit Version: 5.3.0.0.alpha1+ Build ID: 4b4abb73fcd7f2802e73102b3e7c30face8d309c CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; Layout Engine: old; TinderBox: Win-x86@39, Branch:master, Time: 2016-10-31_02:54:50 Locale: fi-FI (fi_FI); Calc: group
Confirmed in Version: 5.3.0.0.alpha1+ Build ID: 1b0aa768f2c5da65074a6eacfed5f61a121fb13d CPU Threads: 4; OS Version: Linux 4.2; UI Render: default; VCL: gtk2; Layout Engine: old; Locale: ca-ES (ca_ES.UTF-8); Calc: group
Still repro. Arch Linux 64-bit, KDE Plasma 5 Version: 6.0.0.0.alpha1+ Build ID: 2460e7637f635727f4596f3e3d799eed434df082 CPU threads: 8; OS: Linux 4.13; UI render: default; VCL: kde4; Locale: fi-FI (fi_FI.UTF-8); Calc: group Built on October 22nd 2017
** Please read this message in its entirety before responding ** 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
still repro in Version: 6.2.0.0.alpha0+ Build ID: cec31fdedd7c94f4ebf903a66456a75867db22b0 CPU threads: 4; OS: Windows 6.1; UI render: default; VCL: win; TinderBox: Win-x86@42, Branch:master, Time: 2018-10-21_22:54:44 Locale: ru-RU (ru_RU); Calc: threaded
Dear Yousuf Philips (jay) (retired), 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
Still repro Arch Linux 64-bit Version: 7.1.0.0.alpha1+ Build ID: 3d3180115be3b87e76189aea2031f0caa735dbb3 CPU threads: 8; OS: Linux 5.9; UI render: default; VCL: kf5 Locale: fi-FI (fi_FI.UTF-8); UI: en-US Calc: threaded Built on 11 November 2020
See sc/source/filter/orcus/interface.cxx:1320: ScOrcusStyles::font::font(): mnSize(10), maColor(COL_BLACK), mbBold(false), mbItalic(false), mbHasFontAttr(false), mbHasUnderlineAttr(false), mbHasStrikeout(false), meUnderline(LINESTYLE_NONE), maUnderlineColor(COL_WHITE), meStrikeout(STRIKEOUT_NONE) { } and void ScOrcusStyles::set_font_bold(bool b) { maCurrentFont.mbBold = b; maCurrentFont.mbHasFontAttr = true; } void ScOrcusStyles::set_font_italic(bool b) { maCurrentFont.mbItalic = b; maCurrentFont.mbHasFontAttr = true; } The mbBold and mbItalic is set default to false (rather than unset). As a result, if a result, if a child style inherit from a parent and the child did not set a font weight bold attribute, then the font weight for the child is explicitly set to not-bold rather than inherited. Not sure whether it is a bug in orcus or in libreoffice. One temporary solution is to set explicitly bold and italic attributes in the sc/res/xml/styles.xml for the child styles.
Bug reported to upstream Orcus: https://gitlab.com/orcus/orcus/-/issues/145
Kohei Yoshida committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/6b2da3ae3ea7f47dff3c807c151f88a9e1ae9964 tdf#103331: Make styles attributes optional. 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.
Kohei Yoshida committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/9547114247c09a90f283e42c4db947ae57e9529c tdf#103331: Add a test case for inherited font weight attributes. 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.
Fixed and a test case added. I'm done.
Kohei Yoshida committed a patch related to this issue. It has been pushed to "libreoffice-7-3": https://git.libreoffice.org/core/commit/afd8e27195bef78df3eb2d3ecab9cc3dae695b64 tdf#103331: Make styles attributes optional. It will be available in 7.3.0.0.beta2. 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.
it's ok now. Thanks Version: 7.3.0.1.0+ (x64) / LibreOffice Community Build ID: 821e5733ce2149544fb6ff0b3d39923340f93fa7 CPU threads: 4; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win Locale: ro-RO (ro_RO); UI: en-US Calc: threaded