<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - New Help: The elements that are copied to clipboard when clicked should not jump when the indicator border appears"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=127566#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - New Help: The elements that are copied to clipboard when clicked should not jump when the indicator border appears"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=127566">bug 127566</a>
from <span class="vcard"><a class="email" href="mailto:todventtu@suomi24.fi" title="Buovjaga <todventtu@suomi24.fi>"> <span class="fn">Buovjaga</span></a>
</span></b>
<pre>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;</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>