[Libreoffice-bugs] [Bug 121219] UI: Split view separator lines responsive on double click only after move by mouse
https://bugs.documentfoundation.org/show_bug.cgi?id=121219 --- Comment #5 from Kira Tubo --- Issue is still reproducible Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 695ae365dcab7c7dd59b39411299c5c200081885 CPU threads: 6; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win Locale: en-US (en_US); UI: en-US Calc: CL threaded -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157047] clicking on Properties under File cause program to hang
https://bugs.documentfoundation.org/show_bug.cgi?id=157047 Julien Nabet changed: What|Removed |Added Summary|clicking on Properties |clicking on Properties |under File cause programme |under File cause program to |to hang |hang -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157042] Calc crashes when closed
https://bugs.documentfoundation.org/show_bug.cgi?id=157042 Julien Nabet changed: What|Removed |Added CC||serval2...@yahoo.fr --- Comment #4 from Julien Nabet --- Just for the test, could you: - open a term/console - type: export SAL_USE_VCLPLUGIN=gen - try to reproduce the crash ? The goal is to know if it's rendering dependent or not. Also did you get LO 7.6.0.3 from openSUSE's repository or from another way? (I've just read about Tumbleweed being a rolling release version). I mean, when installing a software, there are dependencies to take into account. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 91901] Clicking on an image causes Paste toolbar button to loose drop down button
https://bugs.documentfoundation.org/show_bug.cgi?id=91901 --- Comment #5 from Kira Tubo --- Still reproducible with daily master build Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 695ae365dcab7c7dd59b39411299c5c200081885 CPU threads: 6; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win Locale: en-US (en_US); UI: en-US Calc: CL threaded -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157044] Font drop down has Linux Biolinum G selected, while the font being Verdana
https://bugs.documentfoundation.org/show_bug.cgi?id=157044 Julien Nabet changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0 |1 CC||serval2...@yahoo.fr --- Comment #2 from Julien Nabet --- On pc Debian x86-64 with master sources updated today, I could reproduce this. Nitpick: indeed at the steps 8 and 9, I see "Linux Biolinum G" selected by default in the list but at step 10 I can't say the new font (I don't have "Verdana" so used "Rubik") is back since it's always the one on the dialog (I mean above the list). -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157042] Calc crashes when closed
https://bugs.documentfoundation.org/show_bug.cgi?id=157042 Eric changed: What|Removed |Added Status|NEEDINFO|UNCONFIRMED Ever confirmed|1 |0 -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157042] Calc crashes when closed
https://bugs.documentfoundation.org/show_bug.cgi?id=157042 Eric changed: What|Removed |Added CC||erben...@comcast.net --- Comment #3 from Eric --- As far as I can tell 7.6 is the latest version - i don't understand you comment on updating. I'll test in safe mode but the issue is intermittent so it may take awhile. I'll try speeding things up by just repeating the opening and closing -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 115185] Selection is displayed incorrectly after window maximize.
https://bugs.documentfoundation.org/show_bug.cgi?id=115185 --- Comment #7 from Kira Tubo --- Still reproducible in daily master build. Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 695ae365dcab7c7dd59b39411299c5c200081885 CPU threads: 6; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win Locale: en-US (en_US); UI: en-US Calc: CL threaded -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 156638] Export to HTML results in a number of issues
https://bugs.documentfoundation.org/show_bug.cgi?id=156638 Buovjaga changed: What|Removed |Added CC||ilmari.lauhakangas@libreoff ||ice.org --- Comment #3 from Buovjaga --- You list eight issues while a report should should only be about a single issue. So separate reports will have to be created. However, some of the listed issues are already covered by existing reports. (In reply to robert from comment #0) > When the attached ODS file is saved in HTML format, there are at least these > issues: > > 1) Excessive bloat > The resulting HTML file has a size in excess of 10Mb, and part of this is > caused by > > a) Excessive indentation of the generated HTML - there should be a setting > to manage this, IN THE SAVE-AS DIALOGUE, and not is some obscure settings > dialogue that your average Tammy, Danny, or Harriet will never look at Possibly covered by bug 128638. > b) Inclusion of utterly useless data, in casu the "sdval" and "sdnum" > attributes. They serve abso-(strong expletive)-ingly no purpose in a html > document, and in my case the 2057 is quite likely something Windoze > specific, even worse... Bug 60071 comment 4 addresses this, but for export this could possibly be covered by bug 128638. > c) Lack of additional CSS, even just three selectors, .l, .c, and .r for > "text-align: left/center/right" would save considerable space, 'class="l"' > saves three chars over 'align="left"' Setting a default alignment for *all* > tables would result in (potentially) substantial additional savings. It is about Writer, but bug 95861 could possibly cover this, if the end result is a bigger rework of HTML handling. > 2) Navigation > a) Given that each sheet ends up in a sequentially numbered table, how hard > would it be to add backward and forward links to each of them, and an "up" > link to get back to the index? Requested in bug 106656. > b) If the top-row of a sheet is (a) frozen (heading), why not add something > like > > .sticky { > position: sticky; > top: 0; > width: fit-content; > } > > html { > scroll-padding-top: 3rem; > } > > to it, so that the same effect is achieved in the html Could not find existing report. > 3) Why are the html anchor tags in UPPERCASE??? Pretty cosmetic, but could not find existing report. > 4) How hard would it be to use the name of the ODS file in the tag, > when the create and modified dates are already used in (what are > essentially) useless meta tags? Could not find existing report. > 5) What the flippin' 'ell are the colgroup tags for? They do not stop some > cells from flowing into the next row, or let me rephrase that, THEY ACTUALLY > CAUSE CELLS TO WRAP! Possibly covered by bug 128638. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 106656] Add navigation links to sheets saved as HTML
https://bugs.documentfoundation.org/show_bug.cgi?id=106656 Buovjaga changed: What|Removed |Added Summary|Enhancement request for |Add navigation links to |documents saved as Html |sheets saved as HTML |files | -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157025] List presets should include an option with a dash "-"
https://bugs.documentfoundation.org/show_bug.cgi?id=157025 Kira Tubo changed: What|Removed |Added CC||libreoffice-ux-advise@lists ||.freedesktop.org Status|UNCONFIRMED |NEW Keywords||needsUXEval Ever confirmed|0 |1 --- Comment #1 from Kira Tubo --- Since this looks to be an enhancement request, I added needsUXEval to the Keyword and included libreoffice-ux-adv...@lists.freedesktop.org in the CC List. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 101772] UI - View source -> XML source raw editing mode, "make Dreamweaver obsolete"
https://bugs.documentfoundation.org/show_bug.cgi?id=101772 Bug 101772 depends on bug 36977, which changed state. Bug 36977 Summary: Improved HTML5/XHTML Import https://bugs.documentfoundation.org/show_bug.cgi?id=36977 What|Removed |Added Status|NEW |RESOLVED Resolution|--- |DUPLICATE -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 95861] Writer Web -- rework HTML export and import filters to use HTML 5 and inline CSS3 styles
https://bugs.documentfoundation.org/show_bug.cgi?id=95861 Buovjaga changed: What|Removed |Added CC||glepp...@gmx.de --- Comment #24 from Buovjaga --- *** Bug 36977 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 36977] Improved HTML5/XHTML Import
https://bugs.documentfoundation.org/show_bug.cgi?id=36977 Buovjaga changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW |RESOLVED CC||ilmari.lauhakangas@libreoff ||ice.org --- Comment #9 from Buovjaga --- *** This bug has been marked as a duplicate of bug 95861 *** -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 108799] [META] HTML and XHTML export bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=108799 Bug 108799 depends on bug 70273, which changed state. Bug 70273 Summary: Improve HTML export with more CSS styles than old HTML4 attributes https://bugs.documentfoundation.org/show_bug.cgi?id=70273 What|Removed |Added Status|NEW |RESOLVED Resolution|--- |DUPLICATE -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 95861] Writer Web -- rework HTML export and import filters to use HTML 5 and inline CSS3 styles
https://bugs.documentfoundation.org/show_bug.cgi?id=95861 Buovjaga changed: What|Removed |Added CC||de...@aiken.cz --- Comment #23 from Buovjaga --- *** Bug 70273 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 70273] Improve HTML export with more CSS styles than old HTML4 attributes
https://bugs.documentfoundation.org/show_bug.cgi?id=70273 Buovjaga changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--- |DUPLICATE CC||ilmari.lauhakangas@libreoff ||ice.org --- Comment #2 from Buovjaga --- *** This bug has been marked as a duplicate of bug 95861 *** -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 127488] Notebook Bar keyboard accelerators don't work in multiple MUFFIN UI modes
https://bugs.documentfoundation.org/show_bug.cgi?id=127488 Buovjaga changed: What|Removed |Added CC||avidseek...@protonmail.com --- Comment #6 from Buovjaga --- *** Bug 156633 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 156633] Access keys unavailable in tabbed UI
https://bugs.documentfoundation.org/show_bug.cgi?id=156633 Buovjaga changed: What|Removed |Added CC||ilmari.lauhakangas@libreoff ||ice.org Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #2 from Buovjaga --- *** This bug has been marked as a duplicate of bug 127488 *** -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 114451] Writer works not well while inserting large SVG file
https://bugs.documentfoundation.org/show_bug.cgi?id=114451 --- Comment #10 from Kira Tubo --- - This is no longer reproducible with the blend_modes.svg image file - With the filters.svg file, as Roman noted in comment #9, you can insert the file, but it takes around 30-45 seconds for LO Writer to respond. In the end, the file is successfully inserted. I did notice that the page scrolling got slower, but not enough to warrant any issues. Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 695ae365dcab7c7dd59b39411299c5c200081885 CPU threads: 6; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win Locale: en-US (en_US); UI: en-US Calc: CL threaded -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 156787] docx format not entirely correct
https://bugs.documentfoundation.org/show_bug.cgi?id=156787 Buovjaga changed: What|Removed |Added Ever confirmed|0 |1 CC||ilmari.lauhakangas@libreoff ||ice.org Status|UNCONFIRMED |NEEDINFO --- Comment #6 from Buovjaga --- Vladimir: we need you to attach to this report the original ODT document as produced by LibreOffice, so we can then save it as DOCX to see any difference. Please check this and produce an anonymised version of the ODT: https://wiki.documentfoundation.org/QA/Bugzilla/Sanitizing_Files_Before_Submission -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 156739] Customization dialog: Drag-and-Drop is broken (regression)
https://bugs.documentfoundation.org/show_bug.cgi?id=156739 QA Administrators changed: What|Removed |Added Keywords||bibisectRequest -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 156740] Labels Selection
https://bugs.documentfoundation.org/show_bug.cgi?id=156740 QA Administrators changed: What|Removed |Added Whiteboard| QA:needsComment| -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157030] hyphenation properties get lost when doc gets closed and reopened
https://bugs.documentfoundation.org/show_bug.cgi?id=157030 --- Comment #3 from QA Administrators --- [Automated Action] NeedInfo-To-Unconfirmed -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157030] hyphenation properties get lost when doc gets closed and reopened
https://bugs.documentfoundation.org/show_bug.cgi?id=157030 QA Administrators changed: What|Removed |Added Ever confirmed|1 |0 Status|NEEDINFO|UNCONFIRMED -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 153307] Takes approximately 30 seconds to open any size file
https://bugs.documentfoundation.org/show_bug.cgi?id=153307 QA Administrators changed: What|Removed |Added Resolution|--- |INSUFFICIENTDATA Status|NEEDINFO|RESOLVED -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 153307] Takes approximately 30 seconds to open any size file
https://bugs.documentfoundation.org/show_bug.cgi?id=153307 --- Comment #3 from QA Administrators --- Dear Bill, Please read this message in its entirety before proceeding. Your bug report is being closed as INSUFFICIENTDATA due to inactivity and a lack of information which is needed in order to accurately reproduce and confirm the problem. We encourage you to retest your bug against the latest release. If the issue is still present in the latest stable release, we need the following information (please ignore any that you've already provided): a) Provide details of your system including your operating system and the latest version of LibreOffice that you have confirmed the bug to be present b) Provide easy to reproduce steps – the simpler the better c) Provide any test case(s) which will help us confirm the problem d) Provide screenshots of the problem if you think it might help e) Read all comments and provide any requested information Once all of this is done, please set the bug back to UNCONFIRMED and we will attempt to reproduce the issue. Please do not: a) respond via email b) update the version field in the bug or any of the other details on the top section of our bug tracker Warm Regards, QA Team MassPing-NeedInfo-FollowUp -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 102495] [META] KDE (kf5) VCL backend bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=102495 Bug 102495 depends on bug 140566, which changed state. Bug 140566 Summary: Bug in Impress on Plasma Deskop with 2 monitors https://bugs.documentfoundation.org/show_bug.cgi?id=140566 What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|--- |INSUFFICIENTDATA -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 140566] Bug in Impress on Plasma Deskop with 2 monitors
https://bugs.documentfoundation.org/show_bug.cgi?id=140566 QA Administrators changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|--- |INSUFFICIENTDATA -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 76572] Headers and Labels are clipped in Math Formula and Customize windows
https://bugs.documentfoundation.org/show_bug.cgi?id=76572 --- Comment #5 from QA Administrators --- Dear Shawn Johnson, 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 -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 77940] Formatting error when use equation insert on the component '=' in relation operation
https://bugs.documentfoundation.org/show_bug.cgi?id=77940 --- Comment #11 from QA Administrators --- Dear liangyx25, 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 -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 140566] Bug in Impress on Plasma Deskop with 2 monitors
https://bugs.documentfoundation.org/show_bug.cgi?id=140566 --- Comment #24 from QA Administrators --- Dear giors_00, Please read this message in its entirety before proceeding. Your bug report is being closed as INSUFFICIENTDATA due to inactivity and a lack of information which is needed in order to accurately reproduce and confirm the problem. We encourage you to retest your bug against the latest release. If the issue is still present in the latest stable release, we need the following information (please ignore any that you've already provided): a) Provide details of your system including your operating system and the latest version of LibreOffice that you have confirmed the bug to be present b) Provide easy to reproduce steps – the simpler the better c) Provide any test case(s) which will help us confirm the problem d) Provide screenshots of the problem if you think it might help e) Read all comments and provide any requested information Once all of this is done, please set the bug back to UNCONFIRMED and we will attempt to reproduce the issue. Please do not: a) respond via email b) update the version field in the bug or any of the other details on the top section of our bug tracker Warm Regards, QA Team MassPing-NeedInfo-FollowUp -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 153654] Problem with template shortcut
https://bugs.documentfoundation.org/show_bug.cgi?id=153654 --- Comment #2 from QA Administrators --- Dear Edward Redondo, This bug has been in NEEDINFO status with no change for at least 6 months. Please provide the requested information as soon as possible and mark the bug as UNCONFIRMED. Due to regular bug tracker maintenance, if the bug is still in NEEDINFO status with no change in 30 days the QA team will close the bug as INSUFFICIENTDATA due to lack of needed information. For more information about our NEEDINFO policy please read the wiki located here: https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO If you have already provided the requested information, please mark the bug as UNCONFIRMED so that the QA team knows that the bug is ready to be confirmed. Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-NeedInfo-Ping -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 73404] Better defaults of ordered point lists - set spacing and indention also for numbering
https://bugs.documentfoundation.org/show_bug.cgi?id=73404 --- Comment #10 from QA Administrators --- Dear Dave Neary, 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 -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 70339] Word boundary definition problem
https://bugs.documentfoundation.org/show_bug.cgi?id=70339 --- Comment #17 from QA Administrators --- Dear Michael Bauer, 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 -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 138584] Language change, because of replacing letter
https://bugs.documentfoundation.org/show_bug.cgi?id=138584 --- Comment #6 from QA Administrators --- 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 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 -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 118440] If a javascript macro embedded in a document has errors can't be edited
https://bugs.documentfoundation.org/show_bug.cgi?id=118440 --- Comment #10 from QA Administrators --- Dear Luis, 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 -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 125386] Export as PNG is NOT scaling up when using Multi-language.
https://bugs.documentfoundation.org/show_bug.cgi?id=125386 --- Comment #16 from QA Administrators --- Dear i.kato80, 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 -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 114127] Internally set scale factor 1 is not set right.
https://bugs.documentfoundation.org/show_bug.cgi?id=114127 --- Comment #10 from QA Administrators --- Dear ricky.tigg, 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 -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 106221] Use of Javascript for writing Macros and Extensions not documented
https://bugs.documentfoundation.org/show_bug.cgi?id=106221 --- Comment #6 from QA Administrators --- Dear jan d, 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 -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157047] New: clicking on Properties under File cause programme to hang
https://bugs.documentfoundation.org/show_bug.cgi?id=157047 Bug ID: 157047 Summary: clicking on Properties under File cause programme to hang Product: LibreOffice Version: 7.5.3.2 release Hardware: x86-64 (AMD64) OS: All Status: UNCONFIRMED Severity: normal Priority: medium Component: LibreOffice Assignee: libreoffice-bugs@lists.freedesktop.org Reporter: rhbud...@dodo.com.au Description: When Properties option under file is clicked programme hangs Steps to Reproduce: 1 2. 3. Actual Results: Libre programme reset Expected Results: when I click on properties I expect to have properties summary Reproducible: Always User Profile Reset: Yes Additional Info: shown properties -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 100576] Changing text direction moves object on page
https://bugs.documentfoundation.org/show_bug.cgi?id=100576 --- Comment #5 from Kira Tubo --- The issue is still reproducible: Version: 7.6.0.3 (X86_64) / LibreOffice Community Build ID: 69edd8b8ebc41d00b4de3915dc82f8f0fc3b6265 CPU threads: 6; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win Locale: en-US (en_US); UI: en-US Calc: CL threaded Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 695ae365dcab7c7dd59b39411299c5c200081885 CPU threads: 6; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win Locale: en-US (en_US); UI: en-US Calc: CL threaded -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 149069] Warning when using libreoffice.jar from Maven, NativeLibraryLoader expects UnoClassLoader
https://bugs.documentfoundation.org/show_bug.cgi?id=149069 Hossein changed: What|Removed |Added Assignee|libreoffice-b...@lists.free |hoss...@libreoffice.org |desktop.org | -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 149069] Warning when using libreoffice.jar from Maven, NativeLibraryLoader expects UnoClassLoader
https://bugs.documentfoundation.org/show_bug.cgi?id=149069 Hossein changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 113339] [META] Updates bug tracker
https://bugs.documentfoundation.org/show_bug.cgi?id=113339 Stéphane Guillou (stragu) changed: What|Removed |Added Depends on||104833 Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=104833 [Bug 104833] Scroll panes in Check for Updates dialog do not expose names to assistive technologies -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 104833] Scroll panes in Check for Updates dialog do not expose names to assistive technologies
https://bugs.documentfoundation.org/show_bug.cgi?id=104833 Stéphane Guillou (stragu) changed: What|Removed |Added CC||stephane.guillou@libreoffic ||e.org Version|unspecified |Inherited From OOo Blocks||113339 Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=113339 [Bug 113339] [META] Updates bug tracker -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 108741] [META] Shapes bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=108741 Stéphane Guillou (stragu) changed: What|Removed |Added Depends on||156797 Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=156797 [Bug 156797] A open polyline with start point = end point is saved as polygon instead of polyline -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 156797] A open polyline with start point = end point is saved as polygon instead of polyline
https://bugs.documentfoundation.org/show_bug.cgi?id=156797 Stéphane Guillou (stragu) changed: What|Removed |Added Blocks||108741 Status|UNCONFIRMED |NEW Keywords||bibisectRequest Version|4.4.7.2 release |4.2.0.4 release CC||stephane.guillou@libreoffic ||e.org Ever confirmed|0 |1 --- Comment #2 from Stéphane Guillou (stragu) --- Thanks Regina. Reproduced in recent master build: Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 695ae365dcab7c7dd59b39411299c5c200081885 CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3 Locale: en-AU (en_AU.UTF-8); UI: en-US Calc: threaded Bibisecting with linux-64-releases, the first affected release was 4.2.0.0.beta1 (first bad commit in repo is 81670b1d7fce4d919e8511349b15604e1cafd071). So looks like the same cause as in bug 106500 comment 1. Do you think the two issues need to be handled separately, or is this a duplicate? Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=108741 [Bug 108741] [META] Shapes bugs and enhancements -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 109139] [META] Cell selection bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=109139 Stéphane Guillou (stragu) changed: What|Removed |Added Depends on||156800 Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=156800 [Bug 156800] No way to change selection colour in Libo on 7.6.0 release ? -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 156800] No way to change selection colour in Libo on 7.6.0 release ?
https://bugs.documentfoundation.org/show_bug.cgi?id=156800 Stéphane Guillou (stragu) changed: What|Removed |Added See Also||https://bugs.documentfounda ||tion.org/show_bug.cgi?id=14 ||5080 Blocks||109139 Status|UNCONFIRMED |NEW Keywords||bibisected, bisected, ||regression CC||heiko.tietze@documentfounda ||tion.org, ||stephane.guillou@libreoffic ||e.org Ever confirmed|0 |1 --- Comment #8 from Stéphane Guillou (stragu) --- I confirm with the gen VCL plugin: Version: 7.6.1.1 (X86_64) / LibreOffice Community Build ID: c7cda394c5de06de37d8109c310df89a4d4c3a98 CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: x11 Locale: en-AU (en_AU.UTF-8); UI: en-US Calc: threaded The mix of blue and maroon looks quite odd. The change is due to the fix for bug 145080: commit 258686a58f909ab04c7281c05f15882eb400748e author Heiko Tietze Wed May 17 16:48:30 2023 +0200 committer Heiko Tietze Tue May 23 09:44:21 2023 +0200 Resolves tdf#145080 - Use accent color for focused cell Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151887 Heiko, wasn't that supposed to only affect macOS? Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=109139 [Bug 109139] [META] Cell selection bugs and enhancements -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157021] Crash when in Sidebar click on Styles deck (gtk3)
https://bugs.documentfoundation.org/show_bug.cgi?id=157021 Stéphane Guillou (stragu) changed: What|Removed |Added Blocks||103182 CC||stephane.guillou@libreoffic ||e.org Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=103182 [Bug 103182] [META] GTK3-specific bugs -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 103182] [META] GTK3-specific bugs
https://bugs.documentfoundation.org/show_bug.cgi?id=103182 Stéphane Guillou (stragu) changed: What|Removed |Added Depends on||157021 Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=157021 [Bug 157021] Crash when in Sidebar click on Styles deck (gtk3) -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 156530] FIREBIRD: Copying a table from one database file to another gives wrong decimal numbers.
https://bugs.documentfoundation.org/show_bug.cgi?id=156530 Stéphane Guillou (stragu) changed: What|Removed |Added Version|7.5.5.2 release |7.0.6.2 release Keywords|bibisectRequest | --- Comment #22 from Stéphane Guillou (stragu) --- Reproduced in: Version: 7.0.6.2 Build ID: 144abb84a525d8e30c9dbbefa69cbbf2d8d4ae3b CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3 Locale: en-AU (en_AU.UTF-8); UI: en-US Calc: threaded In 6.0 (experimental features turned on), 6.1, 6.2, 6.3 and 6.4, pasting would give an error and result in an empty table. So I don't see it as a regression, I don't think such a paste ever worked. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 156765] 'Save As' dialogue box is inconsistent in whether it shows a default file type or not
https://bugs.documentfoundation.org/show_bug.cgi?id=156765 --- Comment #5 from Stéphane Guillou (stragu) --- (In reply to Caolán McNamara from comment #4) > I'm fairly confident that it is not our doing. We set the initial name and > it is not us that is adding the suffix when visiting a dir after the initial > name is set and the dir has a file which will match the initial name and > default filter suffix. > > I think I can reproduce it with gedit which defaults to showing "Untitled > Document 1" as the filename to save. > > a) touch ~/Downloads/"Untitled Document 1.txt" > b) gedit > c) save > file chooser says "Untitled Document 1" > d) pick "Music" or some random dir and it stays as "Untitled Document 1" > e) pick "Downloads" which has the "Untitled Document 1.txt" from a) and it > also goes to "Untitled Document 1.txt" with ".txt" selected like LibreOffice > does. > > So I think it is built-in gtk file chooser behaviour outside of our control. You're right, I see it with gedit too now. Thanks for the input, I agree with "not our bug". -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 156791] LibreOffice 7.5.5 has memory leak
https://bugs.documentfoundation.org/show_bug.cgi?id=156791 Stéphane Guillou (stragu) changed: What|Removed |Added Version|7.5.5.2 release |7.4.7.2 release -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157046] CONFIGURATION: Autocorrect Localized Options for Quotes changed when LO closed/reopened
https://bugs.documentfoundation.org/show_bug.cgi?id=157046 Kira Tubo changed: What|Removed |Added Severity|normal |minor --- Comment #3 from Kira Tubo --- Since this looks like it's fixed in the daily master build, updated severity/importance to Minor -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157046] CONFIGURATION: Autocorrect Localized Options for Quotes changed when LO closed/reopened
https://bugs.documentfoundation.org/show_bug.cgi?id=157046 --- Comment #2 from Kira Tubo --- Not reproducible on daily master build Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 695ae365dcab7c7dd59b39411299c5c200081885 CPU threads: 6; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win Locale: en-US (en_US); UI: en-US Calc: CL threaded -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 156683] Crash in: comphelper::AccessibleEventNotifier::revokeClientNotifyDisposing(unsigned int, com::sun::star::uno::Reference
https://bugs.documentfoundation.org/show_bug.cgi?id=156683 --- Comment #13 from Stéphane Guillou (stragu) --- (In reply to Julien Nabet from comment #12) > The patch has been pushed in 7.6 but it should be ok from 7.6.1 not 7.6.0 so > it's expected. I was just following up on comment 4, but you're right, I should have gone straight to the pre-release. Still, as Michael predicted, not fixed by d6c20138ef1a045ca8e830db5ee09bc5d77153be in: Version: 7.6.1.1 (X86_64) / LibreOffice Community Build ID: c7cda394c5de06de37d8109c310df89a4d4c3a98 CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3 Locale: en-AU (en_AU.UTF-8); UI: en-US Calc: threaded -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 91192] AutoCorrect: Writer not recognizing a URL's trailing carat, hash mark, question mark, backslash, or pipe
https://bugs.documentfoundation.org/show_bug.cgi?id=91192 --- Comment #19 from tylergloria --- The special characters you mentioned, such as carats (^), hash marks (#), question marks (?), and backslashes (), are sometimes used in URLs for specific purposes. This can lead to issues when the URL contains these characters at the end. Check this detail https://www.ietf.org/rfc/rfc1738.txt Best way to dig this to use browser developer tools to inspect network requests and redirects or use any online tool like https://redirectchecker.com/ This can help you to get detail redirection chain and its status code. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157046] CONFIGURATION: Autocorrect Localized Options for Quotes changed when LO closed/reopened
https://bugs.documentfoundation.org/show_bug.cgi?id=157046 --- Comment #1 from Kira Tubo --- Created attachment 189298 --> https://bugs.documentfoundation.org/attachment.cgi?id=189298&action=edit start and end quote in autocorrect options changed -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 149069] Warning when using libreoffice.jar from Maven, NativeLibraryLoader expects UnoClassLoader
https://bugs.documentfoundation.org/show_bug.cgi?id=149069 --- Comment #6 from Commit Notification --- Hossein committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/345b214c37d1f645dd0e6e084358f8ca81d9ed66 tdf#149069 Revert "ridljar: check UnoClassLoader used for NativeLibraryLoader" It will be available in 24.2.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. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 149069] Warning when using libreoffice.jar from Maven, NativeLibraryLoader expects UnoClassLoader
https://bugs.documentfoundation.org/show_bug.cgi?id=149069 Commit Notification changed: What|Removed |Added Whiteboard||target:24.2.0 -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157046] New: CONFIGURATION: Autocorrect Localized Options for Quotes changed when LO closed/reopened
https://bugs.documentfoundation.org/show_bug.cgi?id=157046 Bug ID: 157046 Summary: CONFIGURATION: Autocorrect Localized Options for Quotes changed when LO closed/reopened Product: LibreOffice Version: 7.6.0.3 release Hardware: x86-64 (AMD64) OS: Windows (All) Status: UNCONFIRMED Severity: normal Priority: medium Component: Writer Assignee: libreoffice-bugs@lists.freedesktop.org Reporter: kira.t...@gmail.com Description: The symbols that are saved for Single/Double Quotes in the Autocorrect Options > Localized Options are different when LO Writer is closed, then reopened See attachment for more details. Steps to Reproduce: 1. Go to Tools > Autocorrect > Autocorrect options > Localized Options 2. Set new symbols for both Single Quotes and Double Quotes (example: U+2039 for Starting Quote and U+203A for Ending Quote) 3. Click OK 4. Repeat step 1 to make sure settings were saved 5. Close LO Writer 6. Reopen LO Writer 7. Repeat step 1 and note results Actual Results: The symbols in step 2 are changed: 1. The Starting Quote symbol is set to Default 2. The Ending Quote symbol is saved with the symbol that was initially saved in the Starting Quote of step 2. For example, if the Starting Quote symbol was U+2039, when LO Writer is closed/reopened, the Ending Quote symbol is now U+2039 Expected Results: The symbols saved in step 2 should still be applied when LO Writer is closed/reopened Reproducible: Always User Profile Reset: No Additional Info: Version: 7.6.0.3 (X86_64) / LibreOffice Community Build ID: 69edd8b8ebc41d00b4de3915dc82f8f0fc3b6265 CPU threads: 6; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win Locale: en-US (en_US); UI: en-US Calc: CL threaded -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 156981] Theme color is not used for rendering
https://bugs.documentfoundation.org/show_bug.cgi?id=156981 --- Comment #2 from Tomaz Vajngerl --- Hm... there is no svg:stroke-color and draw::fill-color attributes in the document. For backwards compatibility they should always be written in addition to stroke-complex-color and fill-complex-color elements. I have set the same theme to the document again, so the colors are recalculated and the svg:stroke-color and draw::fill-color are properly written to the saved document, so the document also loads with correct colors set. On load we don't trigger theme recalculation, because of the assumption that the old color attributes are still present and have the correctly recalculated theme color set. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 135257] Track and changes show doesn't show the expected bullets
https://bugs.documentfoundation.org/show_bug.cgi?id=135257 --- Comment #11 from Justin L --- (In reply to Michael Stahl (allotropia) from comment #8) > this happens because Backspace is handled specially to remove numbering That is when sw/source/uibase/docvw/edtwin.cxx KEY_BACKSPACE calls rSh.NumOrNoNum -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 103341] [META] AutoCorrect and Word Completion bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=103341 Bug 103341 depends on bug 139744, which changed state. Bug 139744 Summary: AutoCorrect: faulty replacement of single Quotation Marks https://bugs.documentfoundation.org/show_bug.cgi?id=139744 What|Removed |Added Status|NEW |RESOLVED Resolution|--- |WORKSFORME -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 139744] AutoCorrect: faulty replacement of single Quotation Marks
https://bugs.documentfoundation.org/show_bug.cgi?id=139744 Kira Tubo changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--- |WORKSFORME --- Comment #3 from Kira Tubo --- No longer reproducible in daily master or stable builds. Updating Status to RESOLVED - WORKSFORME. Note: the original issue was only reproducible in v.7.0.3.1 when the "Default languages for documents" setting was set to "German (Germany)" under Tools > Options > Language Settings > Languages > Default Languages for Documents Version: 7.6.0.3 (X86_64) / LibreOffice Community Build ID: 69edd8b8ebc41d00b4de3915dc82f8f0fc3b6265 CPU threads: 6; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win Locale: en-US (en_US); UI: en-US Calc: CL threaded Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 695ae365dcab7c7dd59b39411299c5c200081885 CPU threads: 6; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win Locale: en-US (en_US); UI: en-US Calc: CL threaded -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157045] New: Dialog hangs on pressing OK in justinvoice.ots (from LO extensions download)
https://bugs.documentfoundation.org/show_bug.cgi?id=157045 Bug ID: 157045 Summary: Dialog hangs on pressing OK in justinvoice.ots (from LO extensions download) Product: LibreOffice Version: 7.6.0.0 alpha0+ Hardware: All OS: All Status: UNCONFIRMED Keywords: bibisected, bisected, regression Severity: normal Priority: medium Component: Calc Assignee: libreoffice-bugs@lists.freedesktop.org Reporter: jl...@mail.com CC: jl...@mail.com, noelgran...@gmail.com Created attachment 189297 --> https://bugs.documentfoundation.org/attachment.cgi?id=189297&action=edit justinvoice.ots: http://extensions.libreoffice.org/assets/downloads/z/justinvoice.ots Starting in LO 7.6, the justinvoice.ots template doesn't work any more. Steps to reproduce after downloading justinvoice.ots: -open document with Tools - Options - Security - Macro Security at <= Medium -press the "Make new invoice" button - a dialog pops up. -enter an abbreviation and press OK: LO hangs This is fixed by reverting to the following 7.6 commits: Dialog doesn't pop up at all starting with commit ba4191ff0de05334ba32b53a09ad992710f03f9d Author: Noel Grandin on Mon Jan 30 21:48:53 2023 +0200 osl::Mutex->std::mutex in ImplEventAttacherManager with was fixed by Dialog opens again: commit 944d855f2fb4eb2a50c0e678c4fe51eb93e4e567 Author: Noel Grandon Wed Feb 15 11:24:49 2023 +0200 tdf#153611 Opening dialog via macro no longer works The same problem is seen with the more advanced invoicer https://extensions.libreoffice.org/fr/extensions/show/justinvoice-simple-automatic-invoice-generation Adding CC: to Noel Grandin -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157042] Calc crashes when closed
https://bugs.documentfoundation.org/show_bug.cgi?id=157042 --- Comment #2 from m.a.riosv --- And updating the version could be a good chance. Earlier versions are used to be the more problematic. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157042] Calc crashes when closed
https://bugs.documentfoundation.org/show_bug.cgi?id=157042 m.a.riosv changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED |NEEDINFO CC||miguelangelrv@libreoffice.o ||rg --- Comment #1 from m.a.riosv --- Please test in safe mode, Menu/Help/Restart in Safe Mode -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157038] Auto Spell Checker Prevents Cell Selection Right Click
https://bugs.documentfoundation.org/show_bug.cgi?id=157038 --- Comment #1 from crx...@hotmail.com --- Update: It doesn't matter how far left the misspelled word cells are, you can't select and right click a range anywhere to the right of those cells. Right clicking on the range only fails if ALL the cells have a corresponding misspelled words in cells to the left. Bug is also present in 7.6.0 -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157040] New Page user experience
https://bugs.documentfoundation.org/show_bug.cgi?id=157040 m.a.riosv changed: What|Removed |Added CC||miguelangelrv@libreoffice.o ||rg --- Comment #1 from m.a.riosv --- I think a better question, to ask first in https://ask.libreoffice.org/c/english/5 -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157044] Font drop down has Linux Biolinum G selected, while the font being Verdana
https://bugs.documentfoundation.org/show_bug.cgi?id=157044 Telesto changed: What|Removed |Added Version|24.2.0.0 alpha0+ Master |Inherited From OOo --- Comment #1 from Telesto --- Also in Versie: 4.4.7.2 Build ID: f3153a8b245191196a4b6b9abd1d0da16eead600 Locale: nl_NL and in OpenOffice 2.2.0 -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157044] New: Font drop down has Linux Biolinum G selected, while the font being Verdana
https://bugs.documentfoundation.org/show_bug.cgi?id=157044 Bug ID: 157044 Summary: Font drop down has Linux Biolinum G selected, while the font being Verdana Product: LibreOffice Version: 24.2.0.0 alpha0+ Master Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: medium Component: Writer Assignee: libreoffice-bugs@lists.freedesktop.org Reporter: tele...@surfxs.nl Description: Font drop down has Linux Biolinum G selected, while the font being Verdana Steps to Reproduce: 1. Open Writer 2. Set font to: Linux Biolinum G (or some other font) 3. Type Hello World 4. Select "Hello World" 5. Format -> Character -> Font tab 6. Type: Verdana 7. Hit Enter (or Press OK) 8. Press the drop down arrow of the font box -> Linux Biolinum G being selected 9. Press drop down arrow again: still showing Linux Biolinum G 10. Click inside Hello World -> Verdana is back Actual Results: Linux Biolinum G marked as active Expected Results: Verdana marked as active Reproducible: Always User Profile Reset: No Additional Info: Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: c9916d9be9c060d43fc063b76d70629162650fea CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win Locale: nl-NL (nl_NL); UI: en-US Calc: CL threaded -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 152656] "Drawing Style" should be renamed "Drawing Object Style" or "Shape Style"
https://bugs.documentfoundation.org/show_bug.cgi?id=152656 Eyal Rozenberg changed: What|Removed |Added Keywords||needsUXEval --- Comment #10 from Eyal Rozenberg --- (In reply to Heiko Tietze from comment #7) > "Shape Style" is indeed short and catchy. Anyone +1? So, are we going with Shape Styles? -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157043] LibreOffice copy paste bug's persistence
https://bugs.documentfoundation.org/show_bug.cgi?id=157043 Julien Nabet changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED --- Comment #1 from Julien Nabet --- (In reply to perchecrik from comment #0) > See earlier bug reports. > ... I don't know what copy paste bug or which bugs you're talking about but since you're saying there are already some bugtrackers concerning this issue, no need to create a new one for just telling it again. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 131470] Swapping columns across multiple sheets works correctly only on the active sheet
https://bugs.documentfoundation.org/show_bug.cgi?id=131470 --- Comment #3 from Kira Tubo --- The issue is still reproducible: Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 695ae365dcab7c7dd59b39411299c5c200081885 CPU threads: 6; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win Locale: en-US (en_US); UI: en-US Calc: CL threaded -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 147105] Document the various new PDF export options in command-line
https://bugs.documentfoundation.org/show_bug.cgi?id=147105 Commit Notification changed: What|Removed |Added Whiteboard|target:7.6.0|target:7.6.0 target:24.2.0 -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 147105] Document the various new PDF export options in command-line
https://bugs.documentfoundation.org/show_bug.cgi?id=147105 --- Comment #9 from Commit Notification --- Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/d686d91fb8d108c8283dd8d9f537224ed43ac6ac tdf#147105 More PDF export param documented -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 154492] Presentation Styles aren't.
https://bugs.documentfoundation.org/show_bug.cgi?id=154492 --- Comment #16 from Eyal Rozenberg --- (In reply to Regina Henschel from comment #15) > So you should read "Presentation Styles" as "Styles which > are used in presentations for objects which are specific for presentations". Regina, come on. That's not a serious suggestion. Think again of the style categories we have in our modules: Writer: Paragraph Styles, Character Styles, Page Styles, List Styles. Calc: Cell Styles, Drawing (Object) Styles, Page Styles. Impress: Drawing (Object) Styles, Presentation Styles. For all of these categories, except "Presentation Styles", the semantic is very clear: When you have an XYZ, you can choose the XYZ Styles category on the styles tab, and apply any one of those styles to your XYZ. And that's because "XYZ Styles" are "Styles of XYZ entities", "Styles applicable any XYZ entity": Page styles are styles of pages, paragraph styles are styles of paragraphs etc. No LO user looks at, say, "List styles" and thinks that these are "styles which a re used in lists for objects which are specific for lists". Those are styles for lists - plain and simple. > When you examine these objects with the Development Tools and look at their > ShapeType, you will see, that they are of kind com.sun.star.presentation, > whereas other objects are of kind com.sun.star.drawing. But LO users don't examine anything with developer tools. We see what's in front of us and expect clear and consistent information from the UI. Which we mostly do get, except for "Presentation Styles". That's simply a misuse of the styles sidebar. Items in master slides can be accessed via master slide view. and if it's really important for some reason to have a list of these items on the sidebar - developers can introduce a different sidebar, not 'Styles', for master-slide elements or presentation elements or what-not. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 156791] LibreOffice 7.5.5 has memory leak
https://bugs.documentfoundation.org/show_bug.cgi?id=156791 --- Comment #10 from vxs2...@yahoo.com --- Yes, this is the build: https://git.libreoffice.org/core/+log/723314e595e8007d3cf785c16538505a1c878ca5 -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157021] Crash when in Sidebar click on Styles deck (gtk3)
https://bugs.documentfoundation.org/show_bug.cgi?id=157021 --- Comment #5 from Caolán McNamara --- I don't know if there is a v. quick fix. I think I suggested using set_text and some explicit column number in the first place to avoid a vcl edge case, but what I think is happening here is that the gtk treeviews, for the other edge case of a custom rendering preview, have a pixmap/cairo-surface at the expected index so the two edge cases show a bit of contradictory poor implementation by me there. I probably need to do something like remove the pixmap/cairo-surface for custom rendering out of the .ui file, so the column mapping stuff we do works as it normally does for these treeviews in gtk, and bung it at the end at run-time (or something of that nature) when togged into the custom-render more. Might be easiest to revert for now and if I get a chance then sort it out with a bit of thought. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157036] libreoffice portable V7.6 calc program can not achieve the following function insert->filed(date, sheet name, document_title)
https://bugs.documentfoundation.org/show_bug.cgi?id=157036 ady changed: What|Removed |Added Keywords||needsUXEval --- Comment #2 from ady --- When you first click on the formula bar (input box) then you can insert those fields. Each cell can have multiple fields, or another text and fields and so on. I guess that, even when the Insert > Field menu entry is grayed out (before entering into cell's edit mode), the sub-menu could also be displayed (also grayed out), so the user has a clue of what potential alternative fields would be available. In that case, this ticket should be modified, changing the title subject in order to request this change. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 156454] Indication of which table rows are considered heading rows is "hidden away" from the user
https://bugs.documentfoundation.org/show_bug.cgi?id=156454 --- Comment #9 from Eyal Rozenberg --- (In reply to Heiko Tietze from comment #8) > We realized during the session that table styles always accept one rows as > header, independently from the number of heading rows. Coming from Calc or > Draw/Impress this makes sense but should reworked for Writer. If done it > would provide a clear indication of header rows too. ... and consequently, I've opened bug 157024 about this behavior of table "styles" (which are not styles). -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157043] New: LibreOffice copy paste bug's persistence
https://bugs.documentfoundation.org/show_bug.cgi?id=157043 Bug ID: 157043 Summary: LibreOffice copy paste bug's persistence Product: LibreOffice Version: 7.6.0.3 release Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: medium Component: Writer Assignee: libreoffice-bugs@lists.freedesktop.org Reporter: perchec...@gmail.com Description: Libreoffice copy paste bug has persisted through many releases, and occurs on many operating systems. This bug, and the possibility of it occurring and persisting without resolution, makes relying on the Libreoffice untenable. Steps to Reproduce: See earlier bug reports. Actual Results: Critical feature of program does not work reliably, and issue persists despite numerous bug reports. Expected Results: Copy paste is an essential component of editing software, and should never fail. Should it occur it should be fixed, and it should never reoocur. Reproducible: Always User Profile Reset: No Additional Info: The software should function. Note that the 'Version' field does not accept 'unspecified', and my selection for this field should be disregarded. I have encountered this problem over several versions for many years. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 102985] [META] Font bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=102985 Bug 102985 depends on bug 143213, which changed state. Bug 143213 Summary: Font formating in Formula not applying https://bugs.documentfoundation.org/show_bug.cgi?id=143213 What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 156816] Base Field Properties enhancement in table design
https://bugs.documentfoundation.org/show_bug.cgi?id=156816 Commit Notification changed: What|Removed |Added Whiteboard||target:24.2.0 -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157042] New: Calc crashes when closed
https://bugs.documentfoundation.org/show_bug.cgi?id=157042 Bug ID: 157042 Summary: Calc crashes when closed Product: LibreOffice Version: 7.6.0.3 release Hardware: x86-64 (AMD64) OS: Linux (All) Status: UNCONFIRMED Severity: normal Priority: medium Component: Calc Assignee: libreoffice-bugs@lists.freedesktop.org Reporter: erben...@comcast.net Description: Version: 7.6.0.3 (X86_64) / LibreOffice Community Build ID: 60(Build:3) CPU threads: 12; OS: Linux 6.4; UI render: default; VCL: kf5 (cairo+xcb) Locale: en-US (en_US.UTF-8); UI: en-US Calc: CL threaded openSUSE Tumbleweed 20230823 (x86_64) on kernel 6.4.11-1-default Installed Memory 16G KDE 5.109.0 Plasma 5.27.7 Qt: 5.15.10 Display Type:x11 Several times now, when i close calc it segfaults. Here is the debug info: Application: soffice (soffice), signal: Segmentation fault [KCrash Handler] #4 rtl::str::release<_rtl_uString>(_rtl_uString*) () at /usr/src/debug/libreoffice-7.6.0.3/sal/rtl/strtmpl.hxx:745 #5 rtl_uString_release(_rtl_uString*) (pThis=0x7fac60757fc0) at /usr/src/debug/libreoffice-7.6.0.3/sal/rtl/ustring.cxx:1178 #6 0x7facc04bb95b in rtl::OUString::~OUString() () at /usr/src/debug/libreoffice-7.6.0.3/include/rtl/ustring.hxx:549 #7 std::pair::~pair() () at /usr/include/c++/13/bits/stl_pair.h:187 #8 std::__new_allocator, true> >::destroy >(std::pair*) () at /usr/include/c++/13/bits/new_allocator.h:194 #9 std::allocator_traits, true> > >::destroy >(std::allocator, true> >&, std::pair*) () at /usr/include/c++/13/bits/alloc_traits.h:557 #10 std::__detail::_Hashtable_alloc, true> > >::_M_deallocate_node(std::__detail::_Hash_node, true>*) () at /usr/include/c++/13/bits/hashtable_policy.h:2020 #11 std::__detail::_Hashtable_alloc, true> > >::_M_deallocate_nodes(std::__detail::_Hash_node, true>*) () at /usr/include/c++/13/bits/hashtable_policy.h:2042 #12 std::_Hashtable, std::allocator >, std::__detail::_Select1st, std::equal_to, std::hash, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits >::clear() (this=0x7facc370a440 <_ZZN10comphelper6detail20ConfigurationWrapper3getEvE7WRAPPER.lto_priv.0+64>) at /usr/include/c++/13/bits/hashtable.h:2509 #13 0x7facc060cae3 in std::unordered_map, std::equal_to, std::allocator > >::clear() () at /usr/include/c++/13/bits/unordered_map.h:798 #14 comphelper::detail::ConfigurationWrapper::~ConfigurationWrapper() () at /usr/src/debug/libreoffice-7.6.0.3/comphelper/source/misc/configuration.cxx:167 #15 0x7facbee41b66 in __run_exit_handlers () at /lib64/libc.so.6 #16 0x7facbee41cb0 in () at /lib64/libc.so.6 #17 0x7facbee281f7 in __libc_start_call_main () at /lib64/libc.so.6 #18 0x7facbee282b9 in __libc_start_main_impl () at /lib64/libc.so.6 #19 0x55a5f4df30c5 in _start () at ../sysdeps/x86_64/start.S:115 [Inferior 1 (process 21830) detached] Steps to Reproduce: 1.After working on calc with multiple sheets, I save my work then close it. Calc crashes at that point 2. 3. Actual Results: Calc crashes with a segfault Expected Results: Should close without a segfault Reproducible: Sometimes User Profile Reset: No Additional Info: Version: 7.6.0.3 (X86_64) / LibreOffice Community Build ID: 60(Build:3) CPU threads: 12; OS: Linux 6.4; UI render: default; VCL: kf5 (cairo+xcb) Locale: en-US (en_US.UTF-8); UI: en-US Calc: CL threaded -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157041] Previews in the Slide Pane should update preview while editing contents
https://bugs.documentfoundation.org/show_bug.cgi?id=157041 Rafael Lima changed: What|Removed |Added Summary|Previews in the Slide Pane |Previews in the Slide Pane |should update preview while |should update preview while |updating contents |editing contents -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157041] New: Previews in the Slide Pane should update preview while updating contents
https://bugs.documentfoundation.org/show_bug.cgi?id=157041 Bug ID: 157041 Summary: Previews in the Slide Pane should update preview while updating contents Product: LibreOffice Version: 7.5.5.2 release Hardware: All OS: All Status: UNCONFIRMED Severity: enhancement Priority: medium Component: Impress Assignee: libreoffice-bugs@lists.freedesktop.org Reporter: rafael.palma.l...@gmail.com In Impress, the Slides Pane shows a preview of all slides. When you're editing the current slide, the preview only updates after you exit the object being edited. For instance, while you're editing the main text in a slide, the preview will not update while editing. It'll only update after you leave the text box. I propose we add a timer so that the preview can be updated while editing... maybe every 2 seconds. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 130924] replace debugging printf calls with SAL_INFO/SAL_WARN
https://bugs.documentfoundation.org/show_bug.cgi?id=130924 Commit Notification changed: What|Removed |Added Whiteboard|target:7.0.0 target:7.3.0 |target:7.0.0 target:7.3.0 |target:7.4.0 target:7.6.0 |target:7.4.0 target:7.6.0 ||target:24.2.0 -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157032] Add ability to group frames in LO Writer
https://bugs.documentfoundation.org/show_bug.cgi?id=157032 Rafael Lima changed: What|Removed |Added Summary|Enhancement request - LO|Add ability to group frames |Writer |in LO Writer --- Comment #1 from Rafael Lima --- I'm updating the title to better convey your request. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157040] New: New Page user experience
https://bugs.documentfoundation.org/show_bug.cgi?id=157040 Bug ID: 157040 Summary: New Page user experience Product: LibreOffice Version: 7.5.3.2 release Hardware: All OS: Windows (All) Status: UNCONFIRMED Severity: enhancement Priority: medium Component: Writer Assignee: libreoffice-bugs@lists.freedesktop.org Reporter: markbal...@gmail.com Being new user sometimes common sense usability roadblocks are easier to see. So I will try to provide some insight into my first try experience. I decide to use Writer to create a simple pdf to share some screenshots with a group of people. I have 9 screenshots, so the pdf would be multipaged. I open Write, insert images, when I need to move to the second page to insert images I was not able to easily active another page, it was not even clear to me how to do that. I tried to put curses after image but seems image was floating and not really inserted in page so when I tried to move to open space to the right or below last image inserted I was not able to. I could not find an easy way from the open document page to invoke a second page. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 156765] 'Save As' dialogue box is inconsistent in whether it shows a default file type or not
https://bugs.documentfoundation.org/show_bug.cgi?id=156765 Caolán McNamara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--- |NOTOURBUG --- Comment #4 from Caolán McNamara --- I'm fairly confident that it is not our doing. We set the initial name and it is not us that is adding the suffix when visiting a dir after the initial name is set and the dir has a file which will match the initial name and default filter suffix. I think I can reproduce it with gedit which defaults to showing "Untitled Document 1" as the filename to save. a) touch ~/Downloads/"Untitled Document 1.txt" b) gedit c) save file chooser says "Untitled Document 1" d) pick "Music" or some random dir and it stays as "Untitled Document 1" e) pick "Downloads" which has the "Untitled Document 1.txt" from a) and it also goes to "Untitled Document 1.txt" with ".txt" selected like LibreOffice does. So I think it is built-in gtk file chooser behaviour outside of our control. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157039] New: Method to clear search text drop down list in Base form.
https://bugs.documentfoundation.org/show_bug.cgi?id=157039 Bug ID: 157039 Summary: Method to clear search text drop down list in Base form. Product: LibreOffice Version: 7.6.0.3 release Hardware: All OS: All Status: UNCONFIRMED Severity: enhancement Priority: medium Component: Base Assignee: libreoffice-bugs@lists.freedesktop.org Reporter: jdm...@juno.com Description: In a Base form record search, in the text selection, the drop down selection box shows suggestions from previous searches from any other database used which may be completely irrelevant to the current database being searched. Need a way to clear previous search terms - such as a right click context action. Steps to Reproduce: 1.Open a Base form 2.Select Record Search 3.Select Search for - Text 4.Select drop down Actual Results: Suggestions show all previous Base form searches Expected Results: Allow clearing of the drop down list suggestions. Reproducible: Always User Profile Reset: No Additional Info: Version: 7.6.0.3 (X86_64) / LibreOffice Community Build ID: 69edd8b8ebc41d00b4de3915dc82f8f0fc3b6265 CPU threads: 12; OS: Windows 10.0 Build 22621; UI render: default; VCL: win Locale: en-US (en_US); UI: en-US Calc: threaded -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157034] FILESAVE loext:theme-type is off by one
https://bugs.documentfoundation.org/show_bug.cgi?id=157034 Julien Nabet changed: What|Removed |Added Assignee|serval2...@yahoo.fr |libreoffice-b...@lists.free ||desktop.org Status|ASSIGNED|NEW --- Comment #4 from Julien Nabet --- I abandoned the patch since the unit test failed. Unassign myself. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 130941] Graphical issue with vectors in LibreOffice Math
https://bugs.documentfoundation.org/show_bug.cgi?id=130941 kyle.vivi...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--- |WORKSFORME -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157012] FILEOPEN DOCX: Pages keep on going indefinitely
https://bugs.documentfoundation.org/show_bug.cgi?id=157012 m.a.riosv changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED |NEEDINFO --- Comment #10 from m.a.riosv --- Test disabling skia options Menu/Tools/Options/LibreOffice/View. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 156986] LibreOffice crashed
https://bugs.documentfoundation.org/show_bug.cgi?id=156986 --- Comment #15 from Commit Notification --- Julien Nabet committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/8109a05543e16a5a499bf3ddc9d45b7c979480bc Related tdf#156986: blacklist Nvidia RTX 4070 for Skia hardware rendering It will be available in 24.2.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. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 156986] LibreOffice crashed
https://bugs.documentfoundation.org/show_bug.cgi?id=156986 Commit Notification changed: What|Removed |Added Whiteboard||target:24.2.0 -- You are receiving this mail because: You are the assignee for the bug.