Skip to content

Commit

Permalink
Make tippy content iteractive to fix owncloud#5387
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwengerter committed Jun 24, 2024
1 parent 94d5501 commit 0ebb58e
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 0ebb58e

Please sign in to comment.