Skip to content

Commit

Permalink
Make tippy content iteractive to fix #5387
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwengerter authored and AlexAndBear committed Jun 27, 2024
1 parent c0c2695 commit ca2b07a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions changelog/unreleased/enhancement-accessibility-improvements
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Enhancement: Accessibility improvements

Across the board, we have implemented improvements in regards of accessibility for the web UI.

https://github.com/owncloud/web/issues/5387
https://github.com/owncloud/web/pull/11087
1 change: 1 addition & 0 deletions packages/design-system/src/directives/OcTooltip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ const initOrUpdate = (el: HTMLElement & { tooltip: any }, { value = {} }: any) =
const props = merge.all([
{
ignoreAttributes: true,
interactive: true,
aria: {
content: null,
expanded: false
Expand Down

0 comments on commit ca2b07a

Please sign in to comment.