-
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
(Accessibility) Some content is not fully visible on 200% zoom - example 3 #154415
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Search
Querying infrastructure in Kibana
Project:Accessibility
Team:Platform-Design
Team Label for Kibana Design Team. Support the Analyze group of plugins.
Team:SharedUX
Team label for AppEx-SharedUX (formerly Global Experience)
Comments
Pinging @elastic/kibana-accessibility (Project:Accessibility) |
bhavyarm
added
the
Team:SharedUX
Team label for AppEx-SharedUX (formerly Global Experience)
label
Apr 5, 2023
Pinging @elastic/appex-sharedux (Team:SharedUX) |
bhavyarm
added
Feature:Search
Querying infrastructure in Kibana
needs-team
Issues missing a team label
labels
Apr 5, 2023
bhavyarm
added
bug
Fixes for quality problems that affect the customer experience
Team:Platform-Design
Team Label for Kibana Design Team. Support the Analyze group of plugins.
labels
Apr 5, 2023
Adding a scrolling overflow and max-height based on window height would be my personal suggestion for ensuring the popover scrolls/overflows: <EuiSelectableTemplateSitewide
listProps={{
className: 'eui-yScroll',
css: css`
max-block-size: 75vh; // Tweak as needed
`,
}}
/> |
5 tasks
tsullivan
added a commit
that referenced
this issue
Jun 21, 2023
**Global Search** Project document: https://docs.google.com/document/d/1Z-AkRoagS6JMVN5YHZpjgQr0sYGFXBTNS9SHsbLPfGQ/edit# ## Summary Closes #159763 Currently there is a known issue with the search bar when there is not enough screen real estate: #154415 ### Checklist Delete any items that are not applicable to this PR. - [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/packages/kbn-i18n/README.md) - [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] Any UI touched in this PR is usable by keyboard only (learn more about [keyboard accessibility](https://webaim.org/techniques/keyboard/)) - [x] Any UI touched in this PR does not create any new axe failures (run axe in browser: [FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/), [Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US)) - [x] This was checked for [cross-browser compatibility](https://www.elastic.co/support/matrix#matrix_browsers) --------- Co-authored-by: Kibana Machine <[email protected]>
8 tasks
tsullivan
added a commit
that referenced
this issue
Jul 7, 2023
… screens (#161398) ## Summary Closes #154415 by applying the fix suggested by Cee Chen. <img width="859" alt="image" src="https://github.com/elastic/kibana/assets/908371/6d57effd-f4c8-43ec-a6ab-beb89218a885"> <img width="1715" alt="image" src="https://github.com/elastic/kibana/assets/908371/8b750af7-cb4a-49cb-b1ba-c9621f88ccbb"> ### Checklist Delete any items that are not applicable to this PR. - [ ] 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/packages/kbn-i18n/README.md) - [ ] [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] Any UI touched in this PR is usable by keyboard only (learn more about [keyboard accessibility](https://webaim.org/techniques/keyboard/)) - [x] Any UI touched in this PR does not create any new axe failures (run axe in browser: [FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/), [Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US)) - [ ] 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 renders correctly on smaller devices using a responsive layout. (You can test this [in your browser](https://www.browserstack.com/guide/responsive-testing-on-local-server)) - [x] This was checked for [cross-browser compatibility](https://www.elastic.co/support/matrix#matrix_browsers)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Search
Querying infrastructure in Kibana
Project:Accessibility
Team:Platform-Design
Team Label for Kibana Design Team. Support the Analyze group of plugins.
Team:SharedUX
Team label for AppEx-SharedUX (formerly Global Experience)
WCAG success criterion 1.4.4 - resize text - AA
Steps to reproduce
Actual Result
Expected Result
Meta Issue
Kibana Version:
8.3
OS:
Microsoft Windows 10 Enterprise (64-bit)
Browser:
Google Chrome 109.0.5414.75 (64-Bit)
Screen reader:
n.a.
Relevant WCAG Criteria:
WCAG success criterion 1.4.4 - resize text - AA
https://www.w3.org/WAI/WCAG21/Understanding/resize-text.html
Relevant ARIA spec:
n.a.
The text was updated successfully, but these errors were encountered: