[Libreoffice-bugs] [Bug 100537] Width and relative checkboxes disabled in Table dialog by default with automatic alignment

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

Justin L  changed:

   What|Removed |Added

 Resolution|--- |NOTABUG
 Status|NEW |RESOLVED

--- Comment #13 from Justin L  ---
The big question in my mind is WHY would automatic positioning prevent
adjusting width, relativity, or proportional column adjustment?

The answer looks pretty simple. Automatic means relative size always = 100%,
right? So then it also doesn't make sense to talk about shrinking or growing
all columns. They can't shrink or grow if they must always maintain 100% table
size.

The benefit of automatic comes when changing page size etc - the table will
automatically increase/decrease to match the new page size. So in a sense it is
synonymous with relative == 100%, but probably there is also more to it than
that.

In any case, this seems to be a good enough reason NOT to make "Left" alignment
be the default - unless relative 100% is also forced by default. (RTL people I
am sure would not be happy with a default of Left as well.)

In terms of blocking the checkbox for adjusting column width proportionally,
the code exists this way (without any documented reason) since initial import.
m_bModifyTable = true;
if (m_pTableData->GetWidthPercent() ||
text::HoriOrientation::FULL == nTableAlign ||
m_pTableData->IsLineSelected()  )
m_bModifyTable = false;

"Percentage" based columns can not be proportionally adjusted for the same
reason as "Automatic". IsLineSelected suggests possibly multiple rows have been
selected, and that should also prevent self-adjusting columns (since merged
cells might mean different number of columns for different rows).

-- 
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 100537] Width and relative checkboxes disabled in Table dialog by default with automatic alignment

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

Timur  changed:

   What|Removed |Added

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

-- 
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 100537] Width and relative checkboxes disabled in Table dialog by default with automatic alignment

2018-02-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100537

Telesto  changed:

   What|Removed |Added

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

-- 
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 100537] Width and relative checkboxes disabled in Table dialog by default with automatic alignment

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

--- Comment #12 from Telesto  ---
(In reply to Yousuf Philips (jay) from comment #5)
> Setting the table alignment to left by default would enable most of these
> disable checkboxes, so is there a compelling reason why we default to
> automatic alignment?
> 

Yes automatic has some dynamic (relative) resizing feature (not working
perfectly, though: bug 107665)
1. Insert a 2x2 table in writer (table 1)
2. Embed a 2x2 table into a table cell (table 2)
3. Move the inner table border of table 1. The size of table 2 will adapt. The
table size will be absolute when setting it to the left.

-- 
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 100537] Width and relative checkboxes disabled in Table dialog by default with automatic alignment

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

Telesto  changed:

   What|Removed |Added

 CC||tele...@surfxs.nl
 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 100537] Width and relative checkboxes disabled in Table dialog by default with automatic alignment

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

Regina Henschel  changed:

   What|Removed |Added

 CC||adalbert.hans...@gmx.de

--- Comment #10 from Regina Henschel  ---
*** Bug 111421 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 100537] Width and relative checkboxes disabled in Table dialog by default with automatic alignment

2017-01-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100537

--- Comment #9 from Cor Nouws  ---
(In reply to Yousuf Philips (jay) from comment #5)
> Setting the table alignment to left by default would enable most of these
> disable checkboxes, so is there a compelling reason why we default to
> automatic alignment?
> 
> @Cor, @Regina, @Stuart: Your thoughts?

I'm not aware of, and didn't find, a reason why Left alignment by default would
not be OK.
Looks as a good thing to me.

-- 
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 100537] Width and relative checkboxes disabled in Table dialog by default with automatic alignment

2017-01-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100537

--- Comment #8 from Heiko Tietze  ---
(In reply to Yousuf Philips (jay) from comment #7)
> (In reply to Heiko Tietze from comment #6)
> > No other opinion than WF, closing now.
> 
> No one giving their opinion isnt a reason to close, we should poke them
> again. :D

My argument for WF is in comment 4.

-- 
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 100537] Width and relative checkboxes disabled in Table dialog by default with automatic alignment

2017-01-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100537

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|RESOLVED|NEW
 Resolution|WONTFIX |---

--- Comment #7 from Yousuf Philips (jay)  ---
(In reply to Heiko Tietze from comment #6)
> No other opinion than WF, closing now.

No one giving their opinion isnt a reason to close, we should poke them again.
:D

-- 
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 100537] Width and relative checkboxes disabled in Table dialog by default with automatic alignment

2017-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100537

Heiko Tietze  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |WONTFIX

--- Comment #6 from Heiko Tietze  ---
No other opinion than WF, closing now.

-- 
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 100537] Width and relative checkboxes disabled in Table dialog by default with automatic alignment

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

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl,
   ||philip...@hotmail.com,
   ||rb.hensc...@t-online.de,
   ||vstuart.fo...@utsa.edu
   Hardware|x86-64 (AMD64)  |All
 Blocks||102019
Summary|Table width and Relative|Width and relative
   |checkbox disabled   |checkboxes disabled in
   ||Table dialog by default
   ||with automatic alignment
 OS|Linux (All) |All

--- Comment #5 from Yousuf Philips (jay)  ---
Setting the table alignment to left by default would enable most of these
disable checkboxes, so is there a compelling reason why we default to automatic
alignment?

@Cor, @Regina, @Stuart: Your thoughts?


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102019
[Bug 102019] [META] 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