[Libreoffice-bugs] [Bug 144241] Infinite recursion in ImplBorderWindow::Resize when showing "Convert Text to Table" dialog in German UI

2021-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144241 Caolán McNamara changed: What|Removed |Added Ever confirmed|0 |1

[Libreoffice-bugs] [Bug 144241] Infinite recursion in ImplBorderWindow::Resize when showing "Convert Text to Table" dialog in German UI

2021-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144241 --- Comment #6 from Stephan Bergmann --- (In reply to Caolán McNamara from comment #2) > The bisected commit presumably has affected the width of the widget > "othered" in sw/uiconfig/swriter/ui/converttexttable.ui which has > > 1 > 1 >

[Libreoffice-bugs] [Bug 144241] Infinite recursion in ImplBorderWindow::Resize when showing "Convert Text to Table" dialog in German UI

2021-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144241 --- Comment #5 from Stephan Bergmann --- One difference I notice (with the problematic f72013ca65c7a33991d5fb124b919fe7cde269e2 temporarily reverted) is that with German UI the "Other" (i.e., "Sonstige") edit box is narrower (see

[Libreoffice-bugs] [Bug 144241] Infinite recursion in ImplBorderWindow::Resize when showing "Convert Text to Table" dialog in German UI

2021-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144241 --- Comment #4 from Stephan Bergmann --- Created attachment 174698 --> https://bugs.documentfoundation.org/attachment.cgi?id=174698=edit screenshot of dialog with German UI -- You are receiving this mail because: You are the assignee

[Libreoffice-bugs] [Bug 144241] Infinite recursion in ImplBorderWindow::Resize when showing "Convert Text to Table" dialog in German UI

2021-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144241 --- Comment #2 from Caolán McNamara --- The bisected commit presumably has affected the width of the widget "othered" in sw/uiconfig/swriter/ui/converttexttable.ui which has 1 1 hacking those to, say, 5 might workaround the problem to

[Libreoffice-bugs] [Bug 144241] Infinite recursion in ImplBorderWindow::Resize when showing "Convert Text to Table" dialog in German UI

2021-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144241 --- Comment #3 from Stephan Bergmann --- Created attachment 174697 --> https://bugs.documentfoundation.org/attachment.cgi?id=174697=edit screenshot of dialog with English UI -- You are receiving this mail because: You are the

[Libreoffice-bugs] [Bug 144241] Infinite recursion in ImplBorderWindow::Resize when showing "Convert Text to Table" dialog in German UI

2021-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144241 --- Comment #1 from Caolán McNamara --- we have this condition if (nOrigLeftBorder != mnLeftBorder || nOrigTopBorder != mnTopBorder || nOrigRightBorder != mnRightBorder || nOrigBottomBorder != mnBottomBorder) {