Skip to content

Conversation

@saarikabhasi
Copy link
Member

@saarikabhasi saarikabhasi commented Oct 7, 2025

Summary

Tool tip is not shown when navigated via keyboard. Adding ref helps with showing the tool tip when show more/hide button is on focus.

Testing instructions:

  1. In Stateful. Create an Index with documents more than 3 fields. Open documents page and has more than 3 documents
  2. Navigate to the first (or any) table while using only keyboard by pressing Tab key.
  3. Navigate to Show more fields button.
  4. Press Esc.
  5. Press Enter.
  6. Observe tooltips for the button.

Also test for:
Same with the opposite: when user navigates to Show more button -> presses Enter -> presses Esc -> presses Enter. Result: no tooltip present on Show more button.

Checklist

Check the PR satisfies following conditions.

Reviewers should verify this PR satisfies this list as well.

  • 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.

@saarikabhasi saarikabhasi requested a review from a team as a code owner October 7, 2025 19:27
@saarikabhasi saarikabhasi added the backport:version Backport to applied version labels label Oct 7, 2025
@elasticmachine
Copy link
Contributor

💛 Build succeeded, but was flaky

Failed CI Steps

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
contentConnectors 460.3KB 460.4KB +83.0B
enterpriseSearch 951.2KB 951.2KB +83.0B
searchIndices 202.2KB 202.3KB +83.0B
searchPlayground 231.5KB 231.6KB +83.0B
total +332.0B

Copy link
Contributor

@seialkali seialkali left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@saarikabhasi saarikabhasi merged commit 37446f0 into elastic:main Oct 8, 2025
31 checks passed
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.16, 8.17, 8.18, 8.19, 9.0, 9.1

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

kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Oct 8, 2025
## Summary

Tool tip is not shown when navigated via keyboard. Adding ref helps with
showing the tool tip when show more/hide button is on focus.

### Testing instructions:
1. In Stateful. Create an Index with documents more than 3 fields. Open
documents page and has more than 3 documents
2. Navigate to the first (or any) table while using only keyboard by
pressing Tab key.
3. Navigate to Show more fields button.
4. Press Esc.
5. Press Enter.
6. Observe tooltips for the button.

Also test for:
Same with the opposite: when user navigates to Show more button ->
presses Enter -> presses Esc -> presses Enter. Result: no tooltip
present on Show more button.

### Checklist

Check the PR satisfies following conditions.

Reviewers should verify this PR satisfies this list as well.

- [ ] 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)
- [ ] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

(cherry picked from commit 37446f0)
@kibanamachine
Copy link
Contributor

💔 Some backports could not be created

Status Branch Result
8.16 Backport failed because of merge conflicts
8.17 Backport failed because of merge conflicts
8.18 Backport failed because of merge conflicts

