-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Search:AppSearch:Engines page]Data from page disappears after clicking on Last updated date on Engines overview page #200545
Labels
bug
Fixes for quality problems that affect the customer experience
defect-level-2
Serious UX disruption with workaround
deprecated-in-9.0
Feature marked as deprecated in v9.0. This label is used within the a11y project
impact:critical
This issue should be addressed immediately due to a critical level of impact on the product.
Project:Accessibility
Team:Search
WCAG A
Comments
Pinging @elastic/kibana-accessibility (Project:Accessibility) |
L1nBra
added
WCAG A
impact:critical
This issue should be addressed immediately due to a critical level of impact on the product.
defect-level-2
Serious UX disruption with workaround
Team:Search
labels
Nov 18, 2024
alexwizp
added a commit
to alexwizp/kibana
that referenced
this issue
Nov 26, 2024
…licking on Last updated date Closes: elastic#200545
alexwizp
added a commit
to alexwizp/kibana
that referenced
this issue
Nov 26, 2024
alexwizp
added a commit
to alexwizp/kibana
that referenced
this issue
Nov 26, 2024
alexwizp
added a commit
to alexwizp/kibana
that referenced
this issue
Nov 26, 2024
alexwizp
added a commit
to alexwizp/kibana
that referenced
this issue
Nov 28, 2024
alexwizp
added a commit
to alexwizp/kibana
that referenced
this issue
Dec 2, 2024
alexwizp
added a commit
to alexwizp/kibana
that referenced
this issue
Dec 3, 2024
alexwizp
added
the
deprecated-in-9.0
Feature marked as deprecated in v9.0. This label is used within the a11y project
label
Dec 5, 2024
bhavyarm
changed the title
[Search:AppSearch:Engines page]Data from page disappears after clicking on Last updated date
[Search:AppSearch:Engines page]Data from page disappears after clicking on Last updated date on Engines overview page
Dec 6, 2024
bhavyarm
added
the
bug
Fixes for quality problems that affect the customer experience
label
Dec 6, 2024
alexwizp
added a commit
to alexwizp/kibana
that referenced
this issue
Dec 10, 2024
alexwizp
added a commit
to alexwizp/kibana
that referenced
this issue
Dec 10, 2024
alexwizp
added a commit
to alexwizp/kibana
that referenced
this issue
Dec 12, 2024
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this issue
Dec 12, 2024
…licking on Last updated date (elastic#201768) Closes: elastic#200545 Closes: [elastic#8911](elastic/search-team#8911) ## Description When user clicks date button it should activate correct action, or open the new page. In this case, all data disappears from the page which is unexpected. Found while testing for accessibility, but applicable to all users. ## What was changed?: 1. Since LogsStream still uses `euiStyled`, and we use it in multiple places, we need to set up `EuiThemeProvider` and `CellActionsProvider`. ## Screen: <img width="1226" alt="image" src="https://github.com/user-attachments/assets/cab55d3b-b694-4228-a0a2-7cfa9e0ac16d"> --------- Co-authored-by: kibanamachine <[email protected]> (cherry picked from commit 359ac08)
kibanamachine
added a commit
that referenced
this issue
Dec 12, 2024
…fter clicking on Last updated date (#201768) (#204031) # Backport This will backport the following commits from `main` to `8.x`: - [fix: [Search:AppSearch:Engines page]Data from page disappears after clicking on Last updated date (#201768)](#201768) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Alexey Antonov","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-12T14:10:06Z","message":"fix: [Search:AppSearch:Engines page]Data from page disappears after clicking on Last updated date (#201768)\n\nCloses: #200545\r\nCloses: [#8911](https://github.com/elastic/search-team/issues/8911)\r\n\r\n## Description\r\nWhen user clicks date button it should activate correct action, or open\r\nthe new page. In this case, all data disappears from the page which is\r\nunexpected. Found while testing for accessibility, but applicable to all\r\nusers.\r\n\r\n## What was changed?:\r\n\r\n1. Since LogsStream still uses `euiStyled`, and we use it in multiple\r\nplaces, we need to set up `EuiThemeProvider` and `CellActionsProvider`.\r\n\r\n## Screen: \r\n\r\n<img width=\"1226\" alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/cab55d3b-b694-4228-a0a2-7cfa9e0ac16d\">\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"359ac089de749c792fb1910229e94d5155d67921","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Project:Accessibility","release_note:skip","v9.0.0","Team:Search","backport:prev-minor","ci:project-deploy-observability"],"title":"fix: [Search:AppSearch:Engines page]Data from page disappears after clicking on Last updated date","number":201768,"url":"https://github.com/elastic/kibana/pull/201768","mergeCommit":{"message":"fix: [Search:AppSearch:Engines page]Data from page disappears after clicking on Last updated date (#201768)\n\nCloses: #200545\r\nCloses: [#8911](https://github.com/elastic/search-team/issues/8911)\r\n\r\n## Description\r\nWhen user clicks date button it should activate correct action, or open\r\nthe new page. In this case, all data disappears from the page which is\r\nunexpected. Found while testing for accessibility, but applicable to all\r\nusers.\r\n\r\n## What was changed?:\r\n\r\n1. Since LogsStream still uses `euiStyled`, and we use it in multiple\r\nplaces, we need to set up `EuiThemeProvider` and `CellActionsProvider`.\r\n\r\n## Screen: \r\n\r\n<img width=\"1226\" alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/cab55d3b-b694-4228-a0a2-7cfa9e0ac16d\">\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"359ac089de749c792fb1910229e94d5155d67921"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/201768","number":201768,"mergeCommit":{"message":"fix: [Search:AppSearch:Engines page]Data from page disappears after clicking on Last updated date (#201768)\n\nCloses: #200545\r\nCloses: [#8911](https://github.com/elastic/search-team/issues/8911)\r\n\r\n## Description\r\nWhen user clicks date button it should activate correct action, or open\r\nthe new page. In this case, all data disappears from the page which is\r\nunexpected. Found while testing for accessibility, but applicable to all\r\nusers.\r\n\r\n## What was changed?:\r\n\r\n1. Since LogsStream still uses `euiStyled`, and we use it in multiple\r\nplaces, we need to set up `EuiThemeProvider` and `CellActionsProvider`.\r\n\r\n## Screen: \r\n\r\n<img width=\"1226\" alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/cab55d3b-b694-4228-a0a2-7cfa9e0ac16d\">\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"359ac089de749c792fb1910229e94d5155d67921"}}]}] BACKPORT--> Co-authored-by: Alexey Antonov <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Fixes for quality problems that affect the customer experience
defect-level-2
Serious UX disruption with workaround
deprecated-in-9.0
Feature marked as deprecated in v9.0. This label is used within the a11y project
impact:critical
This issue should be addressed immediately due to a critical level of impact on the product.
Project:Accessibility
Team:Search
WCAG A
Description
When user clicks date button it should activate correct action, or open the new page. In this case, all data disappears from the page which is unexpected.
Preconditions
Stateful App Search -> Engines page is opened.
Engine is added.
Steps to reproduce
1.Navigate to Last updated column value.
2.Click on the date itself.
3.Observe the page.
Gif showing the issue
Actual Result
Expected Result
Browser console
The text was updated successfully, but these errors were encountered: