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

Yet another fix for rpc autoCompleter #844

Merged
merged 1 commit into from
May 31, 2016
Merged

Yet another fix for rpc autoCompleter #844

merged 1 commit into from
May 31, 2016

Conversation

UdjinM6
Copy link

@UdjinM6 UdjinM6 commented May 31, 2016

#752 was not enough, edit field wasn't cleared sometimes

How to reproduce the issue in current build: open Console, close it, open it again, start writing some rpc command and try to pick it from the list using arrow keys, hit Enter. Now edit field is not being cleared as it should be, works on second try only (i.e. same as before).

Using event filter to forward messages from autoCompleter popup to lineEdit instead of using connect method solves the issue.

EDIT: hold on, there is smth more

EDIT2: done, should be working now :)

EDIT3: works for me on mac, pls test on windows and linux

@UdjinM6 UdjinM6 changed the title Yet another fix for rpc autoCompleter [WIP] Yet another fix for rpc autoCompleter May 31, 2016
@UdjinM6 UdjinM6 changed the title [WIP] Yet another fix for rpc autoCompleter Yet another fix for rpc autoCompleter May 31, 2016
@schinzelh
Copy link

ACK af3e36f

@schinzelh schinzelh merged commit aa98034 into dashpay:v0.12.1.x May 31, 2016
@UdjinM6 UdjinM6 deleted the fixRPCAutoCompleter2 branch June 20, 2016 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants