[Libreoffice-bugs] [Bug 152971] Table row stays visible after redo of deletion (track changes enabled)

2023-08-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=152971

Telesto  changed:

   What|Removed |Added

  Regression By||László Németh

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 152971] Table row stays visible after redo of deletion (track changes enabled)

2023-02-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=152971

Gabor Kelemen (allotropia)  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||8228
 CC||kelem...@ubuntu.com,
   ||nem...@numbertext.org
   Keywords|bibisectRequest |bibisected, bisected

--- Comment #5 from Gabor Kelemen (allotropia)  ---
Current behavior seems to have started in 7.3 with:

https://git.libreoffice.org/core/+/8baae1fe3de398f1e6a01d1941f78e4088c0a697

author  László NémethMon Mar 28 11:35:35 2022 +0200
committer   Xisco Fauli Mon Mar 28
20:53:15 2022 +0200

tdf#148228 sw: fix Undo of tracked table deletion in Hide Changes mode

Before this the undo did not even restore the table, so it was even worse :).
This is side effect from starting to change track table structure changes.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 152971] Table row stays visible after redo of deletion (track changes enabled)

2023-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=152971

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

   Keywords||bibisectRequest, regression
 Blocks||105948, 143002
Version|7.6.0.0 alpha0+ Master  |7.3.7.2 release
 Ever confirmed|0   |1
 CC||stephane.guillou@libreoffic
   ||e.org
 Status|UNCONFIRMED |NEW

--- Comment #4 from Stéphane Guillou (stragu) 
 ---
Reproduced:

Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 5b3fd1af1247d4096451e5a768c3438fbccec2b2
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

Also in:

Version: 7.5.0.1 (X86_64) / LibreOffice Community
Build ID: 77cd3d7ad4445740a0c6cf977992dafd8ebad8df
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

Version: 7.4.3.2 / LibreOffice Community
Build ID: 1048a8393ae2eeec98dff31b5c133c5f1d08b890
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

Version: 7.3.7.2 / LibreOffice Community
Build ID: e114eadc50a9ff8d8c8a0567d6da8f454beeb84f
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

Regression after 7.2, although behaviour back then was differently buggy:
deleting a row needed two presses of the button.

Not reproduced in:

Version: 7.2.7.2 / LibreOffice Community
Build ID: 8d71d29d553c0f7dcbfa38fbfda25ee34cce99a2
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=105948
[Bug 105948] [META] Undo/Redo bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=143002
[Bug 143002] [META] Tracked Changes of tables
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 152971] Table row stays visible after redo of deletion (track changes enabled)

2023-01-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=152971

--- Comment #3 from Telesto  ---
For an assert 

1. Open the attached file
2. Put cursor in the bottom row of the table
3. Press delete table row button (2x)
4. CTRL+Z (2x)
5. CTRL+Y (2)
6. Press delete table
7. CTRL-Z
8. CTRL-Y

frame #4: 0x0001746b237c
libswlo.dylib`sw::UpdateFramesForAddDeleteRedline(rDoc=0x00010dcab450,
rPam=0x00010dcec460) at DocumentRedlineManager.cxx:209:17
   206  if (frames.empty())
   207  {
   208  auto const& layouts(rDoc.GetAllLayouts());
-> 209  assert(std::none_of(layouts.begin(), layouts.end(),
   210  [](SwRootFrame const*const pLayout) { return
pLayout->IsHideRedlines(); }));
   211  (void) layouts;
   212  break;

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 152971] Table row stays visible after redo of deletion (track changes enabled)

2023-01-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=152971

Telesto  changed:

   What|Removed |Added

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

--- Comment #2 from Telesto  ---
This might be gone when fixing bug 152964

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 152971] Table row stays visible after redo of deletion (track changes enabled)

2023-01-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=152971

--- Comment #1 from Telesto  ---
Created attachment 184568
  --> https://bugs.documentfoundation.org/attachment.cgi?id=184568=edit
example

-- 
You are receiving this mail because:
You are the assignee for the bug.