Skip to content

[a11y] Prevent index polling from overriding pipeline settings while editing#237509

Merged
dennis-tismenko merged 2 commits intoelastic:mainfrom
dennis-tismenko:a11y/fix-polling-overriding-settings
Oct 3, 2025
Merged

[a11y] Prevent index polling from overriding pipeline settings while editing#237509
dennis-tismenko merged 2 commits intoelastic:mainfrom
dennis-tismenko:a11y/fix-polling-overriding-settings

Conversation

@dennis-tismenko
Copy link
Copy Markdown
Contributor

@dennis-tismenko dennis-tismenko commented Oct 3, 2025

Summary

Closes #196663.

Fixes a bug where index short polling is overriding pipeline settings state while the user is editing their form, causing the accessibility issue described in #196663. By checking whether the settings form is open and not overriding pipeline state, we prevent the accessibility issue from occurring.

Before

Screen.Recording.2025-10-03.at.12.43.14.PM.mov

After

Screen.Recording.2025-10-03.at.12.42.38.PM.mov

Checklist

Check the PR satisfies following conditions.

Reviewers should verify this PR satisfies this list as well.

  • Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n support
  • Documentation was added for features that require explanation or tutorials
  • Unit or functional tests were updated or added to match the most common scenarios
  • If a plugin configuration key changed, check if it needs to be allowlisted in the cloud and added to the docker list
  • This was checked for breaking HTTP API changes, and any breaking changes have been approved by the breaking-change committee. The release_note:breaking label should be applied in these situations.
  • Flaky Test Runner was used on any tests changed
  • The PR description includes the appropriate Release Notes section, and the correct release_note:* label is applied per the guidelines
  • Review the backport guidelines and apply applicable backport:* labels.

Release Note

Fixes an issue where form fields were resetting automatically when editing ingest pipeline settings.

@dennis-tismenko dennis-tismenko requested a review from a team as a code owner October 3, 2025 16:44
@dennis-tismenko dennis-tismenko changed the title [a11y] Prevent polling from overriding pipeline settings while editing Oct 3, 2025
@dennis-tismenko dennis-tismenko enabled auto-merge (squash) October 3, 2025 16:49
@dennis-tismenko dennis-tismenko force-pushed the a11y/fix-polling-overriding-settings branch from 9b6b3af to 681494f Compare October 3, 2025 18:02
@dennis-tismenko
Copy link
Copy Markdown
Contributor Author

@elasticmachine merge upstream

@dennis-tismenko dennis-tismenko merged commit f2a0a70 into elastic:main Oct 3, 2025
12 checks passed
@kibanamachine
Copy link
Copy Markdown
Contributor

Starting backport for target branches: 8.18, 8.19, 9.1, 9.2

https://github.com/elastic/kibana/actions/runs/18235674288

@elasticmachine
Copy link
Copy Markdown
Contributor

💛 Build succeeded, but was flaky

Failed CI Steps

Test Failures

  • [job] [logs] FTR Configs #84 / Endpoint plugin @ess @serverless @skipInServerlessMKI Endpoint policy response api GET /api/endpoint/policy_response "after all" hook for "should return not found if host has no policy response"

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
enterpriseSearch 951.1KB 951.2KB +29.0B

History

kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Oct 3, 2025
…editing (elastic#237509)

## Summary

Closes elastic#196663.

Fixes a bug where index short polling is overriding pipeline settings
state while the user is editing their form, causing the accessibility
issue described in elastic#196663. By checking whether the settings form is
open and not overriding pipeline state, we prevent the accessibility
issue from occurring.

__Before__

https://github.com/user-attachments/assets/d77be0d4-7e89-417b-a479-2446cc7f7caf

__After__

https://github.com/user-attachments/assets/f3dfb034-1ce4-4f39-95cd-aad0b0d13cc7

### Checklist

Check the PR satisfies following conditions.

Reviewers should verify this PR satisfies this list as well.

- [x] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)
- [x]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [x] If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)
- [x] This was checked for breaking HTTP API changes, and any breaking
changes have been approved by the breaking-change committee. The
`release_note:breaking` label should be applied in these situations.
- [x] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [x] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

## Release Note
Fixes an issue where form fields were resetting automatically when
editing ingest pipeline settings.

