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

[ILM] Clicking on form element with flyout open does not always work #87517

Closed
alisonelizabeth opened this issue Jan 6, 2021 · 5 comments
Closed
Labels
bug Fixes for quality problems that affect the customer experience Feature:ILM Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more

Comments

@alisonelizabeth
Copy link
Contributor

Kibana version:
7.11

Describe the bug:
Clicking on a form element the first time when the JSON flyout is open does not work.

Steps to reproduce:

  1. Go to ILM and create a new policy
  2. Add a policy name
  3. Open the "Advanced settings" accordion for the hot phase
  4. Click on the "Show request" link at the bottom of the page.
  5. Click on a form element with the flyout open (e.g., "Use recommended defaults" toggle). Note the page jumps and the toggle value does not change. Clicking it a second time works as expected.

Screenshots (if relevant):
ilm_bug

@alisonelizabeth alisonelizabeth added bug Fixes for quality problems that affect the customer experience Feature:ILM Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more labels Jan 6, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/es-ui (Team:Elasticsearch UI)

@yuliacech yuliacech self-assigned this Jan 6, 2021
@yuliacech
Copy link
Contributor

I believe this issue is coming from a EuiFlyout focus bug (elastic/eui#2224). When any element outside of the flyout is clicked, the focus returns back to the originating button, in this case 'Show/Hide request' button and the form is scrolled back down. I'm not sure we can fix this on our side though, wdyt @alisonelizabeth ?

@alisonelizabeth
Copy link
Contributor Author

Good find! Yes, it does appear to be an EUI problem. I agree it should be fixed on the EUI side.

@yuliacech
Copy link
Contributor

I'll keep an eye on the EUI issue and after it has been fixed there, I'll confirm if that also solves the bug in ILM.

@alisonelizabeth
Copy link
Contributor Author

It looks like the corresponding EUI issue has since been resolved.

@alisonelizabeth alisonelizabeth closed this as not planned Won't fix, can't repro, duplicate, stale Sep 16, 2024
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:ILM Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Projects
None yet
Development

No branches or pull requests

3 participants