-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Input Controls have wrong state when typing and hitting enter too fast throws error #22233
Comments
In addition, in trying to bypass the bug in the tests, ran into another issue. If you press the enter key too quickly while it's loading up you'll get an error |
The problem with pressing enter I believe is an issue in EUI, but input controls has it's own issue. when it searches, it flickers with all the options before being filtered:
That second to last render with all the options causes a flicker, which also throws off the tests since it tries to click the |
@mbondyra this can be closed, right? |
@kertal yeah, I will close it - planning on checking today if it in fact solved the issue and then closing it. |
Kibana version: 6.4. BC6
Elasticsearch version: 6.4 BC6
Server OS version: WIndows
Browser version: Chrome
Browser OS version: Latest
Original install method (e.g. download page, yum, from source, etc.): staging
Describe the bug:
× fail: "visualize app input control visualization updateFiltersOnChange is false should replace existing filter pill(s) when new item is selected"
│ Error: expected true to equal false
│ at Assertion.assert (node_modules\expect.js\index.js:96:13)
│ at Assertion.be.Assertion.equal (node_modules\expect.js\index.js:216:10)
│ at Context.it (C:/Users/vagrant/Final/kibana-6.4/test/functional/apps/visualize/_input_control_vis.js:92:33)
│ at
│ at process._tickCallback (internal/process/next_tick.js:188:7)
│
The text was updated successfully, but these errors were encountered: