[Libreoffice-bugs] [Bug 134881] Writer: Table: Adjust columns proportionally - not working as it should

2020-12-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134881

Justin L  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |jl...@mail.com
   |desktop.org |
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=42
   ||023
Version|6.4.5.2 release |unspecified

--- Comment #7 from Justin L  ---
The built-in help is more ambiguous. "Adjust columns proportionally:
If possible, change in column width will be equal for each column.")
https://bugs.documentfoundation.org/show_bug.cgi?id=42023

It seems to make most sense to adjust by percentage. For example, if I have a 1
inch column one and a 3 inch column 2, and I reduce column 2 by one inch, would
I really want column one to disappear?  Probably not.

Proposed fix to adjust by equal percentage for each column is at
http://gerrit.libreoffice.org/c/core/+/107604

-- 
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 134881] Writer: Table: Adjust columns proportionally - not working as it should

2020-09-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134881

BogdanB  changed:

   What|Removed |Added

 Blocks||113088


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113088
[Bug 113088] [META] Writer table properties dialog 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 134881] Writer: Table: Adjust columns proportionally - not working as it should

2020-07-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134881

--- Comment #6 from BogdanB  ---
In fact now the formula is:

(reduce/increase) size by (*value diference* of the first value and the
introduced one)

And should be
(reduce/increase) size by (*percentage diference* of the first value and the
introduced one)

-- 
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 134881] Writer: Table: Adjust columns proportionally - not working as it should

2020-07-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134881

--- Comment #5 from BogdanB  ---
Yes, this would be the correct behaviour. 

So, the formula for each cell should be:
X*0,5 Y*0,5

But now it is:
X-4  y-4


It get the difference by value, not the difference by percent. I supose it is a
minor value to change in the code.


Now, this is not proportional, except the case with all cells the same width,
when whatever number we change, all will change with the same amount,
proproritinalyy and also by minus. Your video proves that when tested on corner
cases this works well, but this are only exception. Majority of tables do not
have equal cells.

-- 
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 134881] Writer: Table: Adjust columns proportionally - not working as it should

2020-07-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134881

--- Comment #4 from Telesto  ---
Created attachment 163207
  --> https://bugs.documentfoundation.org/attachment.cgi?id=163207&action=edit
Screencast

Is this what you would expect?

-- 
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 134881] Writer: Table: Adjust columns proportionally - not working as it should

2020-07-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134881

Timur  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=10
   ||0537
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #3 from Timur  ---
(In reply to BogdanB from comment #2)
> 4. Check "Adjust columns proportionally" and try to set first column to 2 cm
If I just check and OK and open Properties again, it's unchecked. Not sure if
it should survive, bug 41817.
I add bug 100537 to See Also.

I'll conform although I'm not sure. But this is either a LO or documentation
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 134881] Writer: Table: Adjust columns proportionally - not working as it should

2020-07-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134881

--- Comment #2 from BogdanB  ---
Steps to reproduce:
1. create a new document an a new table and center it (in order NOT to be
automatic alignment)
2. Go to Table tab: 12 cm width
3. Go to Columns tab: set first to 4, and the last one will be 8
4. Check "Adjust columns proportionally" and try to set first column to 2 cm
5. See what the value of the second column is.

-- 
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 134881] Writer: Table: Adjust columns proportionally - not working as it should

2020-07-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134881

BogdanB  changed:

   What|Removed |Added

 CC||buzea.bog...@libreoffice.or
   ||g

--- Comment #1 from BogdanB  ---
Created attachment 163133
  --> https://bugs.documentfoundation.org/attachment.cgi?id=163133&action=edit
video showing the 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