[Libreoffice-bugs] [Bug 149033] With certain date time FORMATTING the seconds fraction does not display in the formula bar and when EDITING the cell

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149033

--- Comment #4 from Wes  ---
(In reply to m.a.riosv from comment #2)

> But remember that LibreOffice has a limit of 15 significant digits, that
> become from the processor's limits.
> So if you have date in the value with five digits for the date part, there
> is no space to keep more than four thousandths.

Yes, but the problem is not the fifth digit, but that in those cases, the first
digit can disappear from view. Thus in case of 08/29/2013 13:45:59.9200, this
would mean almost a whole second. In addition, if you apply the SECOND()
function to this date, you may miss almost a whole minute, because this
function rounds 59.9 seconds to whole seconds and then equals 60 to 0 (by the
way, the MINUTE() function does not round, but truncates)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 142227] [EDITING] Image displayed in the wrong place when it is inside an outline-group and sheet is set to freeze-row-and-columns

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142227

Buovjaga  changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 108770] [META] DOCX (OOXML) bullet and numbering list-related issues

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108770

Gabor Kelemen (allotropia)  changed:

   What|Removed |Added

 Depends on||148455


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=148455
[Bug 148455] In Writer, the paragraph numbering continues instead of restarting
after updating cross references
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 112810] [META] Arabic language-specific RTL issues

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112810

Hossein  changed:

   What|Removed |Added

 Depends on||146713


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=146713
[Bug 146713] RTL language overlap problem when mixed with LTR language
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 142635] Copy+paste a sheet with chart results in incorrect chart's data ranges

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142635

