diff options
author | Mert Tumer <mert.tumer@collabora.com> | 2020-08-17 11:40:38 +0300 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2020-08-18 22:29:25 +0200 |
commit | 06bed3046b4ca62a50566f42d3a7079f0b563935 (patch) | |
tree | 643dfccbbc3be6c0c55d8adbe1a560f5fa989382 /desktop/Library_deployment.mk | |
parent | b2d834d6727626f070bb4dde3e1c65da1169f729 (diff) |
Fix hyperlink popup does not show up
The popup does not show up when double clicking
same cell after first one when the cell has a
hyperlink. This is because LOK_CALLBACK_INVALIDATE
_VISIBLE_CURSOR message is filtered out when it
is duplicate and hyperlink is inside this callback.
Selecting different cell after editing one does not
make calc to send another invalidate cursor message
because it is only sent if the selected cell is being
edited. This confuses the ui experience, so this patch
prevents the callback from being filtered out
if only it contains a hyperlink. If there is not a hyperlink
on the cursor position the duplicate callbacks will still
be filtered out.
Signed-off-by: Mert Tumer <mert.tumer@collabora.com>
Change-Id: Ibca0887b7d49633e476bc63d08bc0b7cc309d710
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100851
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'desktop/Library_deployment.mk')
0 files changed, 0 insertions, 0 deletions