[Libreoffice-bugs] [Bug 138354] Empty textbox after undo

2021-12-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138354

Michael Stahl (allotropia)  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |michael.st...@allotropia.de
   |desktop.org |
 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #6 from Michael Stahl (allotropia)  ---
can't reproduce this with current master.

bibisect in linux-64-7.2 finds this commit appears to have fixed it:

commit 3bc8f90e9693f710f12632f69b9348c1c833c906
Author: Michael Stahl 
AuthorDate: Fri Mar 5 21:06:28 2021 +0100
Commit: Miklos Vajna 
CommitDate: Mon Mar 8 12:21:42 2021 +0100

(related: tdf#133487) sw: fix ordering of virtual SdrObjects for textboxes

Calling XShapes3::sort() on export of the testTdf130314 fails because of
2 consecutive textboxes; the function requires a textbox to immediately
follow its shape in the list (i.e. textbox has OrdNum of shape + 1).

This is because for shapes in header/footer, one virtual SdrVirtObj is
created per page where the header/footer is shown, and the
SwFlyDrawContact::GetOrdNumForNewRef() does not take textbox ordering
into account.

It's not clear if the assumption that the shape's SdrVirtObj is created
before the textbox's always holds, but let's try this for now.

Change-Id: I860896471211bf6c142ab825f298f4d4c0eec148
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112029


... the same commit is claimed to have fixed tdf#140292 too... oh that one is
basically a duplicate!

*** This bug has been marked as a duplicate of bug 140292 ***

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

[Libreoffice-bugs] [Bug 138354] Empty textbox after undo

2021-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138354

Xisco FaulĂ­  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org
   Severity|critical|major
   Priority|highest |high

--- Comment #5 from Xisco FaulĂ­  ---
(In reply to Telesto from comment #4)
> Bumping this one to highest/critical.. not specific for this bug.. but more
> as ' example'  for the whole group of bugs point this specific commit.. 
> 
> Causing rendering hideous rendering issues A text-editor needs to be
> trusted.. And disappearing stuff on screen doesn't help.
> This might be seen as (unharmful) glitch at developer level (if you're aware
> what's happening) But think end-user will judge otherwise..
> 
> I expect few other issues (copy/paste image with caption frame not appears)
> also be related.. even though bibisect will point to different commit, only
> uncovering this again
> 
> Feel free to adapt the priority if i'm to aggressive with it :P. Only based
> on my current mood after bibisecting a bug, to his specific commit

I think high/major is enough to reflect the whole group of bugs pointing to the
specific commit.

-- 
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 138354] Empty textbox after undo

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

Telesto  changed:

   What|Removed |Added

   Priority|medium  |highest
   Severity|normal  |critical

--- Comment #4 from Telesto  ---
Bumping this one to highest/critical.. not specific for this bug.. but more as
' example'  for the whole group of bugs point this specific commit.. 

Causing rendering hideous rendering issues A text-editor needs to be trusted..
And disappearing stuff on screen doesn't help.
This might be seen as (unharmful) glitch at developer level (if you're aware
what's happening) But think end-user will judge otherwise..

I expect few other issues (copy/paste image with caption frame not appears)
also be related.. even though bibisect will point to different commit, only
uncovering this again

Feel free to adapt the priority if i'm to aggressive with it :P. Only based on
my current mood after bibisecting a bug, to his specific commit

-- 
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 138354] Empty textbox after undo

2021-01-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138354

Telesto  changed:

   What|Removed |Added

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

-- 
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 138354] Empty textbox after undo

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

NISZ LibreOffice Team  changed:

   What|Removed |Added

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

-- 
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 138354] Empty textbox after undo

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

zcrhonek  changed:

   What|Removed |Added

 Blocks||138327


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=138327
[Bug 138327] [META] Redline regressions
-- 
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 138354] Empty textbox after undo

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

zcrhonek  changed:

   What|Removed |Added

 CC||michael.st...@cib.de
   Keywords|bibisectRequest |bibisected, bisected

--- Comment #3 from zcrhonek  ---
This seems to have begun at the below commit.
Adding Cc: to Michael Stahl ; Could you possibly take a look at this one?
Thanks

96e32c66b32fd6131afd80030ede3dc56a8509cb is the first bad commit
commit 96e32c66b32fd6131afd80030ede3dc56a8509cb
Author: Jenkins Build User 
Date:   Wed Sep 19 21:16:52 2018 +0200

source sha:723728cd358693b8f4bc9d913541aa4479f2bd48

commit  723728cd358693b8f4bc9d913541aa4479f2bd48[log]
author  Michael Stahl Wed Aug 22 17:09:02 2018 +0200
committer   Michael Stahl Wed Sep 19 10:18:29
2018 +0200
tree1ac75a662a46987301ea85d32957eb08f435ffd6
parent  41d8ca9686c7c184f586e99674b443c34bfd4f33 [diff]

sw_redlinehide_2: SwUndoDelete

-- 
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 138354] Empty textbox after undo

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

zcrhonek  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 CC||zcrho...@gmail.com

--- Comment #2 from zcrhonek  ---
Confirm with 

Version: 7.1.0.0.alpha1+
Build ID: 548d77d0c06f7088dd3eb408797aa1fc1d7eb277
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded

-- 
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 138354] Empty textbox after undo

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

Telesto  changed:

   What|Removed |Added

   Keywords||bibisectRequest, regression
Version|7.1.0.0.alpha1+ |6.2.0.3 release

--- Comment #1 from Telesto  ---
Found in
7.0

and in 
6.2

not in
Version: 6.0.6.0.0+
Build ID: c30963b8b4bbbe42a24b97aafa161eff9d7ccdd4
CPU threads: 4; OS: Windows 6.3; UI render: default; 
Locale: nl-NL (nl_NL); 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 138354] Empty textbox after undo

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

Telesto  changed:

   What|Removed |Added

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

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