--- Comment #21 from Mike Kaganski  ---
(In reply to Eike Rathke from comment #20)

Thank you Eike!
The patch has definitely made a difference - but not fixed it yet.
Now the pasted chart has an internal data table, resembling what happened
around OOo/LO 3.3.0.

If I avoid setting nBits to zero at line 1232 [1], then it works "as expected",
because it just ignores the "no such sheet" problem. So IMO there's still a
problem that the ScDocument used in the Chart export/import is not initialized
properly *in advance* (maybe even it should not be created, but reused, when
appropriate).

Let me paste the call stack of the first break on line 1232 [1] when selecting
all and Ctrl+C on my Windows system:

> [ 0] sclo.dll!lcl_ScAddress_Parse_OOo(const char16_t * p, const ScDocument & 
> rDoc, ScAddress & rAddr, ScRefFlags & rRawRes, ScAddress::ExternalInfo * 
> pExtInfo, ScRange * pRange, long * pSheetEndPos, const rtl::OUString * 
> pErrRef) Line 1232   C++
> [ 1] sclo.dll!lcl_ScAddress_Parse(const char16_t * p, const ScDocument & 
> rDoc, ScAddress & rAddr, const ScAddress::Details & rDetails, 
> ScAddress::ExternalInfo * pExtInfo, const 
> com::sun::star::uno::Sequence * 
> pExternalLinks, long * pSheetEndPos, const rtl::OUString * pErrRef) Line 1487 
>   C++
> [ 2] sclo.dll!ScAddress::Parse(const rtl::OUString & r, const ScDocument & 
> rDoc, const ScAddress::Details & rDetails, ScAddress::ExternalInfo * 
> pExtInfo, const 
> com::sun::star::uno::Sequence * 
> pExternalLinks, long * pSheetEndPos, const rtl::OUString * pErrRef) Line 1545 
>C++
> [ 3] 
> sclo.dll!ScRangeStringConverter::GetStringFromXMLRangeString(rtl::OUString & 
> rString, const rtl::OUString & rXMLRange, const ScDocument & rDoc) Line 857 
> C++
> [ 4] sclo.dll!ScChart2DataProvider::convertRangeFromXML(const rtl::OUString & 
> sXMLRange) Line 2291C++
> [ 5] xolo.dll!`anonymous namespace'::lcl_ConvertRange(const rtl::OUString & 
> rRange, const 
> com::sun::star::uno::Reference & 
> xDoc) Line 77  C++
> [ 6] xolo.dll!SchXMLPlotAreaContext::startFastElement(long __formal, const 
> com::sun::star::uno::Reference 
> & xAttrList) Line 234 C++
> [ 7] xolo.dll!SvXMLImport::startFastElement(long Element, const 
> com::sun::star::uno::Reference 
> & Attribs) Line 815  C++
> [ 8] expwraplo.dll!`anonymous namespace'::Entity::startElement(const 
> `anonymous-namespace'::Event * pEvent) Line 471  C++
> [ 9] 
> expwraplo.dll!sax_fastparser::FastSaxParserImpl::callbackStartElement(const 
> unsigned char * localName, const unsigned char * prefix, const unsigned char 
> * URI, int numNamespaces, const unsigned char * * namespaces, int 
> numAttributes, const unsigned char * * attributes) Line 1302  C++
> [10] expwraplo.dll!call_callbackStartElement(void * userData, const unsigned 
> char * localName, const unsigned char * prefix, const unsigned char * URI, 
> int numNamespaces, const unsigned char * * namespaces, int numAttributes, int 
> __formal, const unsigned char * * attributes) Line 332  C++
> [11] libxml2.dll!xmlParseStartTag2(_xmlParserCtxt * ctxt, const unsigned char 
> * * pref, const unsigned char * * URI, int * tlen) Line 9670C
> [12] libxml2.dll!xmlParseTryOrFinish(_xmlParserCtxt * ctxt, int terminate) 
> Line 11456 C
> [13] libxml2.dll!xmlParseChunk(_xmlParserCtxt * ctxt, const char * chunk, int 
> size, int terminate) Line 12351 C
> [14] expwraplo.dll!sax_fastparser::FastSaxParserImpl::parse() Line 1097   
> C++
> [15] expwraplo.dll!sax_fastparser::FastSaxParserImpl::parseStream(const 
> com::sun::star::xml::sax::InputSource & rStructSource) Line 906   C++
> [16] expwraplo.dll!sax_fastparser::FastSaxParser::parseStream(const 
> com::sun::star::xml::sax::InputSource & aInputSource) Line 1482   C++
> [17] xolo.dll!SvXMLImport::parseStream(const 
> com::sun::star::xml::sax::InputSource & aInputSource) Line 512   C++
> [18] chartcorelo.dll!chart::XMLFilter::impl_ImportStream(const rtl::OUString 
> & rStreamName, const rtl::OUString & rServiceName, const 
> com::sun::star::uno::Reference & xStorage, 
> const 
> com::sun::star::uno::Reference 
> & xFactory, const 
> com::sun::star::uno::Reference
>  & xGraphicStorageHandler, const 
> com::sun::star::uno::Reference & 
> xImportInfo) Line 469   C++
> [19] chartcorelo.dll!chart::XMLFilter::impl_Import(const 
> com::sun::star::uno::Reference & 
> xDocumentComp, const 
> com::sun::star::uno::Sequence & 
> rMediaDescriptor) Line 374 C++
> [20] chartcorelo.dll!chart::XMLFilter::filter(const 
> com::sun::star::uno::Sequence & 
> aDescriptor) Line 222   C++
> [21] chartcorelo.dll!chart::ChartModel::impl_load(const 
> com::sun::star::uno::Sequence & 
> rMediaDescriptor, const 
> com::sun::star::uno::Reference & xStorage) 
> Line 562C++
> [22] chartcorelo.dll!chart::ChartModel::loadFromStorage(const 
> com::sun::star::uno::Reference & xStorage, 
> const com::sun::star::uno::Sequence & 
> rMediaDescripto

[Libreoffice-bugs] [Bug 149041] Calc SUM button confusing with selected cells

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149041

LeroyG  changed:

   What|Removed |Added

Version|7.4.0.0 alpha0+ Master  |7.1.8.1 release

--- Comment #2 from LeroyG  ---
The confusion is that the selected range remains selected while the final
formula only get the cells below A4. In the sample file, A4: =SUM(A1:A3)

You can select Ax:A6, being x 1 to 4, and will alwais get =SUM(A5:A6).

Reproducible with:

Version: 7.1.8.1 (x86) / LibreOffice Community
Build ID: e1f30c802c3269a1d052614453f260e49458c82c
CPU threads: 4; OS: Windows 6.1 Service Pack 1 Build 7601; UI render:
Skia/Raster; VCL: win
Locale: es-MX (es_MX); UI: en-US
Calc: threaded

Version: 7.3.2.2 (x86) / LibreOffice Community
Build ID: 49f2b1bff42cfccbd8f788c8dc32c1c309559be0
CPU threads: 4; OS: Windows 6.1 Service Pack 1 Build 7601; UI render:
Skia/Raster; VCL: win
Locale: es-MX (es_MX); UI: es-ES
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148967] Include a HUD inside the Standard toolbar as text field (today you can add it only as button)

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148967

--- Comment #38 from Eyal Rozenberg  ---
(In reply to Roman Kuznetsov from comment #11)
> Because the UNO for it adds the button to the toolbar, but I would prefer
> the text field

Ok, well - why not open a bug about that? i.e. having a separate UNO command,
or some kind of variant/option to the same UNO command, add the text field?
That would be less controvertial...

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148961] FILESAVE: PPTX: Incorrect background color after RT

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148961

Miklos Vajna  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |vmik...@collabora.com
   |desktop.org |

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148961] FILESAVE: PPTX: Incorrect background color after RT

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148961

Miklos Vajna  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149044] New: autonumbering and the action which caused it are combined into a single undo step

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149044

Bug ID: 149044
   Summary: autonumbering and the action which caused it are
combined into a single undo step
   Product: LibreOffice
   Version: 7.3.3.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: lmiro...@yandex.ru

Description:
autonumbering and the action which caused it are combined into a single undo
step

Steps to Reproduce:
prerequisites: autonumbering is enabled. 

1. type the quoted text without pressing enter that automubering won't be
applied "1. item1 item2"

2. position cursor between item1 and item2 and press enter - line is split in
two, both are numbered

3. press ^Z

Actual Results:
both line split and autonumbering are undone in a single step - impossible to
split the line without numbering it.

Expected Results:
Autonumbering and line split should be undone in two steps like for e.g.
automatic URL recognition - when you type a space after the unclickable text
URL and then press ^Z, only the URL recognition is undone, to undo the space
you have to press ^Z once more - correct behaviour here.


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
Version: 7.3.3.2 / LibreOffice Community
Build ID: d1d0ea68f081ee2800a922cac8f79445e4603348
CPU threads: 4; OS: Linux 5.4; UI render: default; VCL: kf5 (cairo+xcb)
Locale: en-GB (en_GB.UTF-8); UI: en-GB
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148455] In Writer, the paragraph numbering continues instead of restarting after updating cross references

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148455

--- Comment #13 from Gabor Kelemen (allotropia)  ---
Created attachment 180068
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180068&action=edit
attachment 179674 after two rounds of RT

Turns out if the original attachment 179674 is saved in Writer, then opened in
Word, saved again, then opened in Writer, it is indeed not restarting the
numbering, as stated in comment #6

Version: 7.4.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: cdf8e971d5d46df4bcab35a99c4254df9459213f
CPU threads: 14; OS: Windows 10.0 Build 19044; UI render: default; VCL: win
Locale: de-DE (hu_HU); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 142635] Copy+paste a sheet with chart results in incorrect chart's data ranges

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142635

--- Comment #18 from Eike Rathke  ---
That portion of code basically was added with
296baa2fb6dd4150a7855114093a9703cdc18b09 already (a larger patch incorporated
from ooo-build) and to me looks plain wrong from a first glance. If
bExtDoc==false at that place it means that earlier on a 'filename'# was not
parsed at the beginning nor pExtInfo->mbExternal was set, thus it is not an
external document in the OOo|ODF notation.

I'll dig into that for that part.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 135991] Hebrew Text Randomly Disappears and Reappears

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135991

--- Comment #17 from Eyal Rozenberg  ---
(In reply to Xisco Faulí from comment #16)

I can now sorta-reproduce the bug, with the following instructions:

1. Open the sample document
(https://bugs.documentfoundation.org/attachment.cgi?id=164591)
2. When it asks about updating the links answer "No"
3. Make sure you are on page 136 ; there should be a centered header:  חלק ב'.
If for some reason you don't see that centered header, try searching for it.
MPlaut had it on page 131.
4. The header may be followed by some text in two-column layout. It should
probably start with ההקדמות in boldface, then שצריך אליהם בקיום המציאות האלוה.
5. Place the cursor at the end of the חלק ב' line.
6. Press "Enter".
7. Some content will appear which was previously invisible. It should be a
header within the right column of the two-column area following the חלק ב'
line; the header text is הקדמה (not הקדמות). The text was not deleted; it was
just not visible.

Did not see a similar phenomenon around page 23 or near the תוכן פרקי חלק ב'
header.

Build info:
Version: 7.4.0.0.alpha0+ / LibreOffice Community
Build ID: d9b33ed6644203141fdb0776c291425c2bc9f5ac
CPU threads: 4; OS: Linux 5.10; UI render: default; VCL: gtk3
Locale: en-IL (en_IL); UI: en-US

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149042] New: "Previous slide" advances to next slide

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149042

Bug ID: 149042
   Summary: "Previous slide" advances to next slide
   Product: LibreOffice
   Version: 7.4.0.0 alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ger...@pfeifer.com

Created attachment 180067
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180067&action=edit
Sample PPTX deck

How to repeat:

 1. Open sample presentation
 2. Enter presentation mode
 3.  moves to slide 2.
 4.  moves to slide 3.
 5.  moves to slide 2.
 6.  SHOULD move to slide 1.
 DOES move to slide 3.
 7.  moves to slide 2.
 8.  finally moves to slide 1.

Version: 7.4.0.0.alpha0+ / LibreOffice Community
Build ID: e9c50fbbc3b07ef927d133da9cf2395c55611e0f
CPU threads: 8; OS: Linux 5.17; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149001] Top border is too wide on the "rest-of-the-toolbar" popup

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149001

--- Comment #3 from Maxim Monastirsky  ---
No idea why the top border in that screenshot is wider, and can't remember
seeing anything like this before. However it's expected for the top border to
not be drawn underneath the button, so that the button and the popup look like
a single continuous area. This was introduced for subtoolbar popups back in OOo
for i#32185, and later expanded to other popups in Go-oo's
toolbar-decorations-vcl.diff. The problem here is that the ">>" button doesn't
show the pressed state when clicked, which is why it looks worse.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 132239] Dark Theme doesn't spread to rest of platform when I open in a small window and stretch to bigger window

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132239

Dieter  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|NEW |RESOLVED

--- Comment #5 from Dieter  ---
WORKSFORME with

Version: 7.3.3.2 (x64) / LibreOffice Community
Build ID: d1d0ea68f081ee2800a922cac8f79445e4603348
CPU threads: 4; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: en-GB
Calc: CL

Additonal information:
Dark Theme = Tools -> Options -> Personalisation -> Dark Theme

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 125823] [META] Personalization (LibreOffice Themes) bugs and Improvements

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125823
Bug 125823 depends on bug 132239, which changed state.

Bug 132239 Summary: Dark Theme doesn't spread to rest of platform when I open 
in a small window and stretch to bigger window
https://bugs.documentfoundation.org/show_bug.cgi?id=132239

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149040] functions year, month, day return wrong value for date before 15 Oct. 1582

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149040

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de

--- Comment #1 from Regina Henschel  ---
YEAR, MONTH and DAY functions calculate as if the Gregorian calendar is in use,
the DATE functions returns an error, and implicit conversions (like done by
formatting the serial number as date) is local, epoch dependent.

It is up to the user to decide whether a function is usable for his use case.

But we should extend the help about the use of Gregorian calendar so that the
user can know about the behavior.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149033] With certain date time FORMATTING the seconds fraction does not display in the formula bar and when EDITING the cell

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149033

LeroyG  changed:

   What|Removed |Added

Version|7.3.2.2 release |7.1.8.1 release

--- Comment #3 from LeroyG  ---
Reproducible with:

Version: 7.1.8.1 (x86) / LibreOffice Community
Build ID: e1f30c802c3269a1d052614453f260e49458c82c
CPU threads: 4; OS: Windows 6.1 Service Pack 1 Build 7601; UI render:
Skia/Raster; VCL: win
Locale: es-MX (es_MX); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 135991] Hebrew Text Randomly Disappears and Reappears

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135991

Buovjaga  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149043] Writer doesn't render an image file which is in the root of zip dir (ODF Validation succeeds/Google Docs works fine)

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149043

--- Comment #4 from Jambunathan K  ---
Version: 7.3.3.2 / LibreOffice Community
Build ID: 30(Build:2)
CPU threads: 4; OS: Linux 5.17; UI render: default; VCL: x11
Locale: en-IN (en_IN); UI: en-US
Debian package version: 1:7.3.3~rc2-1
Calc: threaded

$ dpkg -l | grep writer | grep libreoffice
ii  libreoffice-writer 1:7.3.3~rc2-1   
  amd64office productivity suite -- word processor

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 121740] PPT (1, 2 MB) with Equation 3.0 objects is slow to load (was better with OO)

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121740

--- Comment #42 from Commit Notification 
 ---
Noel Grandin committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/f7f527a0add582cde2f34d992b65ed6ec79633d4

tdf#121740 std::set->o3tl::sorted_vector in ImpEditEngine::FormatDoc

It will be available in 7.4.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149043] Writer doesn't render an image file which is in the root of zip dir (ODF Validation succeeds/Google Docs works fine)

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149043

--- Comment #3 from Jambunathan K  ---
(In reply to Jambunathan K from comment #2)
> Created attachment 180071 [details]
> Google Docs renders the document just fine

I uploaded the ODT file to drive and opened it in Google Docs.  It renders just
fine.

https://docs.google.com/document/d/1NQk5qpKL7kBgP8MzeQqnplyNk5ags3gyxCYgvdsUk14/edit?usp=sharing

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148842] Chinese search function not working properly while working with multiple LibreOffice Writer files that each files are larger than 5M in size

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148842

Dieter  changed:

   What|Removed |Added

 CC||dgp-m...@gmx.de
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #1 from Dieter  ---
Thank you for reporting the bug. Unfortunately without clear steps to reproduce
it, we cannot track down the origin of the problem. Please provide a clearer
set of step-by-step instructions on how to reproduce the problem. Please also
add informations about current result and expected result, so it becomes clear,
what's the meaning of "Chinese search function not working properly"
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the steps are provided.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148961] FILESAVE: PPTX: Incorrect background color after RT

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148961

--- Comment #2 from Commit Notification 
 ---
Miklos Vajna committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/109debb0ca0c864296ad7f557cfbc2b05c9ec3c2

tdf#148961 sd theme: add PPTX export for shape fill color effects

It will be available in 7.4.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148954] Writer Crash on loading files with RTL/CTL text and certain glyphs (debug build only)

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148954

Hossein  changed:

   What|Removed |Added

 Blocks||112810
 Status|RESOLVED|VERIFIED

--- Comment #5 from Hossein  ---
I verify that the crash no longer happens with the latest patch from Luboš.

I have also tested with another big Persian document. LibreOffice was crashing
before, and now it loads the file without crash.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112810
[Bug 112810] [META] Arabic language-specific RTL issues
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148961] FILESAVE: PPTX: Incorrect background color after RT

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148961

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:7.4.0

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149043] Writer doesn't render an image file which is in the root of zip dir (ODF Validation succeeds/Google Docs works fine)

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149043

--- Comment #2 from Jambunathan K  ---
Created attachment 180071
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180071&action=edit
Google Docs renders the document just fine

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146713] RTL language overlap problem when mixed with LTR language

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146713

Hossein  changed:

   What|Removed |Added

 CC||l.lu...@collabora.com

--- Comment #10 from Hossein  ---
Luboš, could you please take a look at this regression? It is probably in line
with the previous regression (tdf#148954) that you have fixed.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149043] Writer doesn't render an image file which is in the root of zip dir (ODF Validation succeeds/Google Docs works fine)

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149043

--- Comment #1 from Jambunathan K  ---
Created attachment 180070
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180070&action=edit
Test ODT file: `Read Error` for an image file at the root of zip dir

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 121740] PPT (1, 2 MB) with Equation 3.0 objects is slow to load (was better with OO)

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121740

--- Comment #41 from Commit Notification 
 ---
Noel Grandin committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/2d63a011ed161a01419a40ab2fbb88796d59b20a

tdf#121740 just remove OLE_Objects limit for non-32-bit-Windows

It will be available in 7.4.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148832] File - Wizards - Address Data Source always overwrites the system Addresses.odb

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148832

Dieter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG
 CC||dgp-m...@gmx.de

--- Comment #1 from Dieter  ---
I'm not an expert of the Adress Data Source wizard, but I can't see a bug here.
If you have a default path and a default file name, it is clear to me, that
previous file is overwritten. But you can change path and name. If I use a
different name, message doesn't pop up

If you need assistance with a certain feature, please use ask.libreoffice.org.

=> NOTABUG
Feel free to change it back to UNCONFIRMED with a short reasoning, if you
disagree.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149043] New: Writer doesn't render an image file which is in the root of zip dir (ODF Validation succeeds/Google Docs works fine)

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149043

Bug ID: 149043
   Summary: Writer doesn't render an image file which is in the
root of zip dir (ODF Validation succeeds/Google Docs
works fine)
   Product: LibreOffice
   Version: 7.3.3.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kjambunat...@gmail.com

Created attachment 180069
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180069&action=edit
Writer reports `Read Error` on an image file which exists (in the root of the
zip dir)

#+TITLE: Writer doesn't render an image file which is in the root of zip dir

#+CAPTION:  *Why does ~Writer~ give a read error, but Google Docs doesn't?*
[[./org-mode-unicorn.png]]

This image file is at the root of the zip folder, /*instead of in
~Pictures/~*/.

1. ~LibreOffice Writer~ shows me a ~Read Error~

 - How the `zip` file looks like ::

   #+begin_src text
   MMode  SizeDate&time Filename
   - --  --    
 -rw-r--r--  39  12-May-2022 11:25:32  mimetype
 -rw-r--r--  104841  12-May-2022 11:25:32  styles.xml
 -rwxr-xr-x   10527  12-May-2022 11:25:32  0001.png
 -rw-r--r--  207204  12-May-2022 11:25:32  content.xml
 -rw-r--r-- 647  12-May-2022 11:25:32  meta.xml
 drwxr-xr-x   0  12-May-2022 11:25:32  META-INF/
 -rw-r--r-- 649  12-May-2022 11:25:32  META-INF/manifest.xml
   - --  --    
 323907 7 files
   #+end_src

 - How the ~META-INF/manifest.xml~ looks like ::

   #+begin_src nxml
   
   

 
 
 
 
 
   
   #+end_src

 - How `content.xml` looks like ::

   #+begin_src nxml

  

Figure 

1: Why
does 
Writergive a read
error, but Google Docs doesn't?
   #+end_src

2. Google Docs renders the document fine.
3. The ODF Validation[fn:1] on the file succeeds

   #+begin_src sh
   java -jar
/home/kjambunathan/src/org-mode-ox-odt/testing/examples/odt/odfvalidator-0.10.0-jar-with-dependencies.jar
-v imagefileatrootofzipfolder.odt
   #+end_src

[fn:1]

See https://repo1.maven.org/maven2/org/odftoolkit/odfvalidator/0.10.0/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147855] Incorrect word position in text box when aligning center

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147855

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 148830] Collapse button on docked Navigator pane looks thinner than the same button when Navigator pane is collapsed

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148830

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 148827] [FILEOPEN] "Symbolic Link" SLK / SYLK incorrect date

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148827

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 148816] Fit height to text is turned ON for AutoLayout object area in Normal mode, however not working. also turned off in Master slide mode

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148816

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 148821] Mail Merge Connection Status window in GTK3 should be able to move

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148821

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 148815] Update variable not to ask to save document if changed also for Reload

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148815

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 144971] Spell Checker

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144971

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 144971] Spell Checker

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144971

--- Comment #3 from QA Administrators  ---
Dear Gene Cooper,

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 136410] LibreOffice download page download incorrect OS file

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136410

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 136410] LibreOffice download page download incorrect OS file

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136410

--- Comment #6 from QA Administrators  ---
Dear La Ode Muhammad Al Fatih,

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 145632] Copy&Paste does not work sometimes.

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145632

--- Comment #2 from QA Administrators  ---
Dear miogpsrocks,

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 145643] Writer/ does not start

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145643

--- Comment #2 from QA Administrators  ---
Dear Wlodek Duch,

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 145624] Cut and paste does not work, except from inside libreoffice.

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145624

--- Comment #5 from QA Administrators  ---
Dear blthong,

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 145370] spell checking initiated by F7 doesn't start where you'd expect, and endnotes are also checked

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145370

--- Comment #2 from QA Administrators  ---
Dear peter josvai,

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 148990] IME does not seem to work with multiline textbox in property editor

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148990

JO3EMC  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
Version|7.4.0.0 alpha0+ Master  |7.0.6.2 release

--- Comment #1 from JO3EMC  ---
It is reproduced in 7.3.3.2 and 7.0.6.2.
There is no problem with 6.4.7.2.
It seems that it happened due to the design change in 7.0.

Version: 7.3.3.2 (x64) / LibreOffice Community
Build ID: d1d0ea68f081ee2800a922cac8f79445e4603348
CPU threads: 8; OS: Windows 10.0 Build 19044; UI render: default; VCL: win
Locale: ja-JP (ja_JP); UI: ja-JP
Calc: CL

Version: 7.0.6.2 (x64)
Build ID: 144abb84a525d8e30c9dbbefa69cbbf2d8d4ae3b
CPU threads: 8; OS: Windows 10.0 Build 19044; UI render: Skia/Vulkan; VCL: win
Locale: ja-JP (ja_JP); UI: ja-JP
Calc: CL


I found out about this problem in the Japanese category of Ask.
https://ask.libreoffice.org/t/bass/76835/14
The issue is raised there in Base instead of Writer.
Reproduction in Windows environment has been reported, but the situation seems
to be different in Linux.
Linux users have reported that they can input Japanese, but the behavior seems
a bit strange.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 82097] REPORTBUILDER: Group Header keeps the values of the first group

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82097

Lionel Elie Mamane  changed:

   What|Removed |Added

URL|https://www.sellyourhomecha |
   |rlotte.com/ |

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 82097] REPORTBUILDER: Group Header keeps the values of the first group

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82097

jkjkjka  changed:

   What|Removed |Added

URL||https://www.sellyourhomecha
   ||rlotte.com/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 82097] REPORTBUILDER: Group Header keeps the values of the first group

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82097

Aron Budea  changed:

   What|Removed |Added

URL|https://dreams.sellyourhome |
   |charlotte.com/  |

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 82097] REPORTBUILDER: Group Header keeps the values of the first group

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82097

Dreams  changed:

   What|Removed |Added

URL||https://dreams.sellyourhome
   ||charlotte.com/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148967] Include a HUD inside the Standard toolbar as text field (today you can add it only as button)

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148967

Heiko Tietze  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||2931

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 142931] Tabbed notebook bar Icon for 'Command Popup HUD' tdf#91874

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142931

Heiko Tietze  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||8967

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 135501] Change the default UI (see comment 67)

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135501

--- Comment #87 from Justin L  ---
Before defaulting to the notebookbar as a default (which I am NOT in favour
of), it would be rather wise to clean up things like
https://wiki.documentfoundation.org/Development/NotebookBar which state "NOTE:
the Notebookbar is an experimental and optional feature, and NOT recommended
for production use!".

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149041] Calc SUM button confusing with selected cells

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149041

Luboš Luňák  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 CC||er...@redhat.com

--- Comment #1 from Luboš Luňák  ---
Eike: I have found no documentation for this feature. The only thing I have
found is https://bugs.documentfoundation.org/show_bug.cgi?id=71339#c15 , but
that's unclear on what should happen in this specific case. Can you please
clarify what Calc should do here?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149041] New: Calc SUM button confusing with selected cells

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149041

Bug ID: 149041
   Summary: Calc SUM button confusing with selected cells
   Product: LibreOffice
   Version: 7.4.0.0 alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: l.lu...@collabora.com

Created attachment 180066
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180066&action=edit
Calc test document

The SUM button in the Calc button works in a confusing way if a range of cells
is selected.

Steps to reproduce:
- Open the attached document.
- Select cells A4-A6 (or A4-A7).
- Select SUM from the dropdown to the left of Calc's formula lineedit in the
toolbar.

The button fills in =SUM(A5:A6) into A7. That's confusing, as A4 is selected as
well. When nothing is selected and the cursor is in A7, then the buttons fills
in the same, but it also highlights only A5-A6, suggesting that this is a
feature. But if cells are selected, there's no such feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 82097] REPORTBUILDER: Group Header keeps the values of the first group

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82097

Robert Großkopf  changed:

   What|Removed |Added

URL|https://dreams.sellyourhome |
   |charlotte.com/  |

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 143344] [META] Linux Dark Mode bugs and enhancements

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143344

steve  changed:

   What|Removed |Added

 Attachment #179975|0   |1
is obsolete||

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 105537] [META] Assertion failed crashes

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105537
Bug 105537 depends on bug 148954, which changed state.

Bug 148954 Summary: Writer Crash on loading files with RTL/CTL text and certain 
glyphs (debug build only)
https://bugs.documentfoundation.org/show_bug.cgi?id=148954

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148954] Writer Crash on loading files with RTL/CTL text and certain glyphs (debug build only)

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148954

Luboš Luňák  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148954] Writer Crash on loading files with RTL/CTL text and certain glyphs (debug build only)

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148954

--- Comment #4 from Commit Notification 
 ---
Luboš Luňák committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/5caa7f44b861876afa5b3b8f71e3848abd8875e6

fix HB_GLYPH_FLAG_UNSAFE_TO_BREAK for RTL in cloneCharRange() (tdf#148954)

It will be available in 7.4.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148954] Writer Crash on loading files with RTL/CTL text and certain glyphs (debug build only)

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148954

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:7.4.0

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 126573] Add array functions in Calc: FILTER, SORT, SORTBY, UNIQUE, SEQUENCE, RANDARRAY

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126573

--- Comment #9 from holmes.ja...@gmail.com ---
I add my support for these functions.

Over the years I've come across the limitations of array handling a number of
times. Most often I've found wacky workarounds with compromises on
functionality and likely performance. However, there are instances where the
limitations are simply too constricting making the ideal handling of arrays
impossible. I'll share the example I'm currently facing later, but provide a
general use case in favor of the need of these functions.

I'll start by saying that dynamic Array manipulation is critical in handling
data and has so many use cases. In my opinion the dynamic handling of arrays is
the only remaining missing link in both function and form, at least as far as
data handling in Calc.

One general limitation is that you can't take 2 arrays and interweave the data
filtered on criteria, and then sorted to be in a proper order. Libreoffice Calc
has the tools to do this manually, but if the document has ongoing changes,
that manual effort becomes extraordinarily time consuming and tedious.

---
The rest of this post will detail real world limitations
---

So my current example, which could be solved by these functions being
implemented, goes as follows:

I have a budget/finance system which has separate sheets as ledgers for income,
expenses, transfers between accounts. There are then other sheets which
extrapolate as much data as possible from those ledgers allowing you to see
things like totals from different income types, various expenses broken down,
averages per month, detailed account information, stock information, and on and
and and on. (This requires some not as wacky array workarounds, but it works.)

Now stocks are where some wacky array workarounds start. If I want to pluck the
purchase of a stock out of the Expenses Sheet (and all related information), I
need a named range/formula expression called, "ExpensesToStock" with:
IF(ExpensesType="Stock">0,(ExpensesType="Stock")*(ROW(ExpensesType)),"") Where
"ExpensesType" is the column titled Type in the Expenses Sheet.
"ExpensesToStock" is now an array of row numbers where that data is in the
Expenses Sheet, and blank spaces where the data isn't. Then I remove the blank
spaces on a separate configuration sheet by grabbing the "Small" of those row
numbers out of "ExpensesToStock" by putting this function in consecutive rows:
{=IFERROR(SMALL(ExpensesToStock,ROW($A1)),"")} Each consecutive row then
increments as a variable for the small. (ROW($A1),ROW($A2),...) Now that I have
a list of rows where the data is, I can run an "Indirect" function to display
all of the relevant data on a separate sheet called "Stocks." That's a filtered
ledger of only stocks that I can then do additional calculations on to provide
even more stock relevant data.

^ TL;DR, Functions automatically copy each Stock line out of the "Expenses"
sheet into the "Stocks" sheet and calculate additional important information
related to the Stocks.

However, here is where the limitations of Calc array handling arise. Stocks
aren't just an expense. Stocks can be an expense, income, or a merging between
companies. If I wanted to make a dynamic ledger to determine proper data (total
stocks, total basis, etc.) I need to evaluate both the purchase, sale, and
transfer from the income and expenses sheet for all stock related information.
You can imagine that the stock purchase and sale date are pretty important for
the order of calculating. 

Combining both the purchase and sale of stocks plucked from 2 different sheets
into a single date sorted ledger would be trivial and automatic with a filter
and sort array function, but currently impossible in Calc short of constant
manual efforts.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149040] New: functions year, month, day return wrong value for date before 15 Oct. 1582

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149040

Bug ID: 149040
   Summary: functions year,month,day return wrong value for date
before 15 Oct. 1582
   Product: LibreOffice
   Version: 7.3.3.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: phili...@quarta.com.br

Description:
from Calc .. dates sequence is ok ... nothing from 14 to 05 oct but functions
year(),month() and day() return wrong values

  DATE  YEARMONTH   DAY
16/10/1582  158210  16
15/10/1582  158210  15
04/10/1582  158210  14
03/10/1582  158210  13
02/10/1582  158210  12
01/10/1582  158210  11
30/09/1582  158210  10
29/09/1582  158210  9
28/09/1582  158210  8
27/09/1582  158210  7
26/09/1582  158210  6

30/12/1482  14831   8


Steps to Reproduce:
see above

Actual Results:
see above

Expected Results:
obvious


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.3.2.2 (x64) / LibreOffice Community
Build ID: 49f2b1bff42cfccbd8f788c8dc32c1c309559be0
CPU threads: 2; OS: Windows 6.1 Service Pack 1 Build 7601; UI render:
Skia/Raster; VCL: win
Locale: fr-FR (pt_BR); UI: pt-BR
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 135501] Change the default UI (see comment 67)

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135501

--- Comment #86 from Mike Kaganski  ---
I want to support the really crucial point raised by ajlittoz in comment #81.
Regardless of the UI *technology* that would be the default, the discussion
here drives us in a completely wrong direction, and actually should *not*
happen until that point is clarified and resolved.

The *current* UI (menu + toolbars + sidebar) might not be perfect; however,
*current* form of other UIs makes it *much* harder to use styles, which are the
core of LibreOffice. Most advanced features of the suite are based on styles;
so making dealing with styles harder, you make all advanced features even less
accessible and usable by anyone. And note, that advanced features are not only
used by advanced users: any user may receive a document with arbitrary set of
features, including those used by the software to emulate features in a foreign
format. And when your UI makes these features even more awkward to use than
necessary, the conceptual complexity is multiplied, making it a nightmare to
comprehend what is going on.

Any UI, be it tabbed or whatever, must be analyzed from the point of view of
usability with advanced scenarios, keeping in mind that different parts of the
UI must work together to help user understand such features, not fragment them.

So where are the results of such analysis? In the current form, it looks like
we rely on the opinion of users who don't really use the product, but could as
well use WordPad for their needs, to decide if current tabbed UI is ready for
the primetime. Basic users should not be "second class citizens", but power
users should not be just as well.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149022] Shaping of Arabic text is broken when coloring a middle character

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149022

Munzir Taha  changed:

   What|Removed |Added

 CC||dr.khaled.ho...@gmail.com

--- Comment #2 from Munzir Taha  ---
cc: Khaled Hosny, the expert in these matters. Not that he should fix it but
his advice is always welcomed.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 82097] REPORTBUILDER: Group Header keeps the values of the first group

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82097

Dreams  changed:

   What|Removed |Added

URL||https://dreams.sellyourhome
   ||charlotte.com/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149039] The master password is stored in an outdated format, you should refresh it

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149039

--- Comment #2 from David Snow  ---
Looking more closely, I must have set the master password when I tried to get
"Remote Files" via Google Docs to work.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149039] The master password is stored in an outdated format, you should refresh it

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149039

--- Comment #1 from David Snow  ---
Trashing my "User Profile" chases the problem away! Yuk

As a suggestion It would be nice if LO had a way for the user to switch between
profiles. Maybe a "Work" and "Personal" profile. Also for testing purposes
maybe the user could quickly open a new file with an empty profile rather than
having chace down where LO stores the "USER" profile and rennaming it.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 82097] REPORTBUILDER: Group Header keeps the values of the first group

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82097

Lionel Elie Mamane  changed:

   What|Removed |Added

URL|https://dreams.sellyourhome |
   |charlotte.com/  |

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 135501] Change the default UI (see comment 67)

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135501

--- Comment #85 from Mike Kaganski  ---
(In reply to Heiko Tietze from bug 148967 comment #35)
> the team facilitates the work around LibreOffice. The
> ESC usually gives favorable consideration to my recommendations, which I
> take from user input, done at bug 135501. So I plan to change it (affects
> new installation only).

Hmm. I read the discussion here, and find that the "user input, done at bug
135501" shows the prevail of negative feedback to the idea of making
notebookbar the default (in its current condition, or at all) (V Stuart Foote
in comment 3; ajlittoz in comment 81; andreas_k in  comment 78; Eyal Rozenberg
in comment 73, Telesto in comment 69, Samuel Mehrbrodt in comment 62, ...
stopped scrolling up), which is voluntarily ignored because of a few vocal
users tend to answer every post, creating massive amount of "feedback" (look at
the responses to the mentioned comments). I don't claim that this reflects the
whole user base opinion; just that we should not consider the feedback received
*here* as justification of a "do change" decision (which seems to be the case
based on the quote above).

Repeating myself from that bug:

Note that such a decision should at least depend on the availability on
mnemonics (keyboard access) working with such a UI; e.g., when a menu is used
(which is active with toolbar UI), you may use F10 (Alt) to access menu without
mouse. Competition had never offered a UI without keyboard access to its
commands. Also note that keyboard shortcuts (Customization) is unrelated here:
what is required is keyboard-based navigation through the visible UI.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149039] New: The master password is stored in an outdated format, you should refresh it

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149039

Bug ID: 149039
   Summary: The master password is stored in an outdated format,
you should refresh it
   Product: LibreOffice
   Version: 7.2.3.2 release
  Hardware: ARM
OS: macOS (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: david.snow0...@gmail.com

Description:
After I upgraded to LO 7.3.3.2 on macOS 12.3.1 EVERY document I open (including
a new document)  produces the warning "The master password is stored in an
outdated format, you should  refresh it"  I don't think that I every set it,
but if I did I KNOW what it would have been!  When I try to "Refresh Password"
I get "The master password is incorrect"

I am running on a 2020 MacBook Air with Apple Silicon, but I am using the Intel
version of LO since the Apple Silicon version crashes too frequently.

Steps to Reproduce:
1.Open a document
2.See The pink message
3. Try to set a new master password.

Actual Results:
Get a error message

Expected Results:
Set the password


Reproducible: Always


User Profile Reset: No



Additional Info:
None

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 82097] REPORTBUILDER: Group Header keeps the values of the first group

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82097

Dreams  changed:

   What|Removed |Added

URL||https://dreams.sellyourhome
   ||charlotte.com/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149003] Pivot table displays blanks instead of the sum of calculated values from a query

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149003

JimT  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEEDINFO|RESOLVED

--- Comment #2 from JimT  ---
My first time logging a "Bug".

Attempting to close the log as "fixed".

Baffled with events.

In the process of replicating and sending attachments I set up a new database
and query and tried to do what I had a problem with on my "live" database.

This time all ok...!

Test database and query OK under 7.3.3.2, "live" under previous version.

All OK now

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148967] Include a HUD inside the Standard toolbar as text field (today you can add it only as button)

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148967

--- Comment #37 from Mike Kaganski  ---
(In reply to Heiko Tietze from comment #35)

Note that such a decision should at least depend on the availability on
mnemonics (keyboard access) working with such a UI; e.g., when a menu is used
(which is active with toolbar UI), you may use F10 (Alt) to access menu without
mouse. Competition had never offered a UI without keyboard access to its
commands. Also note that keyboard shortcuts (Customization) is unrelated here:
what is required is keyboard-based navigation through the visible UI.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148433] Extreme keyboard input delays on linux in paragraphs which contain both rtl and ltr characters

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148433

--- Comment #36 from Caolán McNamara  ---
(In reply to Yotam Benshalom from comment #35)
> The problem indeed disappears, along with the cursor indicator, when running:
> export SAL_DISABLE_CURSOR_INDICATOR=1 &&
> /opt/libreofficedev7.4/program/soffice
> 
> In case the issue is not resolved, can this behaviour stay in place?

the variable for workaround can certainly stay in place until some proper
solution is arrived at.

> FWIW, I don't really understand the reason behind the current implementation
> of the cursor direction indicator.

RTL is not my specialty, my understanding is that if the arrow is pointing left
then if a RTL char is entered it will appear at the point indicated to the
left, if the arrow is pointing right then if a LTR char is entered it will
appear at the point to the right. Something like gedit instead uses a
split-cursor and shows two cursors with arrows to show both locations a char
might appear if there is ambiguity where a char would appear depending on its
classification once entered.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148967] Include a HUD inside the Standard toolbar as text field (today you can add it only as button)

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148967

--- Comment #36 from John Mills  ---
(In reply to Heiko Tietze from comment #35)
> (In reply to V Stuart Foote from comment #32)
> > @Heiko, please confirm the TDF position.  Stuart
> 
> TDF has no position, the team facilitates the work around LibreOffice. The
> ESC usually gives favorable consideration to my recommendations, which I
> take from user input, done at bug 135501. So I plan to change it (affects
> new installation only).

It's a hard decision Heiko, but in the long run, it will be the best one for
the future of LibreOffice.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 142227] [EDITING] Image displayed in the wrong place when it is inside an outline-group and sheet is set to freeze-row-and-columns

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142227

zzz  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |FIXED

--- Comment #7 from zzz  ---
Confirmed that FoldTestFc3.ods now works as expected so the problem has
disappeared.

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149038] New: Adding support for RD Field Codes in .docx format

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149038

Bug ID: 149038
   Summary: Adding support for RD Field Codes in .docx format
   Product: LibreOffice
   Version: 7.2.3.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: hasanteam...@gmail.com

Description:
RD Field Codes in .docx file format is gone when opening in libreoffice. I
think libreoffice shuld add support for it.
Reference :
https://support.microsoft.com/en-us/office/field-codes-rd-referenced-document-field-1730f463-ea41-4736-8061-499e778dd806

Steps to Reproduce:
1.Create document in Ms Office
2.Create RD Field Code (Reference other document)
3.Open it in libreoffice

Actual Results:
The field code is gone

Expected Results:
RD field code is keep and shold usable to reference other document file for
create table of content in separated file


Reproducible: Always


User Profile Reset: No



Additional Info:
https://ask.libreoffice.org/t/embed-other-document-for-table-of-content-or-references-field-codes-rd/77297
https://support.microsoft.com/en-us/office/field-codes-rd-referenced-document-field-1730f463-ea41-4736-8061-499e778dd806
https://forum.onlyoffice.com/t/embed-other-document-for-table-of-content-or-references-field-codes-rd/1777/5

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145722] Basic Editor : impossible to copy a module or a dialog to an another worksheet.

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145722

--- Comment #9 from raal  ---
(In reply to Thierry Munoz from comment #6)
> Hi, an other user told me that the crash in Windows appears when the
> document where we copy/move the module isn't saved before.

Can you reproduce it? I have not Windows, but on Linux it doesn't crash for me.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 85811] [META] Main menu bar bugs and enhancements

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85811

sdc.bla...@youmail.dk changed:

   What|Removed |Added

 Depends on||149037


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=149037
[Bug 149037] Should "Name" and "Description" have icons in the Format menu?
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149037] Should "Name" and "Description" have icons in the Format menu?

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149037

sdc.bla...@youmail.dk changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
 Blocks||85811
   Keywords||needsUXEval


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=85811
[Bug 85811] [META] Main menu bar bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145722] Basic Editor : impossible to copy a module or a dialog to an another worksheet.

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145722

raal  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected
  Regression By||caol...@redhat.com
 CC||caol...@redhat.com,
   ||r...@post.cz

--- Comment #8 from raal  ---
This seems to have begun at the below commit.
Adding Cc: to Caolán McNamara; Could you possibly take a look at this one?
Thanks

1422df3e1338ce034c616dfbc3248b0fb3436c7f is the first bad commit
commit 1422df3e1338ce034c616dfbc3248b0fb3436c7f
Author: Jenkins Build User 
Date:   Thu Jun 13 02:07:30 2019 +0200

source sha:ad1cbee2ffc7b3c10cad6fd69f5e4b523ac4027c

https://git.libreoffice.org/core/+/ad1cbee2ffc7b3c10cad6fd69f5e4b523ac4027c
  weld OrganizeDialog

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149037] New: Should "Name" and "Description" have icons in the Format menu?

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149037

Bug ID: 149037
   Summary: Should "Name" and "Description" have icons in the
Format menu?
   Product: LibreOffice
   Version: 7.4.0.0 alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: sdc.bla...@youmail.dk

The Format menu has icons for most of its commands, but "Name" and
"Description" are some of the few exceptions.  Meanwhile "Name" and
"Description" do have icons in the context menus, which raises the question.

Are the icons missing by intention in the menu?  Or should they be included
now?

codepointer: 

remove menu:style="text" in the following 9 files

https://opengrok.libreoffice.org/search?project=core&full=%22.uno%3AObjectTitleDescription%5C%22+menu%3Astyle%3D%5C%22text%5C%22%2F%22&defs=&refs=&path=&hist=&type=&xrd=&nn=1&si=full&si=full

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 107139] [META] Breeze icons

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107139

Rafael Lima  changed:

   What|Removed |Added

 Depends on||149036


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=149036
[Bug 149036] Missing icon for "Label Field" using Breeze (dark) icon theme
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149036] Missing icon for "Label Field" using Breeze (dark) icon theme

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149036

Rafael Lima  changed:

   What|Removed |Added

 Blocks||107139


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107139
[Bug 107139] [META] Breeze icons
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149036] New: Missing icon for "Label Field" using Breeze (dark) icon theme

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149036

Bug ID: 149036
   Summary: Missing icon for "Label Field" using Breeze (dark)
icon theme
   Product: LibreOffice
   Version: 7.3.2.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rafael.palma.l...@gmail.com

Created attachment 180065
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180065&action=edit
Screenshot showing the problem

Hi! I was using the Basic Dialog Editor and noticed that the icon for the
"Label Field" command hasn't been adapted to dark theme.

I am using the "Breeze (dark)" icon theme.

All is good with Colibre dark and Sifr dark.

See attached image for more information.

System info:
Version: 7.4.0.0.alpha0+ / LibreOffice Community
Build ID: 4351a6ca782e1d2081ba819338ebbf6a2d2ee2b2
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: CL

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148740] UI Issue: In View->Styles, the `+` gets hidden when the cursor is on a parent style

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148740

Heiko Tietze  changed:

   What|Removed |Added

 CC||kain...@gmail.com,
   ||riz...@libreoffice.org
 Status|NEW |NEEDINFO

--- Comment #12 from Heiko Tietze  ---
Thanks Caolan, looks good to me.

Rizal, Andreas: Do you accept to replace the themed expander icons by what
comes from the system? At least I guess so, or is SymbolType::SPIN_DOWN some
triangle vector in the end? On other places we run into trouble with self-made
triangles in case of high resolution.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 143789] Sub contained in document can not call Sub from local Standard library: Freeze when tried.

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143789

Buovjaga  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|UNCONFIRMED |RESOLVED
 CC||ilmari.lauhakangas@libreoff
   ||ice.org

--- Comment #5 from Buovjaga  ---
Ok, let's close for now

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148967] Include a HUD inside the Standard toolbar as text field (today you can add it only as button)

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148967

--- Comment #35 from Heiko Tietze  ---
(In reply to V Stuart Foote from comment #32)
> @Heiko, please confirm the TDF position.  Stuart

TDF has no position, the team facilitates the work around LibreOffice. The ESC
usually gives favorable consideration to my recommendations, which I take from
user input, done at bug 135501. So I plan to change it (affects new
installation only).

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 71732] [META] Bugs related to text rendering, typography and font features in LO

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71732

Buovjaga  changed:

   What|Removed |Added

 Depends on||143705


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=143705
[Bug 143705] Distortion of Armenian letters
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 143705] Distortion of Armenian letters

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143705

Buovjaga  changed:

   What|Removed |Added

   Keywords||bibisectRequest, regression
 Status|UNCONFIRMED |NEW
 Blocks||71732
 Ever confirmed|0   |1
 CC||ilmari.lauhakangas@libreoff
   ||ice.org

--- Comment #4 from Buovjaga  ---
Repro, but not with 3.5.0.

Might be the transition to HarfBuzz.

Version: 7.4.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 172e208e6b0674f42c301c5ee5e280e9138ba1b4
CPU threads: 2; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win
Locale: fi-FI (fi_FI); UI: en-US
Calc: threaded Jumbo


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=71732
[Bug 71732] [META] Bugs related to text rendering, typography and font features
in LO
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 139402] FORMATTING: Default font color for form controls is set to black but displays as gray

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139402

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||ilmari.lauhakangas@libreoff
   ||ice.org
 Ever confirmed|0   |1

--- Comment #3 from Buovjaga  ---
No problem here.

Do you still reproduce with 7.3?

Please copy and paste here the contents of your Help - About. This allows us to
know more about your system.

Set to NEEDINFO.
Change back to UNCONFIRMED, if the problem persists. Change to RESOLVED
WORKSFORME, if the problem went away.

Arch Linux 64-bit
Version: 7.3.3.2 / LibreOffice Community
Build ID: 30(Build:2)
CPU threads: 8; OS: Linux 5.17; UI render: default; VCL: kf5 (cairo+xcb)
Locale: fi-FI (fi_FI.UTF-8); UI: en-US
7.3.3-2
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149013] Description of images, OLE objects and shapes is not exported to HTML

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149013

sdc.bla...@youmail.dk changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org

--- Comment #2 from sdc.bla...@youmail.dk ---
Once the "expected" LO behavior is clarified, then I will update the help page
for the Description control in the Description dialog [1].  The entry for that
control will also be included in the help page for the Options tab [2]. 

The existing text in [1] appears to have been written in 2003 and never
updated. Perhaps corrections, clarifications, additions are needed. Will add
NeedsUXEval.


[1] https://help.libreoffice.org/7.4/en-US/text/shared/01/05190100.html
[2] https://help.libreoffice.org/7.4/en-US/text/swriter/01/05060900.html

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 138468] Cell background color selection widget UI in side-bar now extra step of palette selection droplist

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138468

Buovjaga  changed:

   What|Removed |Added

 CC||ilmari.lauhakangas@libreoff
   ||ice.org
 Resolution|--- |WORKSFORME
 Status|UNCONFIRMED |RESOLVED

--- Comment #14 from Buovjaga  ---
(In reply to R. Bingham from comment #7)
> (In reply to Roman Kuznetsov from comment #6)
> > So strange. Can you reset your user profile using menu item Help-Restart in
> > Safe Mode?
> 
> Restart in Safe Mode (no options selected) does restore the color picker I/F
> working as expected but of course without any palatte entries that may have
> been created by extensions.  So then likely some extension
> install/update/uninstall horked the  the color picker widget config in the
> user profile. Assuming this is the case, then 2 courses of recovery:

Then it is some unknown "corruption" of the user profile. You may zip up the
profile and attach it, if you want, but I'm not sure if anyone can use it to
troubleshoot.

https://wiki.documentfoundation.org/UserProfile

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149013] Description of images, OLE objects and shapes is not exported to HTML

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149013

sdc.bla...@youmail.dk changed:

   What|Removed |Added

 Blocks||149012


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=149012
[Bug 149012] Options tab for Frame, Object, Image needs to be updated
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149012] Options tab for Frame, Object, Image needs to be updated

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149012

sdc.bla...@youmail.dk changed:

   What|Removed |Added

 Depends on||149013


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=149013
[Bug 149013] Description of images, OLE objects and shapes is not exported to
HTML
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 143496] misplaced smartTags with XRangeBasedSmartTagRecognizer / commitTextRangeMarkup

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143496

Buovjaga  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 CC||ilmari.lauhakangas@libreoff
   ||ice.org
Version|7.2.0.0 alpha1+ |6.4.7.2 release

--- Comment #1 from Buovjaga  ---
Reproduced

Arch Linux 64-bit
Version: 7.3.3.2 / LibreOffice Community
Build ID: 30(Build:2)
CPU threads: 8; OS: Linux 5.17; UI render: default; VCL: kf5 (cairo+xcb)
Locale: fi-FI (fi_FI.UTF-8); UI: en-US
7.3.3-2
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 137639] Copying and pasting English text converts it to Chinese

2022-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137639

Buovjaga  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO
 CC||ilmari.lauhakangas@libreoff
   ||ice.org

--- Comment #13 from Buovjaga  ---
(In reply to Munzir Taha from comment #8)
> Unfortunately, the bug comes again. I will do my best attaching more
> debugging information.
> 
> Attached is a bug.odt file that contains a link. Just right-click -> Edit
> Hyperlink, Copy the http url, close the dialog and paste the text any where
> in the page and you get the Chinese characters. I let them live in the file
> for now.

I tried with attachment 174106, but I don't see the problem. Do you still see
it with version 7.3?

Set to NEEDINFO.
Change back to UNCONFIRMED, if the problem persists. Change to RESOLVED
WORKSFORME, if the problem went away.

Arch Linux 64-bit
Version: 7.3.3.2 / LibreOffice Community
Build ID: 30(Build:2)
CPU threads: 8; OS: Linux 5.17; UI render: default; VCL: kf5 (cairo+xcb)
Locale: fi-FI (fi_FI.UTF-8); UI: en-US
7.3.3-2
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

  1   2   3   >