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

[Vis] [Controls] [Firefox] After applying 2+ filters, their labels continuously changing order and impossible to clear values and re-apply changes #41567

Closed
dmlemeshko opened this issue Jul 19, 2019 · 8 comments
Labels
bug Fixes for quality problems that affect the customer experience Feature:Input Control Input controls visualization Team:Visualizations Visualization editors, elastic-charts and infrastructure

Comments

@dmlemeshko
Copy link
Member

dmlemeshko commented Jul 19, 2019

Kibana version: master

Elasticsearch version: master

Server OS version:

Browser version: Firefox 68.0

Browser OS version: MacOS 10.14.5 (Mojave)

Original install method (e.g. download page, yum, from source, etc.): master

Describe the bug:

Steps to reproduce:

  1. Visualisations -> create new Controls E
  2. Set 2 controls (e.g. logstash-* index pattern, geo.src & clientip fields)
  3. Select values for fields and apply changes

Filters applied, but continuously changing order. It is impossible to clear input fields

Note: cannot reproduce on Chrome 75

Expected behavior: Filters are applied and static. It is possible to clear inputs and apply new filters.

Screenshots (if relevant):

FF_issue_viz_controls

Errors in browser console (if relevant): no any js errors in the console

Provide logs and/or server output (if relevant): no errors on Kibana server-side

Any additional context:

@dmlemeshko dmlemeshko added bug Fixes for quality problems that affect the customer experience Feature:Input Control Input controls visualization Team:Visualizations Visualization editors, elastic-charts and infrastructure labels Jul 19, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app

@dmlemeshko
Copy link
Member Author

Reproduced on 7.x/7.4

@marius-dr
Copy link
Member

Also in 7.3.0

@ansell
Copy link

ansell commented Aug 5, 2019

This is also occurring consistently for me, as a new regression with Kibana-7.3.0, on Firefox (tested 68.0.1 on both MacOS and Ubuntu) with Filter's on all Dashboards and Discover searches in addition to Visualizations.

One anomaly that I noticed compared to Safari (where the bug doesn't appear) is a large number of calls to /elasticsearch/_msearch?rest_total_hits_as_int=true&ignore_throttled=true. These calls seem to be duplicated each time they occur and they continue to occur every 10-20 seconds without stopping, where in Safari there are two calls initially and then no further activity on the same dashboard/search/visualisation.

Screen Shot 2019-08-05 at 10 23 45 am

@kertal
Copy link
Member

kertal commented Aug 7, 2019

I've researched this bug yesterday, reproduced it in 7.3.0, found the code that caused it, it's fixed in 7.3.1 + 7.x. @dmlemeshko could you please confirm it, so we can close this issue

@kertal
Copy link
Member

kertal commented Aug 7, 2019

should be fixed by #41999

@dmlemeshko
Copy link
Member Author

@kertal I may confirm it has been fixed (master, 7.x & 7.3.1), I merged a PR with functional tests that may help to catch it next time.

@kertal
Copy link
Member

kertal commented Aug 12, 2019

@dmlemeshko perfect! thx

chaconpiza added a commit to FujitsuEnablingSoftwareTechnologyGmbH/cmm-documentation that referenced this issue Jun 22, 2021
- Filtering more than one element using Firefox is only possible using the Kibana Query
Language in the Filter Line. More info [1]

[1] elastic/kibana#41567
chaconpiza added a commit to FujitsuEnablingSoftwareTechnologyGmbH/cmm-documentation that referenced this issue Jun 22, 2021
- Filtering more than one element using Firefox is only possible using the Kibana Query
Language in the Filter Line. More info [1]

[1] elastic/kibana#41567
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Input Control Input controls visualization Team:Visualizations Visualization editors, elastic-charts and infrastructure
Projects
None yet
Development

No branches or pull requests

6 participants