(cherry picked from commit f2a0a70)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Oct 3, 2025
…editing (elastic#237509)

## Summary

Closes elastic#196663.

Fixes a bug where index short polling is overriding pipeline settings
state while the user is editing their form, causing the accessibility
issue described in elastic#196663. By checking whether the settings form is
open and not overriding pipeline state, we prevent the accessibility
issue from occurring.

__Before__

https://github.com/user-attachments/assets/d77be0d4-7e89-417b-a479-2446cc7f7caf

__After__

https://github.com/user-attachments/assets/f3dfb034-1ce4-4f39-95cd-aad0b0d13cc7

### Checklist

Check the PR satisfies following conditions.

Reviewers should verify this PR satisfies this list as well.

- [x] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)
- [x]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [x] If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)
- [x] This was checked for breaking HTTP API changes, and any breaking
changes have been approved by the breaking-change committee. The
`release_note:breaking` label should be applied in these situations.
- [x] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [x] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

## Release Note
Fixes an issue where form fields were resetting automatically when
editing ingest pipeline settings.

(cherry picked from commit f2a0a70)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Oct 3, 2025
…editing (elastic#237509)

## Summary

Closes elastic#196663.

Fixes a bug where index short polling is overriding pipeline settings
state while the user is editing their form, causing the accessibility
issue described in elastic#196663. By checking whether the settings form is
open and not overriding pipeline state, we prevent the accessibility
issue from occurring.

__Before__

https://github.com/user-attachments/assets/d77be0d4-7e89-417b-a479-2446cc7f7caf

__After__

https://github.com/user-attachments/assets/f3dfb034-1ce4-4f39-95cd-aad0b0d13cc7

### Checklist

Check the PR satisfies following conditions.

Reviewers should verify this PR satisfies this list as well.

- [x] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)
- [x]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [x] If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)
- [x] This was checked for breaking HTTP API changes, and any breaking
changes have been approved by the breaking-change committee. The
`release_note:breaking` label should be applied in these situations.
- [x] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [x] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

## Release Note
Fixes an issue where form fields were resetting automatically when
editing ingest pipeline settings.

(cherry picked from commit f2a0a70)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Oct 3, 2025
…editing (elastic#237509)

## Summary

Closes elastic#196663.

Fixes a bug where index short polling is overriding pipeline settings
state while the user is editing their form, causing the accessibility
issue described in elastic#196663. By checking whether the settings form is
open and not overriding pipeline state, we prevent the accessibility
issue from occurring.

__Before__

https://github.com/user-attachments/assets/d77be0d4-7e89-417b-a479-2446cc7f7caf

__After__

https://github.com/user-attachments/assets/f3dfb034-1ce4-4f39-95cd-aad0b0d13cc7

### Checklist

Check the PR satisfies following conditions.

Reviewers should verify this PR satisfies this list as well.

- [x] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)
- [x]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [x] If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)
- [x] This was checked for breaking HTTP API changes, and any breaking
changes have been approved by the breaking-change committee. The
`release_note:breaking` label should be applied in these situations.
- [x] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [x] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

## Release Note
Fixes an issue where form fields were resetting automatically when
editing ingest pipeline settings.

(cherry picked from commit f2a0a70)
@kibanamachine
Copy link
Copy Markdown
Contributor

💚 All backports created successfully

Status Branch Result
8.18
8.19
9.1
9.2

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Oct 4, 2025
…while editing (#237509) (#237550)

# Backport

This will backport the following commits from `main` to `9.1`:
- [[a11y] Prevent index polling from overriding pipeline settings while
editing (#237509)](#237509)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Dennis
Tismenko","email":"dennis.tismenko@elastic.co"},"sourceCommit":{"committedDate":"2025-10-03T22:58:02Z","message":"[a11y]
Prevent index polling from overriding pipeline settings while editing
(#237509)\n\n## Summary\n\nCloses #196663.\n\nFixes a bug where index
short polling is overriding pipeline settings\nstate while the user is
editing their form, causing the accessibility\nissue described in
#196663. By checking whether the settings form is\nopen and not
overriding pipeline state, we prevent the accessibility\nissue from
occurring.\n\n__Before__\n\n\nhttps://github.com/user-attachments/assets/d77be0d4-7e89-417b-a479-2446cc7f7caf\n\n__After__\n\n\nhttps://github.com/user-attachments/assets/f3dfb034-1ce4-4f39-95cd-aad0b0d13cc7\n\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers
should verify this PR satisfies this list as well.\n\n- [x] Any text
added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n-
[x]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas
added for features that require explanation or tutorials\n- [x] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [x] If a plugin
configuration key changed, check if it needs to be\nallowlisted in the
cloud and added to the
[docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\n-
[x] This was checked for breaking HTTP API changes, and any
breaking\nchanges have been approved by the breaking-change committee.
The\n`release_note:breaking` label should be applied in these
situations.\n- [x] [Flaky
Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\nused on any tests changed\n- [x] The PR description includes the
appropriate Release Notes section,\nand the correct `release_note:*`
label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n## Release Note\nFixes an issue
where form fields were resetting automatically when\nediting ingest
pipeline
settings.","sha":"f2a0a70e3eabf43d191d20a6e28c0930ef219d27","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","backport:version","v9.2.0","v9.3.0","v9.1.6","v8.18.9","v8.19.6"],"title":"[a11y]
Prevent index polling from overriding pipeline settings while
editing","number":237509,"url":"https://github.com/elastic/kibana/pull/237509","mergeCommit":{"message":"[a11y]
Prevent index polling from overriding pipeline settings while editing
(#237509)\n\n## Summary\n\nCloses #196663.\n\nFixes a bug where index
short polling is overriding pipeline settings\nstate while the user is
editing their form, causing the accessibility\nissue described in
#196663. By checking whether the settings form is\nopen and not
overriding pipeline state, we prevent the accessibility\nissue from
occurring.\n\n__Before__\n\n\nhttps://github.com/user-attachments/assets/d77be0d4-7e89-417b-a479-2446cc7f7caf\n\n__After__\n\n\nhttps://github.com/user-attachments/assets/f3dfb034-1ce4-4f39-95cd-aad0b0d13cc7\n\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers
should verify this PR satisfies this list as well.\n\n- [x] Any text
added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n-
[x]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas
added for features that require explanation or tutorials\n- [x] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [x] If a plugin
configuration key changed, check if it needs to be\nallowlisted in the
cloud and added to the
[docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\n-
[x] This was checked for breaking HTTP API changes, and any
breaking\nchanges have been approved by the breaking-change committee.
The\n`release_note:breaking` label should be applied in these
situations.\n- [x] [Flaky
Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\nused on any tests changed\n- [x] The PR description includes the
appropriate Release Notes section,\nand the correct `release_note:*`
label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n## Release Note\nFixes an issue
where form fields were resetting automatically when\nediting ingest
pipeline
settings.","sha":"f2a0a70e3eabf43d191d20a6e28c0930ef219d27"}},"sourceBranch":"main","suggestedTargetBranches":["9.2","9.1","8.18","8.19"],"targetPullRequestStates":[{"branch":"9.2","label":"v9.2.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/237509","number":237509,"mergeCommit":{"message":"[a11y]
Prevent index polling from overriding pipeline settings while editing
(#237509)\n\n## Summary\n\nCloses #196663.\n\nFixes a bug where index
short polling is overriding pipeline settings\nstate while the user is
editing their form, causing the accessibility\nissue described in
#196663. By checking whether the settings form is\nopen and not
overriding pipeline state, we prevent the accessibility\nissue from
occurring.\n\n__Before__\n\n\nhttps://github.com/user-attachments/assets/d77be0d4-7e89-417b-a479-2446cc7f7caf\n\n__After__\n\n\nhttps://github.com/user-attachments/assets/f3dfb034-1ce4-4f39-95cd-aad0b0d13cc7\n\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers
should verify this PR satisfies this list as well.\n\n- [x] Any text
added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n-
[x]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas
added for features that require explanation or tutorials\n- [x] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [x] If a plugin
configuration key changed, check if it needs to be\nallowlisted in the
cloud and added to the
[docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\n-
[x] This was checked for breaking HTTP API changes, and any
breaking\nchanges have been approved by the breaking-change committee.
The\n`release_note:breaking` label should be applied in these
situations.\n- [x] [Flaky
Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\nused on any tests changed\n- [x] The PR description includes the
appropriate Release Notes section,\nand the correct `release_note:*`
label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n## Release Note\nFixes an issue
where form fields were resetting automatically when\nediting ingest
pipeline
settings.","sha":"f2a0a70e3eabf43d191d20a6e28c0930ef219d27"}},{"branch":"9.1","label":"v9.1.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.9","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Dennis Tismenko <dennis.tismenko@elastic.co>
kibanamachine added a commit that referenced this pull request Oct 4, 2025
…while editing (#237509) (#237551)

# Backport

This will backport the following commits from `main` to `9.2`:
- [[a11y] Prevent index polling from overriding pipeline settings while
editing (#237509)](#237509)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Dennis
Tismenko","email":"dennis.tismenko@elastic.co"},"sourceCommit":{"committedDate":"2025-10-03T22:58:02Z","message":"[a11y]
Prevent index polling from overriding pipeline settings while editing
(#237509)\n\n## Summary\n\nCloses #196663.\n\nFixes a bug where index
short polling is overriding pipeline settings\nstate while the user is
editing their form, causing the accessibility\nissue described in
#196663. By checking whether the settings form is\nopen and not
overriding pipeline state, we prevent the accessibility\nissue from
occurring.\n\n__Before__\n\n\nhttps://github.com/user-attachments/assets/d77be0d4-7e89-417b-a479-2446cc7f7caf\n\n__After__\n\n\nhttps://github.com/user-attachments/assets/f3dfb034-1ce4-4f39-95cd-aad0b0d13cc7\n\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers
should verify this PR satisfies this list as well.\n\n- [x] Any text
added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n-
[x]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas
added for features that require explanation or tutorials\n- [x] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [x] If a plugin
configuration key changed, check if it needs to be\nallowlisted in the
cloud and added to the
[docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\n-
[x] This was checked for breaking HTTP API changes, and any
breaking\nchanges have been approved by the breaking-change committee.
The\n`release_note:breaking` label should be applied in these
situations.\n- [x] [Flaky
Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\nused on any tests changed\n- [x] The PR description includes the
appropriate Release Notes section,\nand the correct `release_note:*`
label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n## Release Note\nFixes an issue
where form fields were resetting automatically when\nediting ingest
pipeline
settings.","sha":"f2a0a70e3eabf43d191d20a6e28c0930ef219d27","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","backport:version","v9.2.0","v9.3.0","v9.1.6","v8.18.9","v8.19.6"],"title":"[a11y]
Prevent index polling from overriding pipeline settings while
editing","number":237509,"url":"https://github.com/elastic/kibana/pull/237509","mergeCommit":{"message":"[a11y]
Prevent index polling from overriding pipeline settings while editing
(#237509)\n\n## Summary\n\nCloses #196663.\n\nFixes a bug where index
short polling is overriding pipeline settings\nstate while the user is
editing their form, causing the accessibility\nissue described in
#196663. By checking whether the settings form is\nopen and not
overriding pipeline state, we prevent the accessibility\nissue from
occurring.\n\n__Before__\n\n\nhttps://github.com/user-attachments/assets/d77be0d4-7e89-417b-a479-2446cc7f7caf\n\n__After__\n\n\nhttps://github.com/user-attachments/assets/f3dfb034-1ce4-4f39-95cd-aad0b0d13cc7\n\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers
should verify this PR satisfies this list as well.\n\n- [x] Any text
added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n-
[x]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas
added for features that require explanation or tutorials\n- [x] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [x] If a plugin
configuration key changed, check if it needs to be\nallowlisted in the
cloud and added to the
[docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\n-
[x] This was checked for breaking HTTP API changes, and any
breaking\nchanges have been approved by the breaking-change committee.
The\n`release_note:breaking` label should be applied in these
situations.\n- [x] [Flaky
Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\nused on any tests changed\n- [x] The PR description includes the
appropriate Release Notes section,\nand the correct `release_note:*`
label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n## Release Note\nFixes an issue
where form fields were resetting automatically when\nediting ingest
pipeline
settings.","sha":"f2a0a70e3eabf43d191d20a6e28c0930ef219d27"}},"sourceBranch":"main","suggestedTargetBranches":["9.2","9.1","8.18","8.19"],"targetPullRequestStates":[{"branch":"9.2","label":"v9.2.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/237509","number":237509,"mergeCommit":{"message":"[a11y]
Prevent index polling from overriding pipeline settings while editing
(#237509)\n\n## Summary\n\nCloses #196663.\n\nFixes a bug where index
short polling is overriding pipeline settings\nstate while the user is
editing their form, causing the accessibility\nissue described in
#196663. By checking whether the settings form is\nopen and not
overriding pipeline state, we prevent the accessibility\nissue from
occurring.\n\n__Before__\n\n\nhttps://github.com/user-attachments/assets/d77be0d4-7e89-417b-a479-2446cc7f7caf\n\n__After__\n\n\nhttps://github.com/user-attachments/assets/f3dfb034-1ce4-4f39-95cd-aad0b0d13cc7\n\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers
should verify this PR satisfies this list as well.\n\n- [x] Any text
added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n-
[x]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas
added for features that require explanation or tutorials\n- [x] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [x] If a plugin
configuration key changed, check if it needs to be\nallowlisted in the
cloud and added to the
[docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\n-
[x] This was checked for breaking HTTP API changes, and any
breaking\nchanges have been approved by the breaking-change committee.
The\n`release_note:breaking` label should be applied in these
situations.\n- [x] [Flaky
Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\nused on any tests changed\n- [x] The PR description includes the
appropriate Release Notes section,\nand the correct `release_note:*`
label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n## Release Note\nFixes an issue
where form fields were resetting automatically when\nediting ingest
pipeline
settings.","sha":"f2a0a70e3eabf43d191d20a6e28c0930ef219d27"}},{"branch":"9.1","label":"v9.1.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.9","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Dennis Tismenko <dennis.tismenko@elastic.co>
kibanamachine added a commit that referenced this pull request Oct 4, 2025
… while editing (#237509) (#237549)

# Backport

This will backport the following commits from `main` to `8.19`:
- [[a11y] Prevent index polling from overriding pipeline settings while
editing (#237509)](#237509)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Dennis
Tismenko","email":"dennis.tismenko@elastic.co"},"sourceCommit":{"committedDate":"2025-10-03T22:58:02Z","message":"[a11y]
Prevent index polling from overriding pipeline settings while editing
(#237509)\n\n## Summary\n\nCloses #196663.\n\nFixes a bug where index
short polling is overriding pipeline settings\nstate while the user is
editing their form, causing the accessibility\nissue described in
#196663. By checking whether the settings form is\nopen and not
overriding pipeline state, we prevent the accessibility\nissue from
occurring.\n\n__Before__\n\n\nhttps://github.com/user-attachments/assets/d77be0d4-7e89-417b-a479-2446cc7f7caf\n\n__After__\n\n\nhttps://github.com/user-attachments/assets/f3dfb034-1ce4-4f39-95cd-aad0b0d13cc7\n\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers
should verify this PR satisfies this list as well.\n\n- [x] Any text
added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n-
[x]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas
added for features that require explanation or tutorials\n- [x] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [x] If a plugin
configuration key changed, check if it needs to be\nallowlisted in the
cloud and added to the
[docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\n-
[x] This was checked for breaking HTTP API changes, and any
breaking\nchanges have been approved by the breaking-change committee.
The\n`release_note:breaking` label should be applied in these
situations.\n- [x] [Flaky
Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\nused on any tests changed\n- [x] The PR description includes the
appropriate Release Notes section,\nand the correct `release_note:*`
label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n## Release Note\nFixes an issue
where form fields were resetting automatically when\nediting ingest
pipeline
settings.","sha":"f2a0a70e3eabf43d191d20a6e28c0930ef219d27","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","backport:version","v9.2.0","v9.3.0","v9.1.6","v8.18.9","v8.19.6"],"title":"[a11y]
Prevent index polling from overriding pipeline settings while
editing","number":237509,"url":"https://github.com/elastic/kibana/pull/237509","mergeCommit":{"message":"[a11y]
Prevent index polling from overriding pipeline settings while editing
(#237509)\n\n## Summary\n\nCloses #196663.\n\nFixes a bug where index
short polling is overriding pipeline settings\nstate while the user is
editing their form, causing the accessibility\nissue described in
#196663. By checking whether the settings form is\nopen and not
overriding pipeline state, we prevent the accessibility\nissue from
occurring.\n\n__Before__\n\n\nhttps://github.com/user-attachments/assets/d77be0d4-7e89-417b-a479-2446cc7f7caf\n\n__After__\n\n\nhttps://github.com/user-attachments/assets/f3dfb034-1ce4-4f39-95cd-aad0b0d13cc7\n\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers
should verify this PR satisfies this list as well.\n\n- [x] Any text
added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n-
[x]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas
added for features that require explanation or tutorials\n- [x] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [x] If a plugin
configuration key changed, check if it needs to be\nallowlisted in the
cloud and added to the
[docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\n-
[x] This was checked for breaking HTTP API changes, and any
breaking\nchanges have been approved by the breaking-change committee.
The\n`release_note:breaking` label should be applied in these
situations.\n- [x] [Flaky
Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\nused on any tests changed\n- [x] The PR description includes the
appropriate Release Notes section,\nand the correct `release_note:*`
label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n## Release Note\nFixes an issue
where form fields were resetting automatically when\nediting ingest
pipeline
settings.","sha":"f2a0a70e3eabf43d191d20a6e28c0930ef219d27"}},"sourceBranch":"main","suggestedTargetBranches":["9.2","9.1","8.18","8.19"],"targetPullRequestStates":[{"branch":"9.2","label":"v9.2.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/237509","number":237509,"mergeCommit":{"message":"[a11y]
Prevent index polling from overriding pipeline settings while editing
(#237509)\n\n## Summary\n\nCloses #196663.\n\nFixes a bug where index
short polling is overriding pipeline settings\nstate while the user is
editing their form, causing the accessibility\nissue described in
#196663. By checking whether the settings form is\nopen and not
overriding pipeline state, we prevent the accessibility\nissue from
occurring.\n\n__Before__\n\n\nhttps://github.com/user-attachments/assets/d77be0d4-7e89-417b-a479-2446cc7f7caf\n\n__After__\n\n\nhttps://github.com/user-attachments/assets/f3dfb034-1ce4-4f39-95cd-aad0b0d13cc7\n\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers
should verify this PR satisfies this list as well.\n\n- [x] Any text
added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n-
[x]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas
added for features that require explanation or tutorials\n- [x] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [x] If a plugin
configuration key changed, check if it needs to be\nallowlisted in the
cloud and added to the
[docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\n-
[x] This was checked for breaking HTTP API changes, and any
breaking\nchanges have been approved by the breaking-change committee.
The\n`release_note:breaking` label should be applied in these
situations.\n- [x] [Flaky
Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\nused on any tests changed\n- [x] The PR description includes the
appropriate Release Notes section,\nand the correct `release_note:*`
label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n## Release Note\nFixes an issue
where form fields were resetting automatically when\nediting ingest
pipeline
settings.","sha":"f2a0a70e3eabf43d191d20a6e28c0930ef219d27"}},{"branch":"9.1","label":"v9.1.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.9","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Dennis Tismenko <dennis.tismenko@elastic.co>
kibanamachine added a commit that referenced this pull request Oct 4, 2025
… while editing (#237509) (#237548)

# Backport

This will backport the following commits from `main` to `8.18`:
- [[a11y] Prevent index polling from overriding pipeline settings while
editing (#237509)](#237509)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Dennis
Tismenko","email":"dennis.tismenko@elastic.co"},"sourceCommit":{"committedDate":"2025-10-03T22:58:02Z","message":"[a11y]
Prevent index polling from overriding pipeline settings while editing
(#237509)\n\n## Summary\n\nCloses #196663.\n\nFixes a bug where index
short polling is overriding pipeline settings\nstate while the user is
editing their form, causing the accessibility\nissue described in
#196663. By checking whether the settings form is\nopen and not
overriding pipeline state, we prevent the accessibility\nissue from
occurring.\n\n__Before__\n\n\nhttps://github.com/user-attachments/assets/d77be0d4-7e89-417b-a479-2446cc7f7caf\n\n__After__\n\n\nhttps://github.com/user-attachments/assets/f3dfb034-1ce4-4f39-95cd-aad0b0d13cc7\n\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers
should verify this PR satisfies this list as well.\n\n- [x] Any text
added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n-
[x]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas
added for features that require explanation or tutorials\n- [x] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [x] If a plugin
configuration key changed, check if it needs to be\nallowlisted in the
cloud and added to the
[docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\n-
[x] This was checked for breaking HTTP API changes, and any
breaking\nchanges have been approved by the breaking-change committee.
The\n`release_note:breaking` label should be applied in these
situations.\n- [x] [Flaky
Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\nused on any tests changed\n- [x] The PR description includes the
appropriate Release Notes section,\nand the correct `release_note:*`
label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n## Release Note\nFixes an issue
where form fields were resetting automatically when\nediting ingest
pipeline
settings.","sha":"f2a0a70e3eabf43d191d20a6e28c0930ef219d27","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","backport:version","v9.2.0","v9.3.0","v9.1.6","v8.18.9","v8.19.6"],"title":"[a11y]
Prevent index polling from overriding pipeline settings while
editing","number":237509,"url":"https://github.com/elastic/kibana/pull/237509","mergeCommit":{"message":"[a11y]
Prevent index polling from overriding pipeline settings while editing
(#237509)\n\n## Summary\n\nCloses #196663.\n\nFixes a bug where index
short polling is overriding pipeline settings\nstate while the user is
editing their form, causing the accessibility\nissue described in
#196663. By checking whether the settings form is\nopen and not
overriding pipeline state, we prevent the accessibility\nissue from
occurring.\n\n__Before__\n\n\nhttps://github.com/user-attachments/assets/d77be0d4-7e89-417b-a479-2446cc7f7caf\n\n__After__\n\n\nhttps://github.com/user-attachments/assets/f3dfb034-1ce4-4f39-95cd-aad0b0d13cc7\n\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers
should verify this PR satisfies this list as well.\n\n- [x] Any text
added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n-
[x]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas
added for features that require explanation or tutorials\n- [x] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [x] If a plugin
configuration key changed, check if it needs to be\nallowlisted in the
cloud and added to the
[docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\n-
[x] This was checked for breaking HTTP API changes, and any
breaking\nchanges have been approved by the breaking-change committee.
The\n`release_note:breaking` label should be applied in these
situations.\n- [x] [Flaky
Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\nused on any tests changed\n- [x] The PR description includes the
appropriate Release Notes section,\nand the correct `release_note:*`
label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n## Release Note\nFixes an issue
where form fields were resetting automatically when\nediting ingest
pipeline
settings.","sha":"f2a0a70e3eabf43d191d20a6e28c0930ef219d27"}},"sourceBranch":"main","suggestedTargetBranches":["9.2","9.1","8.18","8.19"],"targetPullRequestStates":[{"branch":"9.2","label":"v9.2.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/237509","number":237509,"mergeCommit":{"message":"[a11y]
Prevent index polling from overriding pipeline settings while editing
(#237509)\n\n## Summary\n\nCloses #196663.\n\nFixes a bug where index
short polling is overriding pipeline settings\nstate while the user is
editing their form, causing the accessibility\nissue described in
#196663. By checking whether the settings form is\nopen and not
overriding pipeline state, we prevent the accessibility\nissue from
occurring.\n\n__Before__\n\n\nhttps://github.com/user-attachments/assets/d77be0d4-7e89-417b-a479-2446cc7f7caf\n\n__After__\n\n\nhttps://github.com/user-attachments/assets/f3dfb034-1ce4-4f39-95cd-aad0b0d13cc7\n\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers
should verify this PR satisfies this list as well.\n\n- [x] Any text
added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n-
[x]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas
added for features that require explanation or tutorials\n- [x] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [x] If a plugin
configuration key changed, check if it needs to be\nallowlisted in the
cloud and added to the
[docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\n-
[x] This was checked for breaking HTTP API changes, and any
breaking\nchanges have been approved by the breaking-change committee.
The\n`release_note:breaking` label should be applied in these
situations.\n- [x] [Flaky
Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\nused on any tests changed\n- [x] The PR description includes the
appropriate Release Notes section,\nand the correct `release_note:*`
label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n## Release Note\nFixes an issue
where form fields were resetting automatically when\nediting ingest
pipeline
settings.","sha":"f2a0a70e3eabf43d191d20a6e28c0930ef219d27"}},{"branch":"9.1","label":"v9.1.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.9","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Dennis Tismenko <dennis.tismenko@elastic.co>
rylnd pushed a commit to rylnd/kibana that referenced this pull request Oct 17, 2025
…editing (elastic#237509)

## Summary

Closes elastic#196663.

Fixes a bug where index short polling is overriding pipeline settings
state while the user is editing their form, causing the accessibility
issue described in elastic#196663. By checking whether the settings form is
open and not overriding pipeline state, we prevent the accessibility
issue from occurring.

__Before__


https://github.com/user-attachments/assets/d77be0d4-7e89-417b-a479-2446cc7f7caf

__After__


https://github.com/user-attachments/assets/f3dfb034-1ce4-4f39-95cd-aad0b0d13cc7


### Checklist

Check the PR satisfies following conditions. 

Reviewers should verify this PR satisfies this list as well.

- [x] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)
- [x]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [x] If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)
- [x] This was checked for breaking HTTP API changes, and any breaking
changes have been approved by the breaking-change committee. The
`release_note:breaking` label should be applied in these situations.
- [x] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [x] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

## Release Note
Fixes an issue where form fields were resetting automatically when
editing ingest pipeline settings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment