[Bug 72511] Comment note on a DOC from MS Word for Mac 2008 appears wrongly on Writer

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72511

Justin L  changed:

   What|Removed |Added

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

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

[Bug 72511] Comment note on a DOC from MS Word for Mac 2008 appears wrongly on Writer

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72511

--- Comment #26 from Justin L  ---
Created attachment 194156
  --> https://bugs.documentfoundation.org/attachment.cgi?id=194156=edit
comment indent.pdf: how the DOCX file looks in Word 2019

> (In reply to Gordo from comment #11)
> > MS Word [2013] shows the indentation in the docx.  Writer does not.
> 
(Paraphrasing Justin L from comment #16)
> However, using Word 2016+, it does not fully indent the docx.
Still true in MS Word 2019 - the 4cm comment indent looks more like 1cm. So,
since MS Word is also very buggy in this area, it doesn't look like anything
worth "fixing".

Since the title of this report is about the DOC format, and that has been
resolved, I'm going to close this report as FIXED.

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

[Bug 72511] Comment note on a DOC from MS Word for Mac 2008 appears wrongly on Writer

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72511

--- Comment #25 from Commit Notification 
 ---
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/7fcd5ac42086f1374c3bd5eb2be9a59e6f38f2e3

tdf#72511 tdf#78510 ww8import: recombine into SvxLRSpaceItem for EE

It will be available in 24.8.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.

[Bug 72511] Comment note on a DOC from MS Word for Mac 2008 appears wrongly on Writer

2024-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72511

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:24.8.0

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

[Bug 72511] Comment note on a DOC from MS Word for Mac 2008 appears wrongly on Writer

2024-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72511

--- Comment #24 from Justin L  ---
Created attachment 194074
  --> https://bugs.documentfoundation.org/attachment.cgi?id=194074=edit
comment indent.doc: modified version including a textbox with indented text

(In reply to Justin L from comment #23)
> I can only imagine that this is actually a mistake.
Definitely a regression, as seen by the textbox's now non-indented contents.

I assume it is related to this part of mstahl's commit message:
   "Leave editengine and non-paragraph usages of SvxLRSpaceItem as-is for now."

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

[Bug 72511] Comment note on a DOC from MS Word for Mac 2008 appears wrongly on Writer

2024-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72511

--- Comment #23 from Justin L  ---
(In reply to Justin L from comment #19)
> The file "Why 'One Beat Slow' (v1.1)-2 lzed1.doc" from comment 0 is fixed ...
> It also fixed "comment indent.doc" from comment 11.
I can only imagine that this is actually a mistake. The comment paragraph in MS
Word clearly has a 4cm indent, but in LO it is a 0cm indent. So, likely this
problem will come back again. If so, it seems reasonable to intentionally
remove the indent, since it simply is ignored in MSO 2003/2010 as well.

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

[Bug 72511] Comment note on a DOC from MS Word for Mac 2008 appears wrongly on Writer

2024-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72511

--- Comment #22 from Justin L  ---
The exception could be avoided with
+if (aParaStyle && IsInComments())
+{
+pParaContext->Erase(PROP_PARA_STYLE_NAME);
+}
 aProperties = comphelper::sequenceToContainer<
std::vector >(pPropertyMap->GetPropertyValues());

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

[Bug 72511] Comment note on a DOC from MS Word for Mac 2008 appears wrongly on Writer

2024-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72511

Justin L  changed:

   What|Removed |Added

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

--- Comment #21 from Justin L  ---
I thought it would have been fixed in 24.2 via bug 103064, but I guess not.

editeng/source/uno/unotext.cxx SvxPropertyValuesToItemSet
  const SfxItemPropertyMapEntry *pEntry
  = pPropSet->getPropertyMap().getByName( rProp.Name );
  if (!pEntry)
 throw beans::UnknownPropertyException( "Unknown property: " + rProp.Name
);

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

[Bug 72511] Comment note on a DOC from MS Word for Mac 2008 appears wrongly on Writer

2024-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72511

--- Comment #20 from Justin L  ---
(In reply to Gordo from comment #11)
> MS Word shows the indentation in the docx.  Writer does not.
repro 24.8+ with "comment index.docx" from comment 11 - still with exception.

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

[Bug 72511] Comment note on a DOC from MS Word for Mac 2008 appears wrongly on Writer

2024-05-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72511

Justin L  changed:

   What|Removed |Added

 CC||michael.st...@allotropia.de

--- Comment #19 from Justin L  ---
The file "Why 'One Beat Slow' (v1.1)-2 lzed1.doc" from comment 0 is fixed by
LO 7.6 commit db115bec9254417ef7a3faf687478fe5424ab378
Author: Michael Stahl on Tue Feb 14 18:03:55 2023 +0100
tdf#78510 sw,cui: split SvxLRSpaceItem for SwTextNode, SwTextFormatColl

It also fixed "comment indent.doc" from comment 11.

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

[Bug 72511] Comment note on a DOC from MS Word for Mac 2008 appears wrongly on Writer

2024-04-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72511

--- Comment #18 from QA Administrators  ---
Dear Kumāra,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 72511] Comment note on a DOC from MS Word for Mac 2008 appears wrongly on Writer

2020-04-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72511

Justin L  changed:

   What|Removed |Added

   Hardware|x86-64 (AMD64)  |All
 CC||jl...@mail.com
 OS|Windows (All)   |All

--- Comment #16 from Justin L  ---
I need to backpedal a bit on Word 2016 not displaying the indent for DOCX. It
does to some extent. For example, I can enter a negative indent, and some text
moves out of sight. However, it is using a different scale, because it
certainly does not indent as much as I say, because 4cm is closer to 1, and
10cm is closer to 2.

For interest sake, see a similar DOCX problem for comment character attributes
in commit
https://cgit.freedesktop.org/libreoffice/core/commit/?id=deabda6b38417e4c7037c0d0274a4f81b338e552

I will confirm that Word 2016 doesn't do any indenting for DOC.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 72511] Comment note on a DOC from MS Word for Mac 2008 appears wrongly on Writer

2020-04-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72511

--- Comment #15 from Justin L  ---
repro 7.0+.  LO indents doc comment, but not docx.

(In reply to Gordo from comment #11)
> MS Word [2013] shows the indentation in the docx.  Writer does not.

However, using Word 2016, it does not indent either the doc or the docx.


So I looked for the reason why Writer does not indent for docx (and you will
notice that in the paragraph properties the margin is 0). The reason is because
of an exception :-)
writerfilter/source/dmapper/DomainMapper_Impl.cxx:1663: ::finishParagraph
calling TextAppend->finishParagraph
writerfilter/source/dmapper/DomainMapper_Impl.cxx:1893: finishParagraph()
com.sun.star.beans.UnknownPropertyException message: Unknown property:
ParaStyleName

So, because of an exception with unknown comment property ParaStyleName, it
ignores all of the following properties (like ). In other
words, docx works by accident...

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 72511] Comment note on a DOC from MS Word for Mac 2008 appears wrongly on Writer

2018-12-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72511

--- Comment #14 from Roman Kuznetsov <79045_79...@mail.ru> ---
still repro in

Version: 6.3.0.0.alpha0+
Build ID: 2b9739b9b009de93efa4f24995469c3bb9d82261
CPU threads: 4; OS: Windows 6.1; UI render: default; VCL: win; 
TinderBox: Win-x86@42, Branch:master, Time: 2018-12-18_23:09:56
Locale: ru-RU (ru_RU); UI-Language: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 72511] Comment note on a DOC from MS Word for Mac 2008 appears wrongly on Writer

2018-12-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72511

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||112822


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112822
[Bug 112822] [META] DOC (binary) comment issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 72511] Comment note on a DOC from MS Word for Mac 2008 appears wrongly on Writer

2016-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72511

Kumāra  changed:

   What|Removed |Added

Summary|Comment note on a DOC from  |Comment note on a DOC from
   |MS Word for Mac 2008|MS Word for Mac 2008
   |appears wrong on Writer |appears wrongly on Writer

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs