[Libreoffice-bugs] [Bug 127791] Hyperlink dropped after restart

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Nov 6 16:41:02 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=127791

Caolán McNamara <caolanm at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|libreoffice-bugs at lists.free |caolanm at redhat.com
                   |desktop.org                 |

--- Comment #13 from Caolán McNamara <caolanm at redhat.com> ---
What I see is that this only affects grouped object and not normal ones. In the
xml the <presentation:event-listener script:event-name="dom:click"... tag is
right after the opening of the <draw:g> tag but the the group import applies
those properties over the group children it has seen when it processes that
tag, and because its at the start it gets applied over no children.

If I move the export of the events to after the group children are written,
then the import will apply them over its children as expected and it works as
expected.

https://gerrit.libreoffice.org/#/c/82160/

I can't see that this ever worked, so maybe I'm looking at the wrong problem as
I can't see how the ui-only issue with the hyperlink dialog could have an input
into this. 

FWIW what I'm looking at can also be reproduced by the Interaction dialog and
"go to document" which sets the same properties as the hyperlink dialog.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20191106/640a1a06/attachment-0001.html>


More information about the Libreoffice-bugs mailing list