Cee Chen

Results 258 comments of Cee Chen

Re: > 1. Aggressive initial focus. If you're using `` directly, add `initialFocusedItemIndex={-1}` to the component to prevent initial focus from occurring. If you're using ``, use this API instead:...

Doh sorry, I'm still on vacation brain 🤦 It turns out I removed the `-1` functionality in https://github.com/elastic/eui/pull/5783/commits/3b74d36f1dcf936593ef2535913e4ce3906a0cab / during my many recent EuiContextMenu focus fixes thinking it wouldn't be...

Alrighty, so while I do have a restoration of the `initialFocusedItemIndex={-1}` behavior (https://github.com/constancecchen/eui/commit/e8b3cb340678b10b6e518f11fc2aa06f7555c2df / [branch](https://github.com/elastic/eui/compare/main...constancecchen:contextmenu/disable-auto-focus)), after discussing this a bit more with Chandler and seeing https://github.com/elastic/docsmobile/pull/188 (which looks great btw!)...

Screenshot of localization issue: It's not too difficult to fix, but yeah, I think it makes more sense to swap to a more accessible library in general.

@elasticmachine merge upstream

@elasticmachine merge upstream

@davismcphee Looking at `EuiBetaBadge`, it has a default CSS rule of `vertical-align: super` which explains why its baseline is higher than normal text. It looks like this CSS rule was...

Quick re-ping to all pending codeowners: @elastic/kibana-operations @elastic/security-solution-platform @elastic/kibana-reporting-services @elastic/kibana-app-services @elastic/observability-design @elastic/security-detections-response-alerts @elastic/uptime @elastic/apm-ui @elastic/infra-monitoring-ui We're planning to ask for an admin-merge by EOD Friday with or without all approvals...

We always love getting PRs! What approach are you thinking in terms of implementation? Are you thinking of either a ReactContext set by `EuiForm`, or using `React.cloneElement` on each child/grandchild...

@zuhairmahd & @1Copenut, we'd definitely love any recommendations y'all have here on accessibility and screen reader behavior/concerns.