Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open Trades View contains duplicates #5088

Closed
viciousvex opened this issue Jan 18, 2021 · 2 comments
Closed

Open Trades View contains duplicates #5088

viciousvex opened this issue Jan 18, 2021 · 2 comments

Comments

@viciousvex
Copy link

Description

Sometimes a the list of trades in the trade view contains duplicates in row n+2 and n+3 (where n is the number of open trades).

Version

1.5.4

Steps to reproduce

Confirm a payment with the "open trades" view open.

Expected behaviour

The confirmed trade should be gone from the "open trades" view.

Actual behaviour

The "open trades" list gets corrupted and shows the confirmed trade at position n+2 as duplicate of n, followed by another trade at n+3 as duplicate of n-1 (see screenshot).

Screenshots

bisq-open-trades-view

Device or machine

OS Name Microsoft Windows 10 Pro
Version 10.0.18363 Build 18363
System Type x64-based PC

Additional info

@ripcurlx
Copy link
Contributor

This looks like a rendering issue. Maybe some recent changes didn't clean up everything properly in the list.

@cd2357
Copy link
Contributor

cd2357 commented May 10, 2021

Should be fixed with the latest release (v1.6.4). It upgrades several UI libraries and frameworks that should address such rendering issues.

Please try it out and let us know if this is still an issue for you.

@cd2357 cd2357 closed this as completed May 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants