[Libreoffice-bugs] [Bug 127566] New Help: The elements that are copied to clipboard when clicked should not jump when the indicator border appears
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Oct 3 11:06:49 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=127566
--- Comment #2 from Buovjaga <todventtu at suomi24.fi> ---
Olivier: this seems to be fixed by adding to the CSS .pycode, .bascode rule:
border: solid 5px transparent;
and then from the help.js function you can remove instances of
var saveBorder = item.style.border;
item.style.border = "solid 5px";
item.style.border = saveBorder;
--
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/20191003/6f94b058/attachment.html>
More information about the Libreoffice-bugs
mailing list