[Libreoffice-bugs] [Bug 149934] Constant Colors Fail WCAG 2.1 Contrast Ratio
https://bugs.documentfoundation.org/show_bug.cgi?id=149934 --- Comment #3 from Hossein --- (In reply to Heiko Tietze from comment #2) > Hossein, what do you think? Could be some easyhacks. I also think that this is a sensible request, but I think the amount of change needed to rename the constants is too much. Let's count: $ git grep COL_|wc -l 4935 $ git grep -l COL_|wc -l 853 So, 853 files should be changed in ~5k lines. That's a pretty big change. I accidentally came across this wiki page, which can provide good insight: Large scale changes https://wiki.documentfoundation.org/Development/LargeScaleChanges I think we should discuss this in the ESC call, before marking it as an EasyHack. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 114233] [META] PDF insert/embed bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=114233 V Stuart Foote changed: What|Removed |Added Depends on||150076 Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=150076 [Bug 150076] PDF image used as background in draw is exported as (low resolution) image when doing a PDF export -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150076] PDF image used as background in draw is exported as (low resolution) image when doing a PDF export
https://bugs.documentfoundation.org/show_bug.cgi?id=150076 V Stuart Foote changed: What|Removed |Added Blocks||114233 --- Comment #2 from V Stuart Foote --- The Wiki has info on setting env variable including PDFIMPORT_RESOLUTION_DPI, but not much about its function. @Seth? Something needed for Help, or maybe in the Draw guide or Getting started guide... Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=114233 [Bug 114233] [META] PDF insert/embed bugs and enhancements -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 115811] pdfium based ipdf defaults to 96 dpi for image, need an option for higher resolution
https://bugs.documentfoundation.org/show_bug.cgi?id=115811 V Stuart Foote changed: What|Removed |Added See Also||https://bugs.documentfounda ||tion.org/show_bug.cgi?id=15 ||0076 -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150076] PDF image used as background in draw is exported as (low resolution) image when doing a PDF export
https://bugs.documentfoundation.org/show_bug.cgi?id=150076 V Stuart Foote changed: What|Removed |Added CC||ashodnakash...@yahoo.com, ||qui...@gmail.com, ||sdc.bla...@youmail.dk, ||vmik...@collabora.com, ||vstuart.fo...@utsa.edu See Also||https://bugs.documentfounda ||tion.org/show_bug.cgi?id=11 ||5811 --- Comment #1 from V Stuart Foote --- IMHO not a bug, rather a limitation of the pdfium based "insert as image" filter import. Something different, e.g. using the graphic objects PDF vector data rather than the raster output, would be an enhancement. Undocumented, but for 7.2 builds you *can* control the pdfium based insert filter by setting env variable: PDFIMPORT_RESOLUTION_DPI default is the 96dpi noted, but you can take the resolution as high as is needed for work on the canvas and for 7.3 was further reworked for export/printing at the higher resolution set. helpful when working at full page scaling for the image, i.e. as page background. =-ref-= [1] https://gerrit.libreoffice.org/c/core/+/113223 [2] https://gerrit.libreoffice.org/c/core/+/121087 -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 105066] Paste special by select bitmap on same cell will become to one blank image frame on sheet.
https://bugs.documentfoundation.org/show_bug.cgi?id=105066 --- Comment #11 from zzz --- I am not odinatlas but will report that the problem is still alive and harmful at is was. Retest environment: Version: 7.3.2.2 (x64) / LibreOffice Community Build ID: 49f2b1bff42cfccbd8f788c8dc32c1c309559be0 CPU threads: 4; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win Locale: ja-JP (ja_JP); UI: en-US Calc: CL Retest result: Problem still reproduces 100% (tested 2 times each) for both procedures and test data: Bug 105066 odinatlas 2017-01-03 15:29:13 UTC Bug 134042 zzz 2020-06-16 13:47:26 UTC The procedure description step 3 and 4 in Bug 105066 odinatlas 2017-01-03 15:29:13 UTC is insufficient to follow, so I'll amend it: 1. Open attached Bug_Test.ods. There are two images on the same sheet. 2. Copy image 1 and paste special by select bitmap to cell A1 3-1. Then copy image 2 3-2. Click any cell that have no object over it, to switch LibreCalc's mode to cell-keyboard-navigation-mode. 3-3. Using the keyboard arrow key, move the cell focus to the top-left cell A1, which holds image 1. 4-1. Press the Context menu key. 4-2. Paste image2 by Context menu|Paste Special|Paste Special...|Bitmap Image (BMP) 5. The two images on A1 becomes one blank image frame. I found that the behaviour depends on the source application software of the second paste ("image2", hereafter). Here, "source" means the source of the image in clipboard. As a source, LibreCalc is a special case where the problem happens only under limited conditions. For all other apps, the condition is broader. First, a definition of paste procedure codes used later: (a1) Ctrl+V method: 1. Copy image1 from the source software. 2. Switch to LibreCalc. 3. Click a cell you want to paste the image to, say, A1. 4. Paste image1 by Ctrl+V. 5. Immediately paste it again by Ctrl+V. (b1) Mouse Context menu Paste method: 1. Paste image1 by Ctrl+V. 2. Switch to the source software. Select all and Copy image2 from the source software. 3. Switch to LibreCalc. 4. Click any cell that have no object over it, to switch LibreCalc's mode to cell-keyboard-navigation-mode. 5. Using the keyboard arrow key, move the cell focus to the top-left cell that holds image1. 6. Right-click on the pasted image1, to open the context menu. * Note that BOTH the cell-cursor and the mouse-cursor-at-click must be on image1. 7. Paste image2 by Context menu|"Paste". * No "Paste Special" appears in the context menu for this case. (b2) Keyboard Context menu Paste method: 1. Paste image1 by Ctrl+V. 2. Switch to the source software. Select all and Copy image2 from the source software. 3. Switch to LibreCalc. 4. Click any cell that have no object over it, to switch LibreCalc's mode to cell-keyboard-navigation-mode. 5. Using the keyboard arrow key, move the cell focus to the top-left cell that holds image1. 6. Press the context menu key, to open the context menu. 7. Paste image2 by Context menu|"Paste". (c1) Keyboard Context menu Paste Special method: 1. Paste image1 by Ctrl+V. 2. Switch to the source software. Select all and Copy image2 from the source software. 3. Switch to LibreCalc. 4. Click any cell that have no object over it, to switch LibreCalc's mode to cell-keyboard-navigation-mode. 5. Using the keyboard arrow key, move the cell focus to the top-left cell that holds image1. 6. Press the context menu key, to open the context menu. 7. Paste image2 by Context menu|Paste Special...|Bitmap Image (BMP) (c2) Menubar Paste Special method: 1. Paste image1 by Ctrl+V. 2. Switch to the source software. Select all and Copy image2 from the source software. 3. Switch to LibreCalc. 4. Click any cell that have no object over it, to switch LibreCalc's mode to cell navigation mode. 5. Using the keyboard arrow key, move the cell focus to the top-left cell that holds image1. 6. Click the Menubar. 7. Paste image2 by Menubar Edit|Paste Special|Paste Special...|Bitmap Image (BMP) Experiment results: - Source LibreCalc 7.3.2.2: (a1) Pastes correctly (two image objects overlayed) (b1) Pastes correctly (two image objects overlayed) (b2) Pastes correctly (two image objects overlayed) (c1) Problem reproduces (c2) Problem reproduces - Source IrfanView 4.58 32 bit: (a1) Problem reproduces (b1) Problem reproduces (b2) Problem reproduces (c1) Problem reproduces (c2) Problem reproduces - Source Microsoft Paint bundled with Windows 10 21H2: (a1) Problem reproduces (b1) Problem reproduces (b2) Problem reproduces (c1) Problem reproduces (c2) Problem reproduces * In Microsoft Paint, don't forget to "select all" before copying. - Source GIMP 2.10.28: (a1) Problem reproduces (b1) Problem reproduces (b2) Problem reproduces (c1) Problem reproduces (c2) Problem reproduces * Sidenote: the size of image1 pasted from GIMP is slightly larger than the original image1 in Bug_Test.ods - Source LibreDraw 7
[Libreoffice-bugs] [Bug 134504] Editing Base Public and Private variables not working
https://bugs.documentfoundation.org/show_bug.cgi?id=134504 Alex Thurgood changed: What|Removed |Added OS|Linux (All) |All -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 134504] Editing Base Public and Private variables not working
https://bugs.documentfoundation.org/show_bug.cgi?id=134504 --- Comment #10 from Alex Thurgood --- (In reply to Alex Thurgood from comment #9) > Bug still present in > > Version: 7.5.0.0.alpha0+ / LibreOffice Community > Build ID: 8b82a71013567e148166b514d0ce0f5905f5a3e3 > CPU threads: 8; OS: Mac OS X 12.4; UI render: default; VCL: osx > Locale: fr-FR (fr_FR.UTF-8); UI: en-US > Calc: threaded If I include Option VBASupport 1 and leave the Private and Public declarations, it behaves in a manner I don't understand. - clicking on Button 1 a first time after opening the form reproduces the bug and displays 0 and an empty MsgBox; - clicking on Button 2 a first time then displays the values "1" and "One" respectively; - subsequently clicking on Button 1 again, i.e. a second time, displays "2" and "Two". -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 134504] Editing Base Public and Private variables not working
https://bugs.documentfoundation.org/show_bug.cgi?id=134504 --- Comment #9 from Alex Thurgood --- Bug still present in Version: 7.5.0.0.alpha0+ / LibreOffice Community Build ID: 8b82a71013567e148166b514d0ce0f5905f5a3e3 CPU threads: 8; OS: Mac OS X 12.4; UI render: default; VCL: osx Locale: fr-FR (fr_FR.UTF-8); UI: en-US Calc: threaded -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 59802] FILEOPEN PPTX Text field not wide enough in GroupedList SmartArt
https://bugs.documentfoundation.org/show_bug.cgi?id=59802 Adolfo Jayme Barrientos changed: What|Removed |Added Whiteboard||target:7.5.0 -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150081] website
https://bugs.documentfoundation.org/show_bug.cgi?id=150081 raal changed: What|Removed |Added Component|Documentation |deletionRequest Status|UNCONFIRMED |RESOLVED URL|https://cgobgw.xyz | Resolution|--- |INVALID CC||r...@post.cz -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 126487] id of objects changes on every access
https://bugs.documentfoundation.org/show_bug.cgi?id=126487 --- Comment #6 from Konstantin Kharlamov --- (In reply to QA Administrators from comment #5) > Test to see if the bug is still present with the latest version of > LibreOffice from https://www.libreoffice.org/download/ Still reproducible with LibreOffice 7.3.4.2 30(Build:2) -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150081] website
https://bugs.documentfoundation.org/show_bug.cgi?id=150081 Aurora West changed: What|Removed |Added URL||https://cgobgw.xyz -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150081] New: website
https://bugs.documentfoundation.org/show_bug.cgi?id=150081 Bug ID: 150081 Summary: website Product: LibreOffice Version: 3.3.0 release Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: medium Component: Documentation Assignee: libreoffice-bugs@lists.freedesktop.org Reporter: aurora01w...@gmail.com CC: olivier.hal...@libreoffice.org Description: tyy Actual Results: yy Expected Results: yy Reproducible: Always User Profile Reset: No Additional Info: tt -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 49547] VIEWING: Some glyphs are inconsistent
https://bugs.documentfoundation.org/show_bug.cgi?id=49547 QA Administrators changed: What|Removed |Added Keywords||bibisectRequest -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 149873] Cursor doesn't move the left after pressing backspace with track changes enabled in certain consternation
https://bugs.documentfoundation.org/show_bug.cgi?id=149873 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 149855] libreoffice calculating with the sum function is fooled somehow by formatting bugs, that keep changing back to default, I think
https://bugs.documentfoundation.org/show_bug.cgi?id=149855 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 150009] FORMATTING: Cells do not display background colors
https://bugs.documentfoundation.org/show_bug.cgi?id=150009 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 150009] FORMATTING: Cells do not display background colors
https://bugs.documentfoundation.org/show_bug.cgi?id=150009 --- Comment #7 from QA Administrators --- [Automated Action] NeedInfo-To-Unconfirmed -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 146074] Selecting content and then replacing it, makes new content directly formatted # formatting
https://bugs.documentfoundation.org/show_bug.cgi?id=146074 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 146074] Selecting content and then replacing it, makes new content directly formatted # formatting
https://bugs.documentfoundation.org/show_bug.cgi?id=146074 --- Comment #3 from QA Administrators --- Dear jojobader, 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 146054] LibreOffice writer keeps processing Zotero citation for hours.
https://bugs.documentfoundation.org/show_bug.cgi?id=146054 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 146054] LibreOffice writer keeps processing Zotero citation for hours.
https://bugs.documentfoundation.org/show_bug.cgi?id=146054 --- Comment #4 from QA Administrators --- Dear Christopher J Poor, 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 103030] [META] Navigator sidebar deck and floating window
https://bugs.documentfoundation.org/show_bug.cgi?id=103030 Bug 103030 depends on bug 143294, which changed state. Bug 143294 Summary: The Navigator fails to show the hierarchical tree https://bugs.documentfoundation.org/show_bug.cgi?id=143294 What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|--- |INSUFFICIENTDATA -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 143294] The Navigator fails to show the hierarchical tree
https://bugs.documentfoundation.org/show_bug.cgi?id=143294 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 143294] The Navigator fails to show the hierarchical tree
https://bugs.documentfoundation.org/show_bug.cgi?id=143294 --- Comment #7 from QA Administrators --- Dear NarayanAras, 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 146885] Will the distorted text ever be fixed?
https://bugs.documentfoundation.org/show_bug.cgi?id=146885 --- Comment #2 from QA Administrators --- Dear cupax, 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 134728] Saving into single files inside Mail Merge is ignoring hidden paragraphs
https://bugs.documentfoundation.org/show_bug.cgi?id=134728 --- Comment #8 from QA Administrators --- Dear michael, 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 150080] New: error
https://bugs.documentfoundation.org/show_bug.cgi?id=150080 Bug ID: 150080 Summary: error Product: LibreOffice Version: 7.3.2.2 release Hardware: x86 (IA32) OS: Windows (All) Status: UNCONFIRMED Severity: normal Priority: medium Component: LibreOffice Assignee: libreoffice-bugs@lists.freedesktop.org Reporter: dvien...@gmail.com Description: lets say A1 cell have a word "ABC", and at A2 with formula = A1 * 2, the error is #VALUE!, where it should make A1=0. but if I do this to replace the formula at A2, it works, SUM(A1) * 2, which would equal to zero. Steps to Reproduce: lets say A1 cell have a word "ABC", and at A2 with formula = A1 * 2, the error is #VALUE!, where it should make A1=0. but if I do this to replace the formula at A2, it works, SUM(A1) * 2, which would equal to zero. Actual Results: lets say A1 cell have a word "ABC", and at A2 with formula = A1 * 2, the error is #VALUE!, where it should make A1=0. but if I do this to replace the formula at A2, it works, SUM(A1) * 2, which would equal to zero. Expected Results: lets say A1 cell have a word "ABC", and at A2 with formula = A1 * 2, the error is #VALUE!, where it should make A1=0. but if I do this to replace the formula at A2, it works, SUM(A1) * 2, which would equal to zero. Reproducible: Always User Profile Reset: No Additional Info: lets say A1 cell have a word "ABC", and at A2 with formula = A1 * 2, the error is #VALUE!, where it should make A1=0. but if I do this to replace the formula at A2, it works, SUM(A1) * 2, which would equal to zero. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150079] Default window size in LibreOffice Draw is too small (X11)
https://bugs.documentfoundation.org/show_bug.cgi?id=150079 --- Comment #1 from Russell Almond --- Created attachment 181352 --> https://bugs.documentfoundation.org/attachment.cgi?id=181352&action=edit Screen shot of opened window (on web page to give sense of scale). Here is the opened window. I moved it slightly, because if it appears on the toolbar of another open office document (or pretty much any other app) it can be invisible. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150079] New: Default window size in LibreOffice Draw is too small (X11)
https://bugs.documentfoundation.org/show_bug.cgi?id=150079 Bug ID: 150079 Summary: Default window size in LibreOffice Draw is too small (X11) Product: LibreOffice Version: 7.3.4.2 release Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: medium Component: Draw Assignee: libreoffice-bugs@lists.freedesktop.org Reporter: russell.g.alm...@gmail.com Description: I typically do not like to work in full screen mode. Libre Office draw opens full screen. I drag the title bar down, to make it a floating window; however, the size seems to be very, very small, (windows with widths or heights of less than 10 pixels). It is then hard to locate on the screen. This default behavior seems happen when a new document is created, too. There should be some minimum size (100 x 100 pixels?) that the window moves to when created as floating rather than maximized. Steps to Reproduce: 1. Open any Libre Office tool. 2. Select File > New > Drawing Actual Results: Tiny tiny window (see screen shot). Expected Results: Window of approximately the same size I get when opening a Writer document or Spreadsheet Reproducible: Always User Profile Reset: No Additional Info: Pop_OS 22.04. Flatpak version of Libre Office. Gnome 42.2/X11. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150017] Impossible to add characters to Bookmark Text left or right from existing Bookmark Text.
https://bugs.documentfoundation.org/show_bug.cgi?id=150017 sdc.bla...@youmail.dk changed: What|Removed |Added CC||libreoffice-ux-advise@lists ||.freedesktop.org Keywords||needsUXEval --- Comment #12 from sdc.bla...@youmail.dk --- (In reply to Olivier from comment #10) > I do not know what the right behavior should be: > - Should it be left like this, and a hint be written in the documentation? > - Should it be allowed to add text to the bookmark when the cursor is at the > start? at the end? at both? Sensible questions. Let's ask Design Team... -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 147410] [FILESAVE] File corrupted saving in xls and opening in MS Excel
https://bugs.documentfoundation.org/show_bug.cgi?id=147410 --- Comment #8 from Robert Davis --- 7.3.4 Fixed this for me. I tried to create a new file using my same steps and had no problems in Excel. I then loaded an old .xls that had the problem and re-saved it as a new .xls and that file now had no problem loading in Excel. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 131916] CALC, editing: 'select data area' option (ctrl+*) keybinding does not work; menu use is ok
https://bugs.documentfoundation.org/show_bug.cgi?id=131916 casa changed: What|Removed |Added Severity|minor |normal -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 131916] CALC, editing: 'select data area' option (ctrl+*) keybinding does not work; menu use is ok
https://bugs.documentfoundation.org/show_bug.cgi?id=131916 --- Comment #8 from casa --- (as an additional comment which is certainly obvious...most laptops, notebooks, chromebooks and keyboards do NOT naturally have a numberpad on them. So even executing the existing 'select area' isn't possible on a lot of devices because the keycode is wrong. When a laptop DOES have such a numberpad it will be by shifting the keyboard into a special mode and then using the letter keys like "UIOPJKLM..." etc. And then shifting the keyboard back out of the special numberpad mode. This should not be happening and the regular asterisk on the keyboard should be the one that is mapped. Whoever created the original Calc code just quickly typed with his right hand on HIS numberpad and said 'ok..well that's done..." and has permanently created a broken shortcut.) -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 131916] CALC, editing: 'select data area' option (ctrl+*) keybinding does not work; menu use is ok
https://bugs.documentfoundation.org/show_bug.cgi?id=131916 --- Comment #7 from casa --- If somebody can point me towards the codebase which handles these keyboard shortcuts then I will attempt the fix and a pull request on my own. Waiting years to change a single number seems excessive. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 131916] CALC, editing: 'select data area' option (ctrl+*) keybinding does not work; menu use is ok
https://bugs.documentfoundation.org/show_bug.cgi?id=131916 --- Comment #6 from casa --- Why has this bug been ignored? My reply shows it is a real bug and that the person commenting (that it wasnt and was intentional) was misinterpreting what I wrote and, sorry, simply wrong. Select area in Excel is CTRL+* (the asterisk on the "8" key of a US keyboard; the normal regular asterisk) Whereas in Librecalc CTRL+* does nothing and is broken. It has been mis-mapped to a DIFFERENT ASTERISK KEYCODE which is the asterisk on the number pad (as I have explained above). And the standard "8" asterisk is unassignable and unusable. If Librecalc wants to use the number pad asterisk *also* for 'select area' then fine, but the program should still work with the normal asterisk on the "8" key like Excel and not break compatibility. See attached image of the shortcuts in Calc (and again remember this is the wrong "*" asterisk that is being used/mapped and that there is no way in Calc to fix it or redefine any shortcuts to work with the normal asterisk on the "8" key.) -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 131916] CALC, editing: 'select data area' option (ctrl+*) keybinding does not work; menu use is ok
https://bugs.documentfoundation.org/show_bug.cgi?id=131916 --- Comment #5 from casa --- Created attachment 181351 --> https://bugs.documentfoundation.org/attachment.cgi?id=181351&action=edit keycode dialog screen in calc -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150017] Impossible to add characters to Bookmark Text left or right from existing Bookmark Text.
https://bugs.documentfoundation.org/show_bug.cgi?id=150017 Rainer Bielefeld Retired changed: What|Removed |Added CC|LibreOffice@bielefeldundbus | |s.de| --- Comment #11 from Rainer Bielefeld Retired --- Yes, of course. From user's PoV the "single character bookmark text" causes the most annoying problem. The summary more reflects the roots of the problem. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150068] Freezing more than one row does not work
https://bugs.documentfoundation.org/show_bug.cgi?id=150068 Aron Budea changed: What|Removed |Added Resolution|FIXED |NOTABUG --- Comment #6 from Aron Budea --- All right, glad it works fine in the end. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150009] FORMATTING: Cells do not display background colors
https://bugs.documentfoundation.org/show_bug.cgi?id=150009 --- Comment #6 from derek_up...@mailfence.com --- % ldd /opt/libreoffice7.4/program/libvclplug_*.so | grep 'not found' libKF5CoreAddons.so.5 => not found libKF5I18n.so.5 => not found libKF5ConfigCore.so.5 => not found libKF5WindowSystem.so.5 => not found libKF5KIOCore.so.5 => not found libKF5KIOWidgets.so.5 => not found libKF5KIOFileWidgets.so.5 => not found libKF5CoreAddons.so.5 => not found libKF5I18n.so.5 => not found libKF5ConfigCore.so.5 => not found libKF5WindowSystem.so.5 => not found libKF5KIOCore.so.5 => not found libKF5KIOWidgets.so.5 => not found libKF5KIOFileWidgets.so.5 => not found If I install those libraries, how could I configure soffice to run with a "kf5" VCF, to match your test case? -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150009] FORMATTING: Cells do not display background colors
https://bugs.documentfoundation.org/show_bug.cgi?id=150009 --- Comment #5 from derek_up...@mailfence.com --- Version: 7.4.0.1 / LibreOffice Community Build ID: 43e5fcfbbadd18fccee5a6f42ddd533e40151bcf CPU threads: 4; OS: Linux 5.16; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 147617] FILEOPEN PPTX: circular objects show phantom rectangular "boundary" boxes in presentation mode (only) with display scaling 200% (only)
https://bugs.documentfoundation.org/show_bug.cgi?id=147617 Gerald Pfeifer changed: What|Removed |Added Status|RESOLVED|VERIFIED --- Comment #5 from Gerald Pfeifer --- Indeed, this appears to have been addressed in the last 5 months (actually less, I recall running into this last month or so still). -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 141421] Spreadsheet crashes when exported to MS Excel 2003 XML (macOS only)
https://bugs.documentfoundation.org/show_bug.cgi?id=141421 --- Comment #16 from Commit Notification --- Christian Lohmaier committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/1844326df477eb379f281e6f027fc8e6475f28bf tdf#141421 xml export: default stacksize for threads on macOS is too small It will be available in 7.5.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 141421] Spreadsheet crashes when exported to MS Excel 2003 XML (macOS only)
https://bugs.documentfoundation.org/show_bug.cgi?id=141421 Commit Notification changed: What|Removed |Added Whiteboard||target:7.5.0 -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150017] Impossible to add characters to Bookmark Text left or right from existing Bookmark Text.
https://bugs.documentfoundation.org/show_bug.cgi?id=150017 --- Comment #10 from Olivier --- Your modification of the subject makes sense and is more general. However, I would like to point out that the main problem that could block a user is when the bookmark text is one character long, because there is no immediate way to add text to it (other than deleting and making a new bookmark from scratch). If it is more than two characters long, it is easy to handle the situation by adding text in the middle and then adjusting the beginning or the end with delete/suppr. Your workaround is right, but it may not be found easily by everyone, while everyone will wonder why he cannot add text. I do this remark not to criticize your change of the subject, but to focus on what the main annoyance is. I do not know what the right behavior should be: - Should it be left like this, and a hint be written in the documentation? - Should it be allowed to add text to the bookmark when the cursor is at the start? at the end? at both? -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150077] Allow to choose several color options in the automatic filter
https://bugs.documentfoundation.org/show_bug.cgi?id=150077 m.a.riosv changed: What|Removed |Added Severity|normal |enhancement -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150068] Freezing more than one row does not work
https://bugs.documentfoundation.org/show_bug.cgi?id=150068 voncl...@gmail.com changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED|RESOLVED --- Comment #5 from voncl...@gmail.com --- Safe to close -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150068] Freezing more than one row does not work
https://bugs.documentfoundation.org/show_bug.cgi?id=150068 voncl...@gmail.com changed: What|Removed |Added Ever confirmed|0 |1 Status|RESOLVED|REOPENED Resolution|NOTABUG |--- --- Comment #4 from voncl...@gmail.com --- I've literally tried what the cast states Libre office does not honor the freeze, when i scroll down It does not seem to care if i freeze the rows They dissappear regardless The only one that does work is "freeze firat row" when selecteing the drop down menu in view>>freeze -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 51510] FILESAVE: Exporting documents with embedded SVG to doc or docx converts the image to low-resolution pixel graphics
https://bugs.documentfoundation.org/show_bug.cgi?id=51510 Mike Kaganski changed: What|Removed |Added CC||stlaw...@joyfulearthtech.co ||m --- Comment #26 from Mike Kaganski --- *** Bug 150078 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 150078] In Writer, QR Code Graphic Distorted in .doc save
https://bugs.documentfoundation.org/show_bug.cgi?id=150078 Mike Kaganski changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRMED |RESOLVED --- Comment #1 from Mike Kaganski --- *** This bug has been marked as a duplicate of bug 51510 *** -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150078] New: In Writer, QR Code Graphic Distorted in .doc save
https://bugs.documentfoundation.org/show_bug.cgi?id=150078 Bug ID: 150078 Summary: In Writer, QR Code Graphic Distorted in .doc save Product: LibreOffice Version: 7.2.7.2 release Hardware: x86 (IA32) OS: Windows (All) Status: UNCONFIRMED Severity: normal Priority: medium Component: Writer Assignee: libreoffice-bugs@lists.freedesktop.org Reporter: stlaw...@joyfulearthtech.com Description: Open a new Writer document and insert a QR Code - doesn't matter the URL [I used www.libreoffice.org] or the "Error Correction" level. Then, save it as a .doc file. Open the .doc file and notice that the QR code is severely distorted and thus is unreadable. Steps to Reproduce: 1. Open a new Writer document. 2. Insert a QR Code. 3. Save as a .doc file. 4. Open the .doc file. 5. Look at the mess the "QR code" has become. Actual Results: The QR Code is severely distorted and is unreadable. Expected Results: QR Code unaltered and still readable. Reproducible: Always User Profile Reset: No Additional Info: No other information -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 145998] Page styles in docx-file revert to previous settings after reopening the document
https://bugs.documentfoundation.org/show_bug.cgi?id=145998 --- Comment #8 from Justin L --- Created attachment 181350 --> https://bugs.documentfoundation.org/attachment.cgi?id=181350&action=edit 145998_unnecessarySectionBreaks.odt: proofs and caveats Alwas exporting a "new" page style is also messing up "first header". In ODT, specifying a repeated page style doesn't impact the "first header" status, but of course if it is a different (converted) style, then it comes into effect. A "section break" cannot be replaced by a "page break" if: -the new section does not match the current page style's "follow style". -resets the page number Proposal at http://gerrit.libreoffice.org/c/core/+/137273 -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 119352] [META] Language issues
https://bugs.documentfoundation.org/show_bug.cgi?id=119352 Eyal Rozenberg changed: What|Removed |Added Depends on||150073 Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=150073 [Bug 150073] i18n Writer does not support footnote numbering with symbols used by other languages -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150068] Freezing more than one row does not work
https://bugs.documentfoundation.org/show_bug.cgi?id=150068 --- Comment #3 from Aron Budea --- Created attachment 181349 --> https://bugs.documentfoundation.org/attachment.cgi?id=181349&action=edit Screencast on how it works See the attached short screencast. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150077] New: Allow to choose several color options in the automatic filter
https://bugs.documentfoundation.org/show_bug.cgi?id=150077 Bug ID: 150077 Summary: Allow to choose several color options in the automatic filter Product: LibreOffice Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: medium Component: Calc Assignee: libreoffice-bugs@lists.freedesktop.org Reporter: mgb1...@gmail.com Created attachment 181348 --> https://bugs.documentfoundation.org/attachment.cgi?id=181348&action=edit Automatic filter example spreadsheet to filter by color. Currently the background color or font color filter in the Calc automatic filter does not allow several color options to be selected. It should be noted that this is possible from the standard filter by accumulating several filters with the boolean function Or. It would be practical to allow you to choose several color options in the automatic filter (in the same way that you can choose multiple numbers, text strings, dates, etc.). Steps to reproduce: 1. Open the attached spreadsheet. 2. Filter in the column "Color", choosing Background Color. 3. Select Red 1 and Yellow. Current results: Only one color at a time is allowed. Expected results: Many colors can be chosen simultaneously. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 98259] [META] Keyboard shortcuts and accelerators bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=98259 Bug 98259 depends on bug 92610, which changed state. Bug 92610 Summary: alt command for Same Content on First Page should be unique https://bugs.documentfoundation.org/show_bug.cgi?id=92610 What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 148039] LO opens PPTX with out of position text
https://bugs.documentfoundation.org/show_bug.cgi?id=148039 Gabor Kelemen (allotropia) changed: What|Removed |Added URL||https://www.iso.org/standar ||d/74461.html --- Comment #28 from Gabor Kelemen (allotropia) --- (In reply to Timur from comment #27) > Gabor, please explain what exactly you confirmed for. > 1st example was with Meiryo, 2nd with Arial, reporter's look is different. The first example with Meiryo font, and the slightly different table size (this part may worth splitting it out). About the font there is a panose="020B0604020202020204" attribute saved in the example file, which may sound somewhat magical to interpret, but it is defined in an ISO standard, which is referenced by the OOXML ISO standard. So that information can be interpreted to find a somewhat better fitting replacement font. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 149823] Scrolling on properties pane causes to change value unintentionally
https://bugs.documentfoundation.org/show_bug.cgi?id=149823 Caolán McNamara changed: What|Removed |Added Assignee|libreoffice-b...@lists.free |caol...@redhat.com |desktop.org | Status|NEW |ASSIGNED --- Comment #6 from Caolán McNamara --- For gen I see we have: mnWheelBehavior = MouseWheelBehaviour::ALWAYS; and another possibility of MouseWheelBehaviour::FocusOnly apparently exists, so it's possible that changing that to mnWheelBehavior = MouseWheelBehaviour::FocusOnly; in vcl/source/app/settings.cxx would do the right thing, see https://gerrit.libreoffice.org/c/core/+/137271 For the gtk3 case (which is the original report) I think https://gerrit.libreoffice.org/c/core/+/137268 then would get our gtk spinbuttons to honor that setting, and so not change the spinbutton under the mouse unless the focus is in it. lets give this a go and see does it match expectations, if not rolling back the first commit will return to the current state. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 141421] Spreadsheet crashes when exported to MS Excel 2003 XML (macOS only)
https://bugs.documentfoundation.org/show_bug.cgi?id=141421 --- Comment #15 from Christian Lohmaier --- https://developer.apple.com/library/archive/qa/qa1419/_index.html : only main thread gets 8MB stack, other threads only get 512kB (confirmed by querying in code, still true for current macOS) 1MB stacksize is already enough (640kB would be enough for this export, 576kB would still be too little) -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 149901] Writer: Clear Direct Formatting for multiselection resets all word
https://bugs.documentfoundation.org/show_bug.cgi?id=149901 --- Comment #2 from LeroyG --- The word where the last selection is made loses all its formatting. So, select a space, or a character on another word, and only then press Ctrl+M. Tested with: Version: 7.2.3.2 / LibreOffice Community Build ID: 20(Build:2) CPU threads: 1; OS: Linux 5.3; UI render: default; VCL: gtk3 Locale: es-MX (es_ES.UTF-8); UI: en-US Calc: threaded -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 145239] Customize footnote symbols
https://bugs.documentfoundation.org/show_bug.cgi?id=145239 László Németh changed: What|Removed |Added See Also||https://bugs.documentfounda ||tion.org/show_bug.cgi?id=15 ||0073 -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 147410] [FILESAVE] File corrupted saving in xls and opening in MS Excel
https://bugs.documentfoundation.org/show_bug.cgi?id=147410 raal changed: What|Removed |Added CC||r...@post.cz Status|UNCONFIRMED |NEEDINFO Ever confirmed|0 |1 --- Comment #7 from raal --- I can not confirm with Version: 7.5.0.0.alpha0+ / LibreOffice Community Build ID: 28daee8a3252e03a67484dc8d3dd26fd73af4826 CPU threads: 4; OS: Linux 5.13; UI render: default; VCL: gtk3 Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US Calc: threaded and excel 2010. When I open your file step2.xls in excel2010, I get error message. Seems to be fixed with dev version. Please could you test it with dev version? You can download it here: http://dev-builds.libreoffice.org/daily/master/ Thank you -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 141294] Decks of Sidebar on HiDPI gets stuck in resize loop upon attempted width adjustment, work around of setting new SB "MinimumWidth" to false in expert config
https://bugs.documentfoundation.org/show_bug.cgi?id=141294 Aron Budea changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|libreoffice-b...@lists.free |aron.bu...@gmail.com |desktop.org | Hardware|x86-64 (AMD64) |All --- Comment #17 from Aron Budea --- https://gerrit.libreoffice.org/c/core/+/137267 -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150075] General input/output error when I try to open a PDF file
https://bugs.documentfoundation.org/show_bug.cgi?id=150075 raal changed: What|Removed |Added CC||r...@post.cz --- Comment #1 from raal --- I can open the file with Version: 7.5.0.0.alpha0+ / LibreOffice Community Build ID: 28daee8a3252e03a67484dc8d3dd26fd73af4826 CPU threads: 4; OS: Linux 5.13; UI render: default; VCL: gtk3 Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US Calc: threaded -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150076] New: PDF image used as background in draw is exported as (low resolution) image when doing a PDF export
https://bugs.documentfoundation.org/show_bug.cgi?id=150076 Bug ID: 150076 Summary: PDF image used as background in draw is exported as (low resolution) image when doing a PDF export Product: LibreOffice Version: 7.3.4.2 release Hardware: All OS: Linux (All) Status: UNCONFIRMED Severity: normal Priority: medium Component: Printing and PDF export Assignee: libreoffice-bugs@lists.freedesktop.org Reporter: sergio.calleg...@gmail.com Description: When a PDF image is used for the background of a draw document and the document is then exported as PDF, the background is included in the PDF document as a low resolution bitmap, rather than as a vector image. This is very much undesirable: - the possibility to cut/copy text is lost - the resolution is poor (96dpi) - the vector quality of the image is lost - in some cases the resulting PDF file gets larger than it could (this is limited by the very poor resolution of the bitmap, though) Note that using PDF images as background represents a frequently adopted workflow for filling in forms that have been made available in PDF, but not as PDF forms. Steps to Reproduce: 1. Open libreoffice draw 2. Insert as the background image a PDF file 3. Export to PDF 4. Open the resulting PDF file with a viewer or use some utility such as pdfimages to export the bitmaps that are present in the PDF file Actual Results: The background image is present in the PDF file as a 96dpi bitmap Expected Results: The background image should be maintained in vector format if it is in vector format to start with. Reproducible: Always User Profile Reset: No Additional Info: [Information automatically included from LibreOffice] Locale: en-US Module: StartModule [Information guessed from browser] OS: Linux (All) OS is 64bit: yes Version: 7.3.4.2 / LibreOffice Community Build ID: 30(Build:2) CPU threads: 8; OS: Linux 5.18; UI render: default; VCL: kf5 (cairo+xcb) Locale: it-IT (en_US.UTF-8); UI: en-US 7.3.4-2 Calc: threaded -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150034] LibreOffice Calc hangs on opening the particular file
https://bugs.documentfoundation.org/show_bug.cgi?id=150034 Timur changed: What|Removed |Added Version|6.4.7.2 release |7.0.0.3 release -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150009] FORMATTING: Cells do not display background colors
https://bugs.documentfoundation.org/show_bug.cgi?id=150009 Timur changed: What|Removed |Added Priority|medium |low -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150009] FORMATTING: Cells do not display background colors
https://bugs.documentfoundation.org/show_bug.cgi?id=150009 Timur changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED |NEEDINFO -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150009] FORMATTING: Cells do not display background colors
https://bugs.documentfoundation.org/show_bug.cgi?id=150009 --- Comment #4 from Timur --- What does Help-About says? Please paste. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 45470] dropdown list displays over other application
https://bugs.documentfoundation.org/show_bug.cgi?id=45470 --- Comment #16 from Caolán McNamara --- re gtk3 and comment #13 and #14 I don't see this under wayland, but I do see it under X. If I experiment with gtk3-demo and its "Combo Boxes" example and do the same with it then I get the same results that the menu of the combobox stays above the other windows too. So if this is the remaining issue I'd suggest closed->notourbug -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150075] General input/output error when I try to open a PDF file
https://bugs.documentfoundation.org/show_bug.cgi?id=150075 Roman Kuznetsov <79045_79...@mail.ru> changed: What|Removed |Added Keywords||possibleRegression -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150075] General input/output error when I try to open a PDF file
https://bugs.documentfoundation.org/show_bug.cgi?id=150075 Roman Kuznetsov <79045_79...@mail.ru> changed: What|Removed |Added CC||79045_79...@mail.ru See Also||https://bugs.documentfounda ||tion.org/show_bug.cgi?id=13 ||7544 -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 137544] Opening complex electric PDF drawing is very slow with high CPU in Linux
https://bugs.documentfoundation.org/show_bug.cgi?id=137544 Roman Kuznetsov <79045_79...@mail.ru> changed: What|Removed |Added See Also||https://bugs.documentfounda ||tion.org/show_bug.cgi?id=15 ||0075 -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150075] New: General input/output error when I try to open a PDF file
https://bugs.documentfoundation.org/show_bug.cgi?id=150075 Bug ID: 150075 Summary: General input/output error when I try to open a PDF file Product: LibreOffice Version: 7.5.0.0 alpha0+ Master Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: medium Component: filters and storage Assignee: libreoffice-bugs@lists.freedesktop.org Reporter: 79045_79...@mail.ru Description: General input/output error when I try to open a PDF file This one follows by bug 137544. Steps to Reproduce: 1. Try open the attach from bug 137544 https://bugs.documentfoundation.org/attachment.cgi?id=166444 I get General input/output error every time Actual Results: I get General input/output error every time Expected Results: LO should just open the PDF file Reproducible: Always User Profile Reset: No Additional Info: Version: 7.5.0.0.alpha0+ (x64) / LibreOffice Community Build ID: 21a31eefab1401d288dbb8220f3df3365be9efaf CPU threads: 8; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win Locale: ru-RU (ru_RU); UI: ru-RU Calc: threaded it seems as regression -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 57477] FILESAVE as .xls with wrong info concerning collapsed grouped columns
https://bugs.documentfoundation.org/show_bug.cgi?id=57477 Rainer Bielefeld Retired changed: What|Removed |Added CC|LibreOffice@bielefeldundbus | |s.de| --- Comment #9 from Rainer Bielefeld Retired --- 😥 -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150009] FORMATTING: Cells do not display background colors
https://bugs.documentfoundation.org/show_bug.cgi?id=150009 --- Comment #3 from Rafael Lima --- Not repro Version: 7.4.0.1.0+ / LibreOffice Community Build ID: 78335f5ba9bae4f1b429bebd56ff5991192e8650 CPU threads: 16; OS: Linux 5.13; UI render: default; VCL: kf5 (cairo+xcb) Locale: pt-BR (pt_BR.UTF-8); UI: en-US Calc: threaded The background is yellow as expected. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 149981] Footer Page numbers with endnotes
https://bugs.documentfoundation.org/show_bug.cgi?id=149981 Timur changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED |NEEDINFO --- Comment #1 from Timur --- Please attach minimal sample document. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150067] Improve behavior of "Insert/Overwrite" in the status bar
https://bugs.documentfoundation.org/show_bug.cgi?id=150067 Timur changed: What|Removed |Added Priority|medium |low -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150067] Improve behavior of "Insert/Overwrite" in the status bar
https://bugs.documentfoundation.org/show_bug.cgi?id=150067 --- Comment #3 from Timur --- Or this may be a duplicate of bug 63361. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150067] Improve behavior of "Insert/Overwrite" in the status bar
https://bugs.documentfoundation.org/show_bug.cgi?id=150067 --- Comment #2 from Timur --- There are different needs and opinions and I wouldn't support this. Solution is bug 92406, and this should be a duplicate. Torr if you agree please mark, if not let's here UX. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 86066] [META] Bugs and improvements to the status bar
https://bugs.documentfoundation.org/show_bug.cgi?id=86066 Rafael Lima changed: What|Removed |Added Depends on||150067 Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=150067 [Bug 150067] Improve behavior of "Insert/Overwrite" in the status bar -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150067] Improve behavior of "Insert/Overwrite" in the status bar
https://bugs.documentfoundation.org/show_bug.cgi?id=150067 Rafael Lima changed: What|Removed |Added Summary|improve Writer status bar |Improve behavior of ||"Insert/Overwrite" in the ||status bar Blocks||86066 Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=86066 [Bug 86066] [META] Bugs and improvements to the status bar -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150067] improve Writer status bar
https://bugs.documentfoundation.org/show_bug.cgi?id=150067 Rafael Lima changed: What|Removed |Added CC||libreoffice-ux-advise@lists ||.freedesktop.org, ||rafael.palma.l...@gmail.com Keywords||needsUXEval --- Comment #1 from Rafael Lima --- The Insert / Overwrite section of the status bar does disappear when the window width is reduced to around 40% of the screen size (in a 1920x1080p display). The problem is that it disappears before other seemingly less important sections as the Page Style and the Word Count. Maybe it should have higher priority and remain visible, thus hiding Page Style and Word Count before hiding the Ins/Ovr. I also agree that the "Insert" status should be visible (explicitly written to the status bar) as is the case with the "Overwrite" status. I don't know why the "Insert" status is hidden and the "Overwrite" status is explicitly written to the status bar. Both should be explicit. BTW this is the expected behavior documented in the Writer Guide: "Insert mode: This area is blank when in Insert mode. Click to change to Overwrite mode; click again to return to Insert mode." IMO we could do the following: 1) Make it explicit that we are in "Insert" mode in the status bar 2) Make it so this section disappears after the Page Style and Word Count sections. I wouldn't move the Ins/Ovr section to a different position in the status bar (as suggested by the OP) because most users are used to its current position and changing it would annoy many users. Let's hear from the UX team. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 141421] Spreadsheet crashes when exported to MS Excel 2003 XML (macOS only)
https://bugs.documentfoundation.org/show_bug.cgi?id=141421 --- Comment #14 from Christian Lohmaier --- changing sal/osl/unx/thread.cxx and flip the ENABLE_RUNTIME_OPTIMIZATIONS condition (the build by default is configured with YES) to use the custom stacksize fixes the problem/allows the export to succeed. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150034] LibreOffice Calc hangs on opening the particular file
https://bugs.documentfoundation.org/show_bug.cgi?id=150034 Timur changed: What|Removed |Added Keywords||filter:xls -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150034] LibreOffice Calc hangs on opening the particular file
https://bugs.documentfoundation.org/show_bug.cgi?id=150034 Timur changed: What|Removed |Added See Also||https://bugs.documentfounda ||tion.org/show_bug.cgi?id=12 ||6425 Severity|normal |major CC||tund...@gmail.com Priority|medium |high --- Comment #7 from Timur --- And finally XLS fileopen hangs from 7.0 in: commit dc219b0fe04d07a1e5c7c4c37bff94c29d4a1171[log] author Tünde Tóth Mon Jun 15 2020 tdf#126425 Chart: fix missing legend with exceeding text CC Tünde please see. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150070] primkaisen
https://bugs.documentfoundation.org/show_bug.cgi?id=150070 Rafael Lima changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 112916] [META] DOCX (OOXML) comment issues
https://bugs.documentfoundation.org/show_bug.cgi?id=112916 Bug 112916 depends on bug 139759, which changed state. Bug 139759 Summary: Highlighting inside comments not shown for DOC/DOCX https://bugs.documentfoundation.org/show_bug.cgi?id=139759 What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 113731] [META] Highlight bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=113731 Bug 113731 depends on bug 139759, which changed state. Bug 139759 Summary: Highlighting inside comments not shown for DOC/DOCX https://bugs.documentfoundation.org/show_bug.cgi?id=139759 What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 149593] UI same hotkeys for two items "Formulaire" and "Protéger la feuille"
https://bugs.documentfoundation.org/show_bug.cgi?id=149593 sophie changed: What|Removed |Added Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #8 from sophie --- (In reply to Regis Perdreau from comment #7) > So i propose the key "g" for the option "Protéger la feuille", instead of > key "f". Thanks for the suggestion. This is now corrected in master project in Weblate. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150074] Sidebar hides character properties for many multi object selections
https://bugs.documentfoundation.org/show_bug.cgi?id=150074 --- Comment #2 from OfficeUser --- Impress is affected by this bug too. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 113753] Easier use of CSV in Wizards->Address Data Source
https://bugs.documentfoundation.org/show_bug.cgi?id=113753 --- Comment #9 from Rob --- The file for the 'Text' menu option is libreoffice/core/connectivity/registry/flat/org/openoffice/Office/DataAccess/Drivers.xcu line 26: Text Changing this line to Text/CSV is the change asked for. Finding this was indeed an easy 10 minute issue, I've spent 2 hours looking at how to submit this and would rather be doing somthing more interesting, if someone else wants/knows how to submit this. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150074] Sidebar hides character properties for many multi object selections
https://bugs.documentfoundation.org/show_bug.cgi?id=150074 --- Comment #1 from OfficeUser --- Created attachment 181347 --> https://bugs.documentfoundation.org/attachment.cgi?id=181347&action=edit Testkit -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150074] Sidebar hides character properties for many multi object selections
https://bugs.documentfoundation.org/show_bug.cgi?id=150074 OfficeUser changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0 |1 -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150074] New: Sidebar hides character properties for many multi object selections
https://bugs.documentfoundation.org/show_bug.cgi?id=150074 Bug ID: 150074 Summary: Sidebar hides character properties for many multi object selections Product: LibreOffice Version: 7.3.4.2 release Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: medium Component: Draw Assignee: libreoffice-bugs@lists.freedesktop.org Reporter: norbert.n...@gmx.de Hello all, The sidebar has an area to edit the character properties (font, step size, etc.). Unfortunately, for certain objects that are part of a multiple selection, the sidebar hides the character properties area as soon as it becomes part of a multiple selection. This is despite the fact that the character properties are displayed for such an object in a single selection. Please open the attached test kit to reproduce the behavior: - Select the MetaFile object. Note that the chararacter properties ARE displayed. - Select the cube 3D object. Note that the chararacter properties ARE displayed. - Select the text fields and the Draw Shape. Note that the chararacter properties ARE displayed. - Now select all objects. Note that the chararacter properties are NOT displayed. This happens as soon as either the MetaFile or the cube 3D object became part of a multi object selection. I would like to emphasize here that this bug extremely affects usability in some cases. For example, when importing a PDF into Draw, it often happens that you have to replace the unavailable fonts with other fonts. This can usually be done quite easily by pressing CTRL+a and then changing the font for all objects at once in the sidebar (in the character properties). However, this bug prevents exactly this from working in some cases, because the character properties are hidden. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 131323] Libreoffice pdf conversion fails in FIPS mode
https://bugs.documentfoundation.org/show_bug.cgi?id=131323 --- Comment #14 from Caolán McNamara --- NSS_NoDB_Init fails with SEC_ERROR_PKCS11_DEVICE_ERROR in HashImpl::HashImpl of comphelper/source/misc/hash.cxx. The mentioned commit of mine has (very probably) no relation to the current problem. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 103164] [META] Footnote and Endnote bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=103164 László Németh changed: What|Removed |Added Depends on||150073 Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=150073 [Bug 150073] i18n Writer does not support footnote numbering with symbols used by other languages -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 150073] i18n Writer does not support footnote numbering with symbols used by other languages
https://bugs.documentfoundation.org/show_bug.cgi?id=150073 László Németh changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED |ASSIGNED Assignee|libreoffice-b...@lists.free |nem...@numbertext.org |desktop.org | -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 114609] pptx: textbox shape line around slightly visible if white on white background
https://bugs.documentfoundation.org/show_bug.cgi?id=114609 Timur changed: What|Removed |Added CC||libreoffice-ux-advise@lists ||.freedesktop.org Keywords||needsUXEval --- Comment #12 from Timur --- NeedsUXeval because of disagreement over bug status. -- You are receiving this mail because: You are the assignee for the bug.