[Libreoffice-bugs] [Bug 103938] FILESAVE: Writer loses saved column widths

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

Caolán McNamara  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |

-- 
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 103938] FILESAVE: Writer loses saved column widths

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

--- Comment #23 from Xisco Faulí  ---
Adding Cc: to Caolán McNamara

-- 
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 103938] FILESAVE: Writer loses saved column widths

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

--- Comment #22 from Justin L  ---
(In reply to Justin L from comment #21)
> There are 4 ::TextToTable functions in here.  It looks like it was removed
> from
> SwDoc::TextToTable( const SwInsertTableOptions& rInsTblOpts,
> and added to
> SwNodes::TextToTable( const SwNodes::TableRanges_t & rTableNodes,

bad conclusion.  It was removed from both SwDoc::TextToTables, and added to
both SwNodes::TextToTables.

In this particular document, it first goes through SwNodes::TextToTable, and
then SwDoc::TextToTable.  Registering earlier in SwNodes results in the
regression demonstrated in 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 103938] FILESAVE: Writer loses saved column widths

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

Justin L  changed:

   What|Removed |Added

   Keywords||bisected
 CC||caol...@redhat.com,
   ||jl...@mail.com

--- Comment #21 from Justin L  ---
The specific commit was
https://cgit.freedesktop.org/libreoffice/core/commit/?id=162c72d64077d9e0dae820d881ce2b56a5b2040c
author  Caolán McNamara 2015-01-23 13:17:39 (GMT)
Related: fdo#78599 ensure RegisterFormat is called before SetModified

and the related
https://cgit.freedesktop.org/libreoffice/core/commit/?id=ad50b9a8636e0ee2f3c80669e8dde96577b26c4e
Related: fdo#78599 wrong method [where rNdTbl.RegisterToFormat(*pTableFmt) was
added to the wrong ::TextToTable]

There are 4 ::TextToTable functions in here.  It looks like it was removed from
SwDoc::TextToTable( const SwInsertTableOptions& rInsTblOpts,
and added to
SwNodes::TextToTable( const SwNodes::TableRanges_t & rTableNodes,

CC Caolán

-- 
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 103938] FILESAVE: Writer loses saved column widths

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

Terrence Enger  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected
 CC||lo_b...@iseries-guru.com

--- Comment #20 from Terrence Enger  ---
Working on debian-stretch in the 50max bibisect repository, following
the steps in comment 17, I see that the was introduced somewhere in
the 8 commits ...

  commits-h   date
      ---
good  8d7a017c  853c2fc7  2015-01-23 13:04:25
bad   a7d852ff  ad50b9a8  2015-01-23 16:13:24

In detail, (lines rewrapped) ...

terry@lynn-stretch:~/lo_hacking/bibisect/bibisect-50max$ git bisect skip
There are only 'skip'ped commits left to test.
The first bad commit could be any of:
5fd8a74fb9ca7ad070433ce3510918802a3bcce1
13704dc1c4aab2374a5fbfd5de45eba0eb7b128d
c8f58541eeed5737b27b22855eed8cf67d44541a
0dac36ca2a71aec3224f3b195e055e799b734227
5e6c7fb196611594938560da2befcdd862fb3fd4
4bbc37c608b7517dba9e5665f1b4dbb1fec96157
5f26656bc6c2bcbd233071041729d9a5ff677f34
a7d852ffb3609abddf82ba874ede763f7222e9b5
We cannot bisect more!
terry@lynn-stretch:~/lo_hacking/bibisect/bibisect-50max$ git bisect log
# bad: [dda106fd616b7c0b8dc2370f6f1184501b01a49e]
source-hash-0db96caf0fcce09b87621c11b584a6d81cc7df86
# good: [5b9dd620df316345477f0b6e6c9ed8ada7b6c091]
source-hash-2851ce5afd0f37764cbbc2c2a9a63c7adc844311
git bisect start 'latest' 'oldest'
# bad: [0c30a2c797b249d0cd804cb71554946e2276b557]
source-hash-45aaec8206182c16025cbcb20651ddbdf558b95d
git bisect bad 0c30a2c797b249d0cd804cb71554946e2276b557
# good: [770ff0d1a74d2450c2decb349b62c5087e12c46b]
source-hash-549b7fad48bb9ddcba7dfa92daea6ce917853a03
git bisect good 770ff0d1a74d2450c2decb349b62c5087e12c46b
# bad: [259e888083cf7697956bb7e5f2691e8153eadb4c]
source-hash-1884c0bbd40f0ded41d7a1656cb64fb1f6368c36
git bisect bad 259e888083cf7697956bb7e5f2691e8153eadb4c
# good: [ee7c82541a2e99f76af570d3faa897504149913a]
source-hash-54defd1bd3359c95e45891c7294847d0cebca753
git bisect good ee7c82541a2e99f76af570d3faa897504149913a
# bad: [504f60cf9ee84da75d4c15a62dedb18976129c14]
source-hash-c8af68bc5adf093f9df803f6fe0147ac9d116169
git bisect bad 504f60cf9ee84da75d4c15a62dedb18976129c14
# good: [00c3cacafec11fdfbdf7f0c8c279503cd109d8a0]
source-hash-f21114332bf670ab7f8e9b0a7f4d83d436d8fd9e
git bisect good 00c3cacafec11fdfbdf7f0c8c279503cd109d8a0
# good: [5e1da738abc9f023f0c7bafcffc10d899b57a95b]
source-hash-ef296e87b8afa1afdc08a23675658e0252dd2b86
git bisect good 5e1da738abc9f023f0c7bafcffc10d899b57a95b
# bad: [4f494de6bc4e4807e40cb0793c3f18b029cab36d]
source-hash-35f70c86f2d75cca18a34b2290a71753b3910879
git bisect bad 4f494de6bc4e4807e40cb0793c3f18b029cab36d
# skip: [c8f58541eeed5737b27b22855eed8cf67d44541a]
source-hash-8419fa8c28dd9c5f64a72d28d561b3817d781232
git bisect skip c8f58541eeed5737b27b22855eed8cf67d44541a
# good: [0b0db851d65730a5d8f363651d37c1b045782832]
source-hash-5d47b83cef0b2d0486162989722b23e53eb0cdb1
git bisect good 0b0db851d65730a5d8f363651d37c1b045782832
# skip: [5fd8a74fb9ca7ad070433ce3510918802a3bcce1]
source-hash-0442cd217645aa4fdd924e4c2e4f90a77f1fbbad
git bisect skip 5fd8a74fb9ca7ad070433ce3510918802a3bcce1
# bad: [a7d852ffb3609abddf82ba874ede763f7222e9b5]
source-hash-ad50b9a8636e0ee2f3c80669e8dde96577b26c4e
git bisect bad a7d852ffb3609abddf82ba874ede763f7222e9b5
# good: [ab2030ba105fad184edc6a2c02cc77aacccfb9ba]
source-hash-d9b45d0823a5f2af89f5e60862711648beeebfb2
git bisect good ab2030ba105fad184edc6a2c02cc77aacccfb9ba
# skip: [0dac36ca2a71aec3224f3b195e055e799b734227]
source-hash-9964b4087924777d2bd585a5d6ce5c088ef65b65
git bisect skip 0dac36ca2a71aec3224f3b195e055e799b734227
# good: [8d7a017c57d61ac1b644554e8f5a4882e1fb22ff]
source-hash-853c2fc71a96755a9dee629fd5d0e1cff9a48034
git bisect good 8d7a017c57d61ac1b644554e8f5a4882e1fb22ff
# skip: [5e6c7fb196611594938560da2befcdd862fb3fd4]
source-hash-e753d31d5d2338da35b69b0a3b7742420c7562d2
git bisect skip 5e6c7fb196611594938560da2befcdd862fb3fd4
# skip: [13704dc1c4aab2374a5fbfd5de45eba0eb7b128d]
source-hash-05e7b1db351ee964d155e49c55de7db3c917083f
git bisect skip 13704dc1c4aab2374a5fbfd5de45eba0eb7b128d
# skip: [4bbc37c608b7517dba9e5665f1b4dbb1fec96157]
source-hash-4c752c44f8a0857c4f2dbd61aff6b2d10cf3b5e5
git bisect skip 4bbc37c608b7517dba9e5665f1b4dbb1fec96157
# skip: [5f26656bc6c2bcbd233071041729d9a5ff677f34]

[Libreoffice-bugs] [Bug 103938] FILESAVE: Writer loses saved column widths

2016-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103938

--- Comment #19 from V Stuart Foote  ---
Occurs somewhere between the 4.4.2.2 release and the 4.4.4.3 release...

https://cgit.freedesktop.org/libreoffice/core/log/?h=libreoffice-4-4=range=c4c7d32d0d49397cad38d62472b0bc8acff48dd6..2c39ebcf046445232b798108aa8a7e7d89552ea8

-- 
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 103938] FILESAVE: Writer loses saved column widths

2016-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103938

V Stuart Foote  changed:

   What|Removed |Added

Version|4.4.6.3 release |4.4.4.3 release

--- Comment #18 from V Stuart Foote  ---
Regression as of
Version: 4.4.4.3
Build ID: 2c39ebcf046445232b798108aa8a7e7d89552ea8
Locale: en_US

-- 
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 103938] FILESAVE: Writer loses saved column widths

2016-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103938

V Stuart Foote  changed:

   What|Removed |Added

   Keywords||bibisectRequest, regression
   Priority|medium  |high
Version|5.1.6.2 release |4.4.6.3 release
 OS|Linux (All) |All

--- Comment #17 from V Stuart Foote  ---
This is a regression between 4.3.6.2 and 4.4.6.3 releases, needs to be
bibisected.

Here are STR

1. Open Writer
2. enter two rows of text, separated by tabs

Column1  Column2  Column 3 
25% width  35% width  40% width 

3. select that text
4. Table -> Convert -> Text to table
5. uncheck "equal width for all columns" if set
6. Table -> Select -> Table
7. Table -> Properties (Table Properties on older builds)
8. On Table Properties dialog -- note table width 6.93" (en-US Letter)
8a. Table tab: set Left radio button
8b. Columns tab: set width of columns 1.73", 2.42", 2.77"
9. save to ODF (.odt or .fodt)
10. while open the canvas shows all three columns
11. close
12. reopen -- 3rd column is missing, and 1st and 2nd column are stretched.

-- 
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 103938] FILESAVE: Writer loses saved column widths

2016-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103938

V Stuart Foote  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #16 from V Stuart Foote  ---
Confirmed on Windows 10 Pro 64-bit (1607) en-US with
Version: 5.2.3.3 (x64)
Build ID: d54a8868f08a7b39642414cf2c8ef2f228f780cf
CPU Threads: 8; OS Version: Windows 6.19; UI Render: GL; 
Locale: en-US (en_US); Calc: group

