<p>Provide a wrapper for PopOver components used as tooltips, to debounce<br>
the 'MouseEntered' and 'MouseExited' events used to show/hide it, in<br>
order to prevent it flickering open/closed in a loop.</p>
<p>This is intended to <span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #3016.">fix</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="473674812" data-permission-text="Issue title is private" data-url="https://github.com/bisq-network/bisq/issues/3016" data-hovercard-type="issue" data-hovercard-url="/bisq-network/bisq/issues/3016/hovercard" href="https://github.com/bisq-network/bisq/issues/3016">#3016</a>.</p>
<p>NOTE: I have tested the change on Windows 10, athough I couldn't fully reproduce the issue there, namely the latter-mentioned eye-icon popover flicker (so it's possible other platforms would behave differently). I haven't tested the fix on other platforms.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/bisq-network/bisq/pull/3211'>https://github.com/bisq-network/bisq/pull/3211</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Prevent tooltip popover flicker upon mouseover</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3211/files#diff-0">desktop/src/main/java/bisq/desktop/components/AutoTooltipTableColumn.java</a>
    (46)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3211/files#diff-1">desktop/src/main/java/bisq/desktop/components/InfoAutoTooltipLabel.java</a>
    (42)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3211/files#diff-2">desktop/src/main/java/bisq/desktop/components/InfoInputTextField.java</a>
    (29)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3211/files#diff-3">desktop/src/main/java/bisq/desktop/components/InfoTextField.java</a>
    (31)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/bisq-network/bisq/pull/3211/files#diff-4">desktop/src/main/java/bisq/desktop/components/PopOverWrapper.java</a>
    (73)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/bisq-network/bisq/pull/3211.patch'>https://github.com/bisq-network/bisq/pull/3211.patch</a></li>
  <li><a href='https://github.com/bisq-network/bisq/pull/3211.diff'>https://github.com/bisq-network/bisq/pull/3211.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/3211?email_source=notifications&email_token=AJFFTNQKYKN6I4WSISW2DK3QIFPH7A5CNFSM4IUBZPJ2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HJUJZNA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNWTQHFBF2YKVXH5VM3QIFPH7ANCNFSM4IUBZPJQ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AJFFTNV3QQ26774RHGNZAFDQIFPH7A5CNFSM4IUBZPJ2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HJUJZNA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/3211?email_source=notifications\u0026email_token=AJFFTNQKYKN6I4WSISW2DK3QIFPH7A5CNFSM4IUBZPJ2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HJUJZNA",
"url": "https://github.com/bisq-network/bisq/pull/3211?email_source=notifications\u0026email_token=AJFFTNQKYKN6I4WSISW2DK3QIFPH7A5CNFSM4IUBZPJ2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HJUJZNA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>