[bisq-network/bisq] Prevent tooltip popover flicker upon mouseover (#3211)

Steven Barclay notifications at github.com
Thu Sep 5 19:50:23 UTC 2019


Provide a wrapper for PopOver components used as tooltips, to debounce
the 'MouseEntered' and 'MouseExited' events used to show/hide it, in
order to prevent it flickering open/closed in a loop.

This is intended to fix #3016.

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.
You can view, comment on, or merge this pull request online at:

  https://github.com/bisq-network/bisq/pull/3211

-- Commit Summary --

  * Prevent tooltip popover flicker upon mouseover

-- File Changes --

    M desktop/src/main/java/bisq/desktop/components/AutoTooltipTableColumn.java (46)
    M desktop/src/main/java/bisq/desktop/components/InfoAutoTooltipLabel.java (42)
    M desktop/src/main/java/bisq/desktop/components/InfoInputTextField.java (29)
    M desktop/src/main/java/bisq/desktop/components/InfoTextField.java (31)
    A desktop/src/main/java/bisq/desktop/components/PopOverWrapper.java (73)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/3211.patch
https://github.com/bisq-network/bisq/pull/3211.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/3211
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190905/9abfec6b/attachment.html>


More information about the bisq-github mailing list