[Libreoffice-bugs] [Bug 58944] FILEOPEN particular .docx wrongly shows lots of table heading rows to be repeated.

2018-06-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58944

Mike Kaganski  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |mikekagan...@hotmail.com
   |desktop.org |

--- Comment #19 from Mike Kaganski  ---
https://gerrit.libreoffice.org/55302

-- 
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 58944] FILEOPEN particular .docx wrongly shows lots of table heading rows to be repeated.

2018-06-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58944

--- Comment #18 from DiegoM  ---
As noted in bug 88496 
https://bugs.documentfoundation.org/show_bug.cgi?id=88496#c9
pass 7. :
To get the error condition is enough to produce a table where the header does
not fit on the [first] page.

-- 
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 58944] FILEOPEN particular .docx wrongly shows lots of table heading rows to be repeated.

2018-06-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58944

--- Comment #17 from Mike Kaganski  ---
There's no need to use Word to reproduce.
Steps:

1. Create a new text document in Writer.
2. Add a table (Table->Insert Table...; Ctrl+F12) with 100 rows and 99 heading
rows (the dialog doesn't allow to set the heading rows number equal or greater
than total number of rows).

This creates a table which goes outside the page, and an "empty" second page is
shown (with the single mandatory paragraph after the table).

3. In table properties (Table->Properties...), Text Flow tab, reduce the
heading row count to 98.

This makes the table to take two pages, each one having the table heading rows
visible and going outside the page (apparent if you put some text to cells),
with third "empty" page. What happens is the layout code doesn't split the
table by heading rows; instead, it keeps outputting heading rows (going outside
of the page in the process) and one normal row, then it is able to split table,
which it does (going to the next page); there, it first outputs the 98 heading
rows (again, going outside of the page) and one normal row.

-- 
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 58944] FILEOPEN particular .docx wrongly shows lots of table heading rows to be repeated.

2018-06-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58944

Mike Kaganski  changed:

   What|Removed |Added

   Keywords|filter:docx |

--- Comment #16 from Mike Kaganski  ---
This is not a filter deficiency; so removing the keyword.

-- 
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 58944] FILEOPEN particular .docx wrongly shows lots of table heading rows to be repeated.

2018-06-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58944

Mike Kaganski  changed:

   What|Removed |Added

 Depends on|88496   |
 CC||diego.mania...@gmail.com

--- Comment #15 from Mike Kaganski  ---
*** Bug 88496 has been marked as a duplicate of this bug. ***


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=88496
[Bug 88496] FORMATTING Multiple row table header pushed to next page if rows do
not fit (unless one sets table properties .. uncheck Repeat Heading). behavior
different from MS Word
-- 
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 58944] FILEOPEN particular .docx wrongly shows lots of table heading rows to be repeated.

2018-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58944

Mike Kaganski  changed:

   What|Removed |Added

 CC||rx8...@gmx.de

--- Comment #14 from Mike Kaganski  ---
*** Bug 64264 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 58944] FILEOPEN particular .docx wrongly shows lots of table heading rows to be repeated.

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

--- Comment #13 from Aron Budea  ---
Created attachment 142051
  --> https://bugs.documentfoundation.org/attachment.cgi?id=142051&action=edit
Sample ODT (created in Word)

ODT saved in Word behaves the same.

-- 
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 58944] FILEOPEN particular .docx wrongly shows lots of table heading rows to be repeated.

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

--- Comment #12 from Aron Budea  ---
Created attachment 142050
  --> https://bugs.documentfoundation.org/attachment.cgi?id=142050&action=edit
Sample DOCX

Attaching a minimal sample. The table should continue on the next page, but is
truncated instead.

-- 
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 58944] FILEOPEN particular .docx wrongly shows lots of table heading rows to be repeated.

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

Aron Budea  changed:

   What|Removed |Added

 CC||ba...@caesar.elte.hu
   Hardware|Other   |All
 OS|Windows (All)   |All

--- Comment #11 from Aron Budea  ---
Still buggy in LO 6.1 alpha1.

-- 
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 58944] FILEOPEN particular .docx wrongly shows lots of table heading rows to be repeated.

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

--- Comment #10 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 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
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:
https://kiwiirc.com/nextclient/irc.freenode.net/#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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58944] FILEOPEN particular .docx wrongly shows lots of table heading rows to be repeated.

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

--- Comment #9 from Mark Hung  ---
Extract the document.xml from the test document, examine the file we can see
that  for all the rows were set, this matches description of
Comment 9 of issue 88496, quoted below:

"What WORD seems to do in the same situation: as soon as recognise that the
headers line dose not fit on the page portion reserved for table, it consider
the table as with-no-header, even if in the definition this stays in place.

This rise a big problem: in WORD => v.2007 for the user is very easy to define
a table with, say, 50 rows all in the header (just select full table and click
one button on the ribbon). WORD will disregard this config and render the table
as with no header at all. 
Pass this DOC at WRITER: table render will disrupt."

Either this issue depends on 88496 or one of them is duplicate.

-- 
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 58944] FILEOPEN particular .docx wrongly shows lots of table heading rows to be repeated.

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

