Multibit-Legacy / multibit-hd

Deprecated Bitcoin Wallet
https://multibit.org/blog/2017/07/26/multibit-shutdown.html
Other
171 stars 113 forks source link

Adjusting fee slider on windows can overload UI #680

Closed jim618 closed 8 years ago

jim618 commented 9 years ago

On the Windows test machine adjusting the fee slider produced a spinner with 'the UI is not responding'.

I suspect it is firing events too quickly - perhaps a subset down to !isAdjusting is required.

jim618 commented 9 years ago

This is temporary - the UI catches up ok after a few seconds

jim618 commented 9 years ago

I've rejigged the code so that less is done in the event servicing code FeeSettingPanelView#setChosenFee which should help. I don't want to change the slider resolution (which would change the number of events fired) as it is set to 200 satoshi at the moment. This works well.

Awaiting code review and closing.

gary-rowe commented 8 years ago

Updated code logged under #690 but verified working.

Closing.

jim618 commented 8 years ago

Double chcked on Windows 8 test machine, Works fine. Closing.