and current master
Version: 5.3.0.0.alpha1+
Build ID: 0f3861e65d8e652dcc31cf9a2f2b5c1a0a73b86d
CPU Threads: 8; OS Version: Windows 6.2; UI Render: GL; Layout Engine: new; 
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2016-11-19_23:33:29
Locale: en-US (en_US); Calc: CL

-- 
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 103938] FILESAVE: Writer loses saved column widths

2016-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103938

--- Comment #15 from V Stuart Foote  ---
Created attachment 128965
  --> https://bugs.documentfoundation.org/attachment.cgi?id=128965=edit
same sample .odt archive document with 3 columns -- loses one on opening

Confirming loss of display of third column on reopening document.

The .fodt and .odt archive include the column in ODF as style-name Table1.C1 &
Table1.C2--but they do not render to document canvas.

-- 
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 103938] FILESAVE: Writer loses saved column widths

2016-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103938

--- Comment #14 from V Stuart Foote  ---
Created attachment 128964
  --> https://bugs.documentfoundation.org/attachment.cgi?id=128964=edit
sample .fodt document table with 3 columns -- loses one on opening

-- 
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 103938] FILESAVE: Writer loses saved column widths

2016-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103938

--- Comment #13 from MrKing  ---
Created attachment 128960
  --> https://bugs.documentfoundation.org/attachment.cgi?id=128960=edit
As above in pdf format

The problem can be reproduced using Windows 10 Pro and LibreOffice 5.2.3.3 and
reproduction instructions are shown in the attached document.

-- 
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 103938] FILESAVE: Writer loses saved column widths

2016-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103938

MrKing  changed:

   What|Removed |Added

 Attachment #128763|0   |1
is obsolete||
 Attachment #128766|0   |1
is obsolete||

--- Comment #12 from MrKing  ---
Created attachment 128959
  --> https://bugs.documentfoundation.org/attachment.cgi?id=128959=edit
Step-by-step reproducibility instructions and screenshots

-- 
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 103938] FILESAVE: Writer loses saved column widths

2016-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103938

tommy27  changed:

   What|Removed |Added

 CC||ba...@quipo.it
Summary|FILEOPEN LibreOffice|FILESAVE: Writer loses
   |5.1.6.2 Writer loses saved  |saved column widths
   |column widths   |

--- Comment #11 from tommy27  ---
no repro too under Win8.1 x64 using LibO 5.2.3.3
must be Linux specific

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