Mark Hung  changed:

   What|Removed |Added

 Depends on|64768   |88496


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=64768
[Bug 64768] layout loop on a particular docx file when loading a particular
page
https://bugs.documentfoundation.org/show_bug.cgi?id=88496
[Bug 88496] FORMATTING Multiple row table header pushed to next page if rows do
not fit (unless one sets table properties .. uncheck Repeat Heading). behavior
different from MS Word
-- 
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 58944] FILEOPEN particular .docx wrongly shows lots of table heading rows to be repeated.

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

Telesto  changed:

   What|Removed |Added

 Blocks|88173   |10


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=88173
[Bug 88173] [Meta] Tracking bug for limitations of DOCX (OOXML) format
https://bugs.documentfoundation.org/show_bug.cgi?id=10
[Bug 10] [META] DOCX limitations related to tables
-- 
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 58944] FILEOPEN particular .docx wrongly shows lots of table heading rows to be repeated.

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

Telesto  changed:

   What|Removed |Added

   Keywords||filter:docx
 Blocks||88173

--- Comment #8 from Telesto  ---
Reproducible with:
Version: 5.4.0.0.alpha0+
Build ID: a9f56091b6422ec8c42f09b8472200ae4ab12548
CPU Threads: 4; OS Version: Windows 6.19; UI Render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2016-12-05_23:12:26
Locale: nl-NL (nl_NL); Calc: CL


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 58944] FILEOPEN particular .docx wrongly shows lots of table heading rows to be repeated.

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

--- 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 58944] FILEOPEN particular .docx wrongly shows lots of table heading rows to be repeated.

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

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #6 from Beluga  ---
Word viewer shows 5 pages and LibO 28.

Win 7 Pro 64-bit Version: 5.1.0.0.alpha1+
Build ID: 3ecef8cedb215e49237a11607197edc91639bfcd
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-06-19_23:16:58
Locale: fi-FI (fi_FI)

-- 
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 58944] FILEOPEN particular .docx wrongly shows lots of table heading rows to be repeated.

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

--- Comment #5 from Joel Madero  ---
** 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 (4.4.2 or later)
   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 your help!

-- The LibreOffice QA Team This NEW Message was generated on: 2015-05-02

-- 
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 58944] FILEOPEN particular .docx wrongly shows lots of table heading rows to be repeated.

2015-04-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58944
Bug 58944 depends on bug 64768, which changed state.

Bug 64768 Summary: layout loop on a particular docx file when loading a 
particular page
https://bugs.documentfoundation.org/show_bug.cgi?id=64768

   What|Removed |Added

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

-- 
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 58944] FILEOPEN particular .docx wrongly shows lots of table heading rows to be repeated.

2014-03-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58944

--- Comment #4 from Xisco FaulĂ­  ---
This issue is still reproducible with:
   - Libreoffice 4.1.5.3 Build ID: 1c1366bba2ba2b554cd2ca4d87c06da81c05d24
   - Libreoffice 4.2.2.1 Build ID: 3be8cda0bddd8e430d8cda1ebfd581265cca5a0f
   - Libreoffice 4.3.0.0.alpha0 Build ID:
b6a43bcbbf9e9a5655fd36fd4c8ef72d585f67b0

-- 
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 58944] FILEOPEN particular .docx wrongly shows lots of table heading rows to be repeated.

2013-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58944

bfoman  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||bfo.bugm...@spamgourmet.com
 Ever confirmed|0   |1

--- Comment #3 from bfoman  ---
Confirmed with:
LO 4.2.0.0.alfa0
Build ID: 2013-06-24 own debug build 
Windows 7 Professional SP1 64 bit

Word 2010 - 5 pages document.
LO - 28 pages document, where only 1st page is displayed... 26 times. No other
pages available.

-- 
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 58944] FILEOPEN particular .docx wrongly shows lots of table heading rows to be repeated.

2013-05-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58944

Jorendc  changed:

   What|Removed |Added

 Depends on||64768

-- 
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 58944] FILEOPEN particular .docx wrongly shows lots of table heading rows to be repeated.

2013-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58944

--- Comment #2 from Laubrino  ---
LibreOffice version 3.6.3. We use it in headless mode, so I'm not sure about
localization/language.
Tested on Windows 7.
Godd question, we have permission to publish the document.
Thank you

-- 
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 58944] FILEOPEN particular .docx wrongly shows lots of table heading rows to be repeated.

2013-01-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58944

Rainer Bielefeld  changed:

   What|Removed |Added

 OS|All |Windows (All)
 CC||LibreOffice@bielefeldundbus
   ||s.de
Summary|Incorrect document  |FILEOPEN particular .docx
   |rendering - 28 same pages   |wrongly shows lots of table
   |instead of 3 different  |heading rows to be
   ||repeated.
Version|unspecified |3.3.0 Beta2

--- Comment #1 from Rainer Bielefeld  ---
LibO sees first 34 table rows as table heading (i think there is no table
heading to be repeated at all), I believe this table problem causes the page
number problem.

AOOo 3.4.1 shows the same problem, so I think this problem is inherited from
OOo.

@Laubrino:
Please find out an contribute info concerning your 
- LibO Version, localization, UI language
- OS Version, localization, UI language
Are you sure that you have permission to publish that document here?

-- 
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