Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
[terra-folder-tree] Fix axe invalid aria attribute and 400% browser z…
Browse files Browse the repository at this point in the history
…oom (#2153)
  • Loading branch information
MadanKumarGovindaswamy authored May 7, 2024
1 parent 8968d8b commit 0fde38c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/terra-folder-tree/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* Changed
* Updated the radio button hover style to be distinct from row hover.
* Fixed axe issue for wrong aria-control value.

## 1.3.0 - (April 23, 2024)

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-folder-tree/src/FolderTree.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ const FolderTree = ({
/>
<Toolbar
align="end"
ariaControls={title}
ariaControls={folderTreeID}
ariaLabel={title}
>
<Button
Expand Down
3 changes: 3 additions & 0 deletions packages/terra-framework-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

* Changed
* Updated `terra-folder-tree` example styles.

## 1.85.0 - (May 1, 2024)

* Changed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
:local {
.content-wrapper {
position: relative;
width: 300px;
}
}

0 comments on commit 0fde38c

Please sign in to comment.