Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating EuiPopover screen reader text to include mobile cues. #6567

Merged
merged 4 commits into from
Feb 1, 2023

Conversation

1Copenut
Copy link
Contributor

@1Copenut 1Copenut commented Jan 31, 2023

Summary

  • Updating screen reader help text in EuiPopver and i18nJSON.
  • Updating EuiPopover snapshots.

This PR closes #5282

QA

Screen Shot 2023-02-01 at 9 03 41 AM


General checklist

  • Checked in both light and dark modes
  • Checked in mobile
  • Checked in Chrome, Safari, Edge, and Firefox
  • Checked Code Sandbox works for any docs examples
  • Added or updated jest and cypress tests
  • Checked for breaking changes and labeled appropriately
  • Checked for accessibility including keyboard-only and screenreader modes
  • A changelog entry exists and is marked appropriately

* Updating screen reader help text in EuiPopver and i18nJSON.
* Updating EuiPopover snapshots.
@1Copenut 1Copenut marked this pull request as ready for review January 31, 2023 22:53
@kibanamachine
Copy link

Preview documentation changes for this PR: https://eui.elastic.co/pr_6567/

@kibanamachine
Copy link

Preview documentation changes for this PR: https://eui.elastic.co/pr_6567/

Copy link
Contributor

@cee-chen cee-chen left a comment

Choose a reason for hiding this comment

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

Looks great to me! 🎉

@1Copenut 1Copenut merged commit 5ccdbed into elastic:main Feb 1, 2023
@1Copenut 1Copenut deleted the feature/tpierce-euiPopover-5282 branch February 1, 2023 18:55
cee-chen pushed a commit to elastic/kibana that referenced this pull request Feb 9, 2023
## Summary

`[email protected]` ⏩ `[email protected]`

___

## [`74.1.0`](https://github.com/elastic/eui/releases/tag/v74.1.0)

- Added new `EuiSkeletonText`, `EuiSkeletonTitle`, `EuiSkeletonCircle`,
and `EuiSkeletonRectangle` components
([#6502](elastic/eui#6502))
- Updated `EuiSuperSelect` screen reader instructions to be more
specific ([#6549](elastic/eui#6549))
- Added `error` and updated `alert` glyphs to `EuiIcon`
([#6550](elastic/eui#6550))
- All `EuiSkeleton` components now accept an `isLoading` flag and
`children`, which automatically handles conditionally rendering loading
skeletons vs. loaded content (`children`)
([#6562](elastic/eui#6562))
- All `EuiSkeleton` components now accept a `contentAriaLabel` prop,
which more meaningfully describes the loaded content to screen readers
([#6562](elastic/eui#6562))
- Updated `EuiPopover` screen reader instructions for mobile and click
behaviors ([#6567](elastic/eui#6567))

**Bug fixes**

- Fixed `EuiCard` to ensure `onClick` method only runs once when `title`
contains a React node
([#6551](elastic/eui#6551))

**Deprecations**

- Deprecated `EuiLoadingContent` - use `EuiSkeletonText` instead
([#6557](elastic/eui#6557))

---------

Co-authored-by: Kibana Machine <[email protected]>
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.

[EuiPopover][MOBILE]: Consider adding a close button to our popovers for mobile screen reader users
3 participants