Kieran Nichols

Results 32 issues of Kieran Nichols

### Product axe-core ### Product Version 4.8.2 ### Latest Version - [X] I have tested the issue with the latest version of the product ### Issue Description We are currently...

feat
info needed
standards

## PR Checklist Please check if your PR fulfills the following requirements: - Tests for the changes have been added/updated: N - Docs have been added/updated: Y - Does this...

patch
skip-release

MDC as it stands is being deprecated in favor of a new [material web](https://github.com/material-components/material-web) project build as Web Components. To better prepare ourselves for the future, we need to divorce...

@next
breaking change
priority: high
complexity: high
needs: design review

**Describe the feature:** The `selectKey` should support object path (dot) syntax for navigating deeply nested objects. The column configuration `property` supports this already, and it makes sense for `selectKey` to...

enhancement
priority: low
complexity: medium

**Describe the bug:** When programmatically selecting/deselecting rows via the table component API methods, existing selected rows are re-rendering the selection column checkboxes. This causes a "flicker" for checked checkboxes from...

bug
priority: low
complexity: medium

**Describe the bug:** When a `` has a `selectedIndex` set, the `aria-selected` attribute is set on the `` which has `role="menuitem"` and this is invalid on `menuitem` roles. Additionally, the...

bug
priority: high
accessibility
complexity: low

This is a low-level primitive component that is responsible for the following: - A container for any "floating" content - Handles positioning around a target element - Does not provide...

@next

**Describe the bug:** It's common for browsers to autofill `` elements in forms. Currently the Forge text-field does not provide any overrides to the browser defaults, which makes it look...

bug
priority: high
complexity: medium