You might need to backport the following PRs to 8.18:
- Fix leaky Jest mock that causes the Scout Reporter to not some collect test events (#237837)
8.19 Backport failed because of merge conflicts

You might need to backport the following PRs to 8.19:
- Fix leaky Jest mock that causes the Scout Reporter to not some collect test events (#237837)
- [scout] improve eui version parsing (#238032)
- [Security Solution] Send EBT when diagnostic query is empty (#238040)
- [Fleet] Fix error when deleting orphaned integration policies (#237875)
- [Synthetics] Disable max attempts for private locations sync task (#237784)
9.0 Backport failed because of merge conflicts

You might need to backport the following PRs to 9.0:
- Fix leaky Jest mock that causes the Scout Reporter to not some collect test events (#237837)
- [scout] improve eui version parsing (#238032)
- [Security Solution] Send EBT when diagnostic query is empty (#238040)
9.1

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

Manual backport

To create the backport manually run:

node scripts/backport --pr 237913

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Oct 8, 2025
…#238113)

# Backport

This will backport the following commits from `main` to `9.1`:
- [[Search][a11y] show tooltip show more or fewer fields
(#237913)](#237913)

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

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

<!--BACKPORT [{"author":{"name":"Saarika
Bhasi","email":"55930906+saarikabhasi@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-10-08T17:13:11Z","message":"[Search][a11y]
show tooltip show more or fewer fields (#237913)\n\n## Summary\n\nTool
tip is not shown when navigated via keyboard. Adding ref helps
with\nshowing the tool tip when show more/hide button is on
focus.\n\n\n### Testing instructions: \n1. In Stateful. Create an Index
with documents more than 3 fields. Open\ndocuments page and has more
than 3 documents\n2. Navigate to the first (or any) table while using
only keyboard by\npressing Tab key.\n3. Navigate to Show more fields
button.\n4. Press Esc.\n5. Press Enter.\n6. Observe tooltips for the
button.\n\nAlso test for: \nSame with the opposite: when user navigates
to Show more button ->\npresses Enter -> presses Esc -> presses Enter.
Result: no tooltip\npresent on Show more button.\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers
should verify this PR satisfies this list as well.\n\n- [ ] 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-
[ ] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*`
labels.","sha":"37446f0fdd3bb523a1ef21bec06a835cdcd2df1c","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","v8.16.0","backport:version","v8.17.0","v8.18.0","v9.1.0","v8.19.0","v9.3.0"],"title":"[Search][a11y]
show tooltip show more or fewer
fields","number":237913,"url":"https://github.com/elastic/kibana/pull/237913","mergeCommit":{"message":"[Search][a11y]
show tooltip show more or fewer fields (#237913)\n\n## Summary\n\nTool
tip is not shown when navigated via keyboard. Adding ref helps
with\nshowing the tool tip when show more/hide button is on
focus.\n\n\n### Testing instructions: \n1. In Stateful. Create an Index
with documents more than 3 fields. Open\ndocuments page and has more
than 3 documents\n2. Navigate to the first (or any) table while using
only keyboard by\npressing Tab key.\n3. Navigate to Show more fields
button.\n4. Press Esc.\n5. Press Enter.\n6. Observe tooltips for the
button.\n\nAlso test for: \nSame with the opposite: when user navigates
to Show more button ->\npresses Enter -> presses Esc -> presses Enter.
Result: no tooltip\npresent on Show more button.\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers
should verify this PR satisfies this list as well.\n\n- [ ] 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-
[ ] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*`
labels.","sha":"37446f0fdd3bb523a1ef21bec06a835cdcd2df1c"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.16","8.17","8.18","9.1","8.19"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.17","label":"v8.17.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.1","label":"v9.1.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.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/237913","number":237913,"mergeCommit":{"message":"[Search][a11y]
show tooltip show more or fewer fields (#237913)\n\n## Summary\n\nTool
tip is not shown when navigated via keyboard. Adding ref helps
with\nshowing the tool tip when show more/hide button is on
focus.\n\n\n### Testing instructions: \n1. In Stateful. Create an Index
with documents more than 3 fields. Open\ndocuments page and has more
than 3 documents\n2. Navigate to the first (or any) table while using
only keyboard by\npressing Tab key.\n3. Navigate to Show more fields
button.\n4. Press Esc.\n5. Press Enter.\n6. Observe tooltips for the
button.\n\nAlso test for: \nSame with the opposite: when user navigates
to Show more button ->\npresses Enter -> presses Esc -> presses Enter.
Result: no tooltip\npresent on Show more button.\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers
should verify this PR satisfies this list as well.\n\n- [ ] 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-
[ ] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*`
labels.","sha":"37446f0fdd3bb523a1ef21bec06a835cdcd2df1c"}}]}]
BACKPORT-->

Co-authored-by: Saarika Bhasi <55930906+saarikabhasi@users.noreply.github.com>
saarikabhasi added a commit to saarikabhasi/kibana that referenced this pull request Oct 9, 2025
## Summary

Tool tip is not shown when navigated via keyboard. Adding ref helps with
showing the tool tip when show more/hide button is on focus.

### Testing instructions:
1. In Stateful. Create an Index with documents more than 3 fields. Open
documents page and has more than 3 documents
2. Navigate to the first (or any) table while using only keyboard by
pressing Tab key.
3. Navigate to Show more fields button.
4. Press Esc.
5. Press Enter.
6. Observe tooltips for the button.

Also test for:
Same with the opposite: when user navigates to Show more button ->
presses Enter -> presses Esc -> presses Enter. Result: no tooltip
present on Show more button.

### Checklist

Check the PR satisfies following conditions.

Reviewers should verify this PR satisfies this list as well.

- [ ] 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)
- [ ] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

(cherry picked from commit 37446f0)

# Conflicts:
#	x-pack/platform/packages/shared/kbn-search-index-documents/components/result/result.tsx
@saarikabhasi
Copy link
Member Author

💔 Some backports could not be created

Status Branch Result
9.0 Could not create pull request: Validation Failed: {"resource":"PullRequest","code":"custom","message":"No commits between elastic:9.0 and saarikabhasi:backport/9.0/pr-237913"} - https://docs.github.com/rest/pulls/pulls#create-a-pull-request
8.19
8.18 The branch "elastic/8.18'" is invalid or doesn't exist
8.17 An unhandled error occurred. Please see the logs for details
8.16 The branch "elastic/8.16'" is invalid or doesn't exist

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

Manual backport

To create the backport manually run:

node scripts/backport --pr 237913

Questions ?

Please refer to the Backport tool documentation

saarikabhasi added a commit to saarikabhasi/kibana that referenced this pull request Oct 9, 2025
## Summary

Tool tip is not shown when navigated via keyboard. Adding ref helps with
showing the tool tip when show more/hide button is on focus.

### Testing instructions:
1. In Stateful. Create an Index with documents more than 3 fields. Open
documents page and has more than 3 documents
2. Navigate to the first (or any) table while using only keyboard by
pressing Tab key.
3. Navigate to Show more fields button.
4. Press Esc.
5. Press Enter.
6. Observe tooltips for the button.

Also test for:
Same with the opposite: when user navigates to Show more button ->
presses Enter -> presses Esc -> presses Enter. Result: no tooltip
present on Show more button.

### Checklist

Check the PR satisfies following conditions.

Reviewers should verify this PR satisfies this list as well.

- [ ] 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)
- [ ] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

(cherry picked from commit 37446f0)

# Conflicts:
#	x-pack/platform/packages/shared/kbn-search-index-documents/components/result/result.tsx
saarikabhasi added a commit to saarikabhasi/kibana that referenced this pull request Oct 9, 2025
## Summary

Tool tip is not shown when navigated via keyboard. Adding ref helps with
showing the tool tip when show more/hide button is on focus.

### Testing instructions:
1. In Stateful. Create an Index with documents more than 3 fields. Open
documents page and has more than 3 documents
2. Navigate to the first (or any) table while using only keyboard by
pressing Tab key.
3. Navigate to Show more fields button.
4. Press Esc.
5. Press Enter.
6. Observe tooltips for the button.

Also test for:
Same with the opposite: when user navigates to Show more button ->
presses Enter -> presses Esc -> presses Enter. Result: no tooltip
present on Show more button.

### Checklist

Check the PR satisfies following conditions.

Reviewers should verify this PR satisfies this list as well.

- [ ] 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)
- [ ] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

(cherry picked from commit 37446f0)

# Conflicts:
#	x-pack/platform/packages/shared/kbn-search-index-documents/components/result/result.tsx
@saarikabhasi
Copy link
Member Author

💚 All backports created successfully

Status Branch Result
8.17
8.16

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

Questions ?

Please refer to the Backport tool documentation

saarikabhasi added a commit to saarikabhasi/kibana that referenced this pull request Oct 9, 2025
## Summary

Tool tip is not shown when navigated via keyboard. Adding ref helps with
showing the tool tip when show more/hide button is on focus.

### Testing instructions:
1. In Stateful. Create an Index with documents more than 3 fields. Open
documents page and has more than 3 documents
2. Navigate to the first (or any) table while using only keyboard by
pressing Tab key.
3. Navigate to Show more fields button.
4. Press Esc.
5. Press Enter.
6. Observe tooltips for the button.

Also test for:
Same with the opposite: when user navigates to Show more button ->
presses Enter -> presses Esc -> presses Enter. Result: no tooltip
present on Show more button.

### Checklist

Check the PR satisfies following conditions.

Reviewers should verify this PR satisfies this list as well.

- [ ] 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)
- [ ] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

(cherry picked from commit 37446f0)

# Conflicts:
#	x-pack/platform/packages/shared/kbn-search-index-documents/components/result/result.tsx
@kibanamachine kibanamachine added the backport missing Added to PRs automatically when the are determined to be missing a backport. label Oct 10, 2025
@kibanamachine
Copy link
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.
cc: @saarikabhasi

1 similar comment
@kibanamachine
Copy link
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.
cc: @saarikabhasi

@saarikabhasi
Copy link
Member Author

💚 All backports created successfully

Status Branch Result
8.18

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

Questions ?

Please refer to the Backport tool documentation

saarikabhasi added a commit to saarikabhasi/kibana that referenced this pull request Oct 14, 2025
## Summary

Tool tip is not shown when navigated via keyboard. Adding ref helps with
showing the tool tip when show more/hide button is on focus.

### Testing instructions:
1. In Stateful. Create an Index with documents more than 3 fields. Open
documents page and has more than 3 documents
2. Navigate to the first (or any) table while using only keyboard by
pressing Tab key.
3. Navigate to Show more fields button.
4. Press Esc.
5. Press Enter.
6. Observe tooltips for the button.

Also test for:
Same with the opposite: when user navigates to Show more button ->
presses Enter -> presses Esc -> presses Enter. Result: no tooltip
present on Show more button.

### Checklist

Check the PR satisfies following conditions.

Reviewers should verify this PR satisfies this list as well.

- [ ] 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)
- [ ] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

(cherry picked from commit 37446f0)

# Conflicts:
#	x-pack/platform/packages/shared/kbn-search-index-documents/components/result/result.tsx
saarikabhasi added a commit that referenced this pull request Oct 14, 2025
…#238334)

# Backport

This will backport the following commits from `main` to `9.0`:
- [[Search][a11y] show tooltip show more or fewer fields
(#237913)](#237913)

<!--- Backport version: 10.0.2 -->

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

<!--BACKPORT [{"author":{"name":"Saarika
Bhasi","email":"55930906+saarikabhasi@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-10-08T17:13:11Z","message":"[Search][a11y]
show tooltip show more or fewer fields (#237913)\n\n## Summary\n\nTool
tip is not shown when navigated via keyboard. Adding ref helps
with\nshowing the tool tip when show more/hide button is on
focus.\n\n\n### Testing instructions: \n1. In Stateful. Create an Index
with documents more than 3 fields. Open\ndocuments page and has more
than 3 documents\n2. Navigate to the first (or any) table while using
only keyboard by\npressing Tab key.\n3. Navigate to Show more fields
button.\n4. Press Esc.\n5. Press Enter.\n6. Observe tooltips for the
button.\n\nAlso test for: \nSame with the opposite: when user navigates
to Show more button ->\npresses Enter -> presses Esc -> presses Enter.
Result: no tooltip\npresent on Show more button.\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers
should verify this PR satisfies this list as well.\n\n- [ ] 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-
[ ] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*`
labels.","sha":"37446f0fdd3bb523a1ef21bec06a835cdcd2df1c","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","v8.16.0","backport:version","v8.17.0","v8.18.0","v9.1.0","v8.19.0","v9.3.0","v9.1.6"],"title":"[Search][a11y]
show tooltip show more or fewer
fields","number":237913,"url":"https://github.com/elastic/kibana/pull/237913","mergeCommit":{"message":"[Search][a11y]
show tooltip show more or fewer fields (#237913)\n\n## Summary\n\nTool
tip is not shown when navigated via keyboard. Adding ref helps
with\nshowing the tool tip when show more/hide button is on
focus.\n\n\n### Testing instructions: \n1. In Stateful. Create an Index
with documents more than 3 fields. Open\ndocuments page and has more
than 3 documents\n2. Navigate to the first (or any) table while using
only keyboard by\npressing Tab key.\n3. Navigate to Show more fields
button.\n4. Press Esc.\n5. Press Enter.\n6. Observe tooltips for the
button.\n\nAlso test for: \nSame with the opposite: when user navigates
to Show more button ->\npresses Enter -> presses Esc -> presses Enter.
Result: no tooltip\npresent on Show more button.\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers
should verify this PR satisfies this list as well.\n\n- [ ] 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-
[ ] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*`
labels.","sha":"37446f0fdd3bb523a1ef21bec06a835cdcd2df1c"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.16","8.17","8.18"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.17","label":"v8.17.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.1","label":"v9.1.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/238113","number":238113,"state":"MERGED","mergeCommit":{"sha":"67aed2b807fa129a35a4dc0ee3dff230fef07f1d","message":"[9.1]
[Search][a11y] show tooltip show more or fewer fields (#237913)
(#238113)\n\n# Backport\n\nThis will backport the following commits from
`main` to `9.1`:\n- [[Search][a11y] show tooltip show more or fewer
fields\n(#237913)](https://github.com/elastic/kibana/pull/237913)\n\n\n\n###
Questions ?\nPlease refer to the [Backport
tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by:
Saarika Bhasi
<55930906+saarikabhasi@users.noreply.github.com>"}},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/238328","number":238328,"state":"OPEN"},{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/237913","number":237913,"mergeCommit":{"message":"[Search][a11y]
show tooltip show more or fewer fields (#237913)\n\n## Summary\n\nTool
tip is not shown when navigated via keyboard. Adding ref helps
with\nshowing the tool tip when show more/hide button is on
focus.\n\n\n### Testing instructions: \n1. In Stateful. Create an Index
with documents more than 3 fields. Open\ndocuments page and has more
than 3 documents\n2. Navigate to the first (or any) table while using
only keyboard by\npressing Tab key.\n3. Navigate to Show more fields
button.\n4. Press Esc.\n5. Press Enter.\n6. Observe tooltips for the
button.\n\nAlso test for: \nSame with the opposite: when user navigates
to Show more button ->\npresses Enter -> presses Esc -> presses Enter.
Result: no tooltip\npresent on Show more button.\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers
should verify this PR satisfies this list as well.\n\n- [ ] 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-
[ ] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*`
labels.","sha":"37446f0fdd3bb523a1ef21bec06a835cdcd2df1c"}}]}]
BACKPORT-->
saarikabhasi added a commit that referenced this pull request Oct 14, 2025
#238994)

# Backport

This will backport the following commits from `main` to `8.18`:
- [[Search][a11y] show tooltip show more or fewer fields
(#237913)](#237913)

<!--- Backport version: 10.0.2 -->

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

<!--BACKPORT [{"author":{"name":"Saarika
Bhasi","email":"55930906+saarikabhasi@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-10-08T17:13:11Z","message":"[Search][a11y]
show tooltip show more or fewer fields (#237913)\n\n## Summary\n\nTool
tip is not shown when navigated via keyboard. Adding ref helps
with\nshowing the tool tip when show more/hide button is on
focus.\n\n\n### Testing instructions: \n1. In Stateful. Create an Index
with documents more than 3 fields. Open\ndocuments page and has more
than 3 documents\n2. Navigate to the first (or any) table while using
only keyboard by\npressing Tab key.\n3. Navigate to Show more fields
button.\n4. Press Esc.\n5. Press Enter.\n6. Observe tooltips for the
button.\n\nAlso test for: \nSame with the opposite: when user navigates
to Show more button ->\npresses Enter -> presses Esc -> presses Enter.
Result: no tooltip\npresent on Show more button.\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers
should verify this PR satisfies this list as well.\n\n- [ ] 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-
[ ] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*`
labels.","sha":"37446f0fdd3bb523a1ef21bec06a835cdcd2df1c","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport
missing","v9.0.0","v8.16.0","backport:version","v8.17.0","v8.18.0","v9.1.0","v8.19.0","v9.3.0","v9.1.6"],"title":"[Search][a11y]
show tooltip show more or fewer
fields","number":237913,"url":"https://github.com/elastic/kibana/pull/237913","mergeCommit":{"message":"[Search][a11y]
show tooltip show more or fewer fields (#237913)\n\n## Summary\n\nTool
tip is not shown when navigated via keyboard. Adding ref helps
with\nshowing the tool tip when show more/hide button is on
focus.\n\n\n### Testing instructions: \n1. In Stateful. Create an Index
with documents more than 3 fields. Open\ndocuments page and has more
than 3 documents\n2. Navigate to the first (or any) table while using
only keyboard by\npressing Tab key.\n3. Navigate to Show more fields
button.\n4. Press Esc.\n5. Press Enter.\n6. Observe tooltips for the
button.\n\nAlso test for: \nSame with the opposite: when user navigates
to Show more button ->\npresses Enter -> presses Esc -> presses Enter.
Result: no tooltip\npresent on Show more button.\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers
should verify this PR satisfies this list as well.\n\n- [ ] 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-
[ ] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*`
labels.","sha":"37446f0fdd3bb523a1ef21bec06a835cdcd2df1c"}},"sourceBranch":"main","suggestedTargetBranches":["8.18"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/238334","number":238334,"state":"OPEN"},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/238340","number":238340,"state":"OPEN"},{"branch":"8.17","label":"v8.17.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/238337","number":238337,"state":"OPEN"},{"branch":"8.18","label":"v8.18.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.1","label":"v9.1.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/238113","number":238113,"state":"MERGED","mergeCommit":{"sha":"67aed2b807fa129a35a4dc0ee3dff230fef07f1d","message":"[9.1]
[Search][a11y] show tooltip show more or fewer fields (#237913)
(#238113)\n\n# Backport\n\nThis will backport the following commits from
`main` to `9.1`:\n- [[Search][a11y] show tooltip show more or fewer
fields\n(#237913)](https://github.com/elastic/kibana/pull/237913)\n\n\n\n###
Questions ?\nPlease refer to the [Backport
tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by:
Saarika Bhasi
<55930906+saarikabhasi@users.noreply.github.com>"}},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/238328","number":238328,"state":"OPEN"},{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/237913","number":237913,"mergeCommit":{"message":"[Search][a11y]
show tooltip show more or fewer fields (#237913)\n\n## Summary\n\nTool
tip is not shown when navigated via keyboard. Adding ref helps
with\nshowing the tool tip when show more/hide button is on
focus.\n\n\n### Testing instructions: \n1. In Stateful. Create an Index
with documents more than 3 fields. Open\ndocuments page and has more
than 3 documents\n2. Navigate to the first (or any) table while using
only keyboard by\npressing Tab key.\n3. Navigate to Show more fields
button.\n4. Press Esc.\n5. Press Enter.\n6. Observe tooltips for the
button.\n\nAlso test for: \nSame with the opposite: when user navigates
to Show more button ->\npresses Enter -> presses Esc -> presses Enter.
Result: no tooltip\npresent on Show more button.\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers
should verify this PR satisfies this list as well.\n\n- [ ] 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-
[ ] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*`
labels.","sha":"37446f0fdd3bb523a1ef21bec06a835cdcd2df1c"}}]}]
BACKPORT-->
saarikabhasi added a commit that referenced this pull request Oct 14, 2025
#238328)

# Backport

This will backport the following commits from `main` to `8.19`:
- [[Search][a11y] show tooltip show more or fewer fields
(#237913)](#237913)

<!--- Backport version: 10.0.2 -->

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

<!--BACKPORT [{"author":{"name":"Saarika
Bhasi","email":"55930906+saarikabhasi@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-10-08T17:13:11Z","message":"[Search][a11y]
show tooltip show more or fewer fields (#237913)\n\n## Summary\n\nTool
tip is not shown when navigated via keyboard. Adding ref helps
with\nshowing the tool tip when show more/hide button is on
focus.\n\n\n### Testing instructions: \n1. In Stateful. Create an Index
with documents more than 3 fields. Open\ndocuments page and has more
than 3 documents\n2. Navigate to the first (or any) table while using
only keyboard by\npressing Tab key.\n3. Navigate to Show more fields
button.\n4. Press Esc.\n5. Press Enter.\n6. Observe tooltips for the
button.\n\nAlso test for: \nSame with the opposite: when user navigates
to Show more button ->\npresses Enter -> presses Esc -> presses Enter.
Result: no tooltip\npresent on Show more button.\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers
should verify this PR satisfies this list as well.\n\n- [ ] 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-
[ ] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*`
labels.","sha":"37446f0fdd3bb523a1ef21bec06a835cdcd2df1c","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","v8.16.0","backport:version","v8.17.0","v8.18.0","v9.1.0","v8.19.0","v9.3.0","v9.1.6"],"title":"[Search][a11y]
show tooltip show more or fewer
fields","number":237913,"url":"https://github.com/elastic/kibana/pull/237913","mergeCommit":{"message":"[Search][a11y]
show tooltip show more or fewer fields (#237913)\n\n## Summary\n\nTool
tip is not shown when navigated via keyboard. Adding ref helps
with\nshowing the tool tip when show more/hide button is on
focus.\n\n\n### Testing instructions: \n1. In Stateful. Create an Index
with documents more than 3 fields. Open\ndocuments page and has more
than 3 documents\n2. Navigate to the first (or any) table while using
only keyboard by\npressing Tab key.\n3. Navigate to Show more fields
button.\n4. Press Esc.\n5. Press Enter.\n6. Observe tooltips for the
button.\n\nAlso test for: \nSame with the opposite: when user navigates
to Show more button ->\npresses Enter -> presses Esc -> presses Enter.
Result: no tooltip\npresent on Show more button.\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers
should verify this PR satisfies this list as well.\n\n- [ ] 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-
[ ] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*`
labels.","sha":"37446f0fdd3bb523a1ef21bec06a835cdcd2df1c"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.17","8.18","8.19"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/238292","number":238292,"state":"OPEN"},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.17","label":"v8.17.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.1","label":"v9.1.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/238113","number":238113,"state":"MERGED","mergeCommit":{"sha":"67aed2b807fa129a35a4dc0ee3dff230fef07f1d","message":"[9.1]
[Search][a11y] show tooltip show more or fewer fields (#237913)
(#238113)\n\n# Backport\n\nThis will backport the following commits from
`main` to `9.1`:\n- [[Search][a11y] show tooltip show more or fewer
fields\n(#237913)](https://github.com/elastic/kibana/pull/237913)\n\n\n\n###
Questions ?\nPlease refer to the [Backport
tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by:
Saarika Bhasi
<55930906+saarikabhasi@users.noreply.github.com>"}},{"branch":"8.19","label":"v8.19.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/237913","number":237913,"mergeCommit":{"message":"[Search][a11y]
show tooltip show more or fewer fields (#237913)\n\n## Summary\n\nTool
tip is not shown when navigated via keyboard. Adding ref helps
with\nshowing the tool tip when show more/hide button is on
focus.\n\n\n### Testing instructions: \n1. In Stateful. Create an Index
with documents more than 3 fields. Open\ndocuments page and has more
than 3 documents\n2. Navigate to the first (or any) table while using
only keyboard by\npressing Tab key.\n3. Navigate to Show more fields
button.\n4. Press Esc.\n5. Press Enter.\n6. Observe tooltips for the
button.\n\nAlso test for: \nSame with the opposite: when user navigates
to Show more button ->\npresses Enter -> presses Esc -> presses Enter.
Result: no tooltip\npresent on Show more button.\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers
should verify this PR satisfies this list as well.\n\n- [ ] 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-
[ ] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*`
labels.","sha":"37446f0fdd3bb523a1ef21bec06a835cdcd2df1c"}}]}]
BACKPORT-->
@kibanamachine kibanamachine added v8.19.6 and removed backport missing Added to PRs automatically when the are determined to be missing a backport. labels Oct 14, 2025
rylnd pushed a commit to rylnd/kibana that referenced this pull request Oct 17, 2025
## Summary

Tool tip is not shown when navigated via keyboard. Adding ref helps with
showing the tool tip when show more/hide button is on focus.


### Testing instructions: 
1. In Stateful. Create an Index with documents more than 3 fields. Open
documents page and has more than 3 documents
2. Navigate to the first (or any) table while using only keyboard by
pressing Tab key.
3. Navigate to Show more fields button.
4. Press Esc.
5. Press Enter.
6. Observe tooltips for the button.

Also test for: 
Same with the opposite: when user navigates to Show more button ->
presses Enter -> presses Esc -> presses Enter. Result: no tooltip
present on Show more button.

### Checklist

Check the PR satisfies following conditions. 

Reviewers should verify this PR satisfies this list as well.

- [ ] 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)
- [ ] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.
NicholasPeretti pushed a commit to NicholasPeretti/kibana that referenced this pull request Oct 27, 2025
## Summary

Tool tip is not shown when navigated via keyboard. Adding ref helps with
showing the tool tip when show more/hide button is on focus.


### Testing instructions: 
1. In Stateful. Create an Index with documents more than 3 fields. Open
documents page and has more than 3 documents
2. Navigate to the first (or any) table while using only keyboard by
pressing Tab key.
3. Navigate to Show more fields button.
4. Press Esc.
5. Press Enter.
6. Observe tooltips for the button.

Also test for: 
Same with the opposite: when user navigates to Show more button ->
presses Enter -> presses Esc -> presses Enter. Result: no tooltip
present on Show more button.

### Checklist

Check the PR satisfies following conditions. 

Reviewers should verify this PR satisfies this list as well.

- [ ] 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)
- [ ] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Search:Indices:Documents page] Missing tooltip on Show more/fewer fields button

4 participants