[Libreoffice-bugs] [Bug 93121] FILESAVE: Docx / Doc / RTF export of two footnote paragraphs adds a tab before the second one

2018-03-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93121

Justin L  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |jl...@mail.com
   |desktop.org |

--- Comment #15 from Justin L  ---
proposed fix: https://gerrit.libreoffice.org/51628

-- 
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 93121] FILESAVE: Docx / Doc / RTF export of two footnote paragraphs adds a tab before the second one

2018-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93121

--- Comment #14 from Justin L  ---
Created attachment 140627
  --> https://bugs.documentfoundation.org/attachment.cgi?id=140627=edit
tdf93121_tabBeforeFootnoteWhenResaved.docx: created in Word 2013

It looks good when opened in LO, but after a round-trip, tabs are inserted in
all three footnote paragraphs.  Word also sees these tabs in the RT file. 
Since this bug report starts with an ODT, it indicates an export bug, not
import bug.

-- 
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 93121] FILESAVE: Docx / Doc / RTF export of two footnote paragraphs adds a tab before the second one

2017-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93121

Justin L  changed:

   What|Removed |Added

   Keywords||difficultyInteresting,
   ||easyHack, skillCpp, topicQA
 CC||mentoring@documentfoundatio
   ||n.org

--- Comment #13 from Justin L  ---
Marking as an easy hack since I've given a lot of pointers. This will require a
lot of testing - to ensure that no regressions happen.  Many changes have
occurred to footnotes - perhaps the tab is no longer necessary at all, but
certainly it should be removed for extra paragraphs.

Especially take note of related bug 112886, which is not really a duplicate and
presents some non-standard issues.

My target is that this should be fixed for LO 6.1.

-- 
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 93121] FILESAVE: Docx / Doc / RTF export of two footnote paragraphs adds a tab before the second one

2017-11-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93121

--- Comment #12 from Justin L  ---
The tab is added in wrtw8nds.cxx ::OutputTextNode - look for 0x09.

-- 
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 93121] FILESAVE: Docx / Doc / RTF export of two footnote paragraphs adds a tab before the second one

2017-11-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93121

Justin L  changed:

   What|Removed |Added

 CC||jl...@mail.com
Version|5.1.0.0.alpha0+ Master  |3.5.0 release

--- Comment #11 from Justin L  ---
According to bibisect-43all, this tabstop has been added as far back as I can
go (LO3.5). Over time, there have been extra CRs added or deleted, but the tab
on the second paragraph has always been there.

The most recent change was to fix a removed CR in LO 5.1 by Miklos Vajna on
2015-07-06 09:57:11 (GMT) commit 519b34300f73b1e08f6194d6ba49d4fc010cf186
   tdf#90611 DOCX import: fix missing paragraph style on footnotes

The best inspiration should come from this patch from LO 4.3. Before that the
first paragraph also start with a tab. See commit
b38629ae210b204a6d24d6e9c5c62eaaf563d494 from Miklos Vajna on  Thu Dec 5
11:50:42 2013 +0100
   cp#117 DOCX/RTF import: avoid fake tab char in footnotes
   Word wants this, so it's added by the exporter to the document, but on
   import we should ignore it.
https://cgit.freedesktop.org/libreoffice/core/commit/?id=b38629ae210b204a6d24d6e9c5c62eaaf563d494

-- 
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 93121] FILESAVE: Docx / Doc / RTF export of two footnote paragraphs adds a tab before the second one

2017-10-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93121

--- Comment #10 from Aibara  ---
Note that with .docx files (I can't reproduce with .doc) a tab is added in each
single-paragraph footnote at the very beginning. So no need to make two
paragraphs in the footnotes: each and every one will get that tab character
regardless. At least with 5.4.1.2 on Ubuntu 16.04.

Is there any workaround for this? It's really annoying when you are editing and
adding comments to a colleague's paper and they wonder why the hell you added a
bunch of tabs to their work.

-- 
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 93121] FILESAVE: Docx / Doc / RTF export of two footnote paragraphs adds a tab before the second one

2017-10-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93121

m.a.riosv  changed:

   What|Removed |Added

 CC||cranberrydoug...@yahoo.com

--- Comment #9 from m.a.riosv  ---
*** Bug 112886 has been marked as a duplicate of this bug. ***

-- 
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 93121] FILESAVE: Docx / Doc / RTF export of two footnote paragraphs adds a tab before the second one

2016-12-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93121

Telesto  changed:

   What|Removed |Added

 Blocks||88173


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=88173
[Bug 88173] [Meta] Tracking bug for limitations of DOCX (OOXML) format
-- 
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 93121] FILESAVE: Docx / Doc / RTF export of two footnote paragraphs adds a tab before the second one

2016-12-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93121

Telesto  changed:

   What|Removed |Added

 Blocks||103164


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103164
[Bug 103164] [META] Footnote and Endnote bugs and enhancements
-- 
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 93121] FILESAVE: Docx / Doc / RTF export of two footnote paragraphs adds a tab before the second one

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

--- Comment #8 from Gabor Kelemen  ---
Still the same in LO 5.2.1 on Ubuntu. An extra tab is added to the saved docx
file.

-- 
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 93121] FILESAVE: Docx / Doc / RTF export of two footnote paragraphs adds a tab before the second one

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

--- Comment #7 from QA Administrators  ---
** Please read this message in its entirety before responding **

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

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

If you have time, please do the following:

Test to see if the bug is still present on a currently supported version of
LibreOffice 
(5.1.5 or 5.2.1  https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the version of
LibreOffice and 
your operating system, and any changes you see in the bug behavior

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave 
a short comment that includes your version of LibreOffice and Operating System

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)

http://downloadarchive.documentfoundation.org/libreoffice/old/

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


Feel free to come ask questions or to say hello in our QA chat:
http://webchat.freenode.net/?channels=libreoffice-qa

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

Warm Regards,
QA Team

MassPing-UntouchedBug-20160920

-- 
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 93121] FILESAVE: Docx / Doc / RTF export of two footnote paragraphs adds a tab before the second one

2015-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93121

raal r...@post.cz changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||r...@post.cz
 Ever confirmed|0   |1

--- Comment #6 from raal r...@post.cz ---
I can confirm with Version: 5.1.0.0.alpha1+ (x64)
Build ID: e92a8b92072284fd7c37d7bb3e1e8fe72a185f35
TinderBox: Win-x86_64@62-TDF, Branch:MASTER, Time: 2015-07-22_21:46:26

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


[Libreoffice-bugs] [Bug 93121] FILESAVE: Docx / Doc / RTF export of two footnote paragraphs adds a tab before the second one

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

--- Comment #5 from Gabor Kelemen kelem...@ubuntu.com ---
Seems like this issue was earlier detected in bug 39205.

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


[Libreoffice-bugs] [Bug 93121] FILESAVE: Docx / Doc / RTF export of two footnote paragraphs adds a tab before the second one

2015-08-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93121

--- Comment #3 from Gabor Kelemen kelem...@ubuntu.com ---
Created attachment 117646
  -- https://bugs.documentfoundation.org/attachment.cgi?id=117646action=edit
Export of the ODT document to DOC

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


[Libreoffice-bugs] [Bug 93121] FILESAVE: Docx / Doc / RTF export of two footnote paragraphs adds a tab before the second one

2015-08-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93121

--- Comment #2 from Gabor Kelemen kelem...@ubuntu.com ---
Created attachment 117645
  -- https://bugs.documentfoundation.org/attachment.cgi?id=117645action=edit
Export of the ODT document to DOCX

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


[Libreoffice-bugs] [Bug 93121] FILESAVE: Docx / Doc / RTF export of two footnote paragraphs adds a tab before the second one

2015-08-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93121

--- Comment #1 from Gabor Kelemen kelem...@ubuntu.com ---
Created attachment 117644
  -- https://bugs.documentfoundation.org/attachment.cgi?id=117644action=edit
Correct document in ODT format

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


[Libreoffice-bugs] [Bug 93121] FILESAVE: Docx / Doc / RTF export of two footnote paragraphs adds a tab before the second one

2015-08-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93121

--- Comment #4 from Gabor Kelemen kelem...@ubuntu.com ---
Created attachment 117647
  -- https://bugs.documentfoundation.org/attachment.cgi?id=117647action=edit
Export of the ODT document to RTF

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