Skip to content

Commit

Permalink
DOC-2270_TINY-9638: Add custom tooltips to autocompleter (#3104)
Browse files Browse the repository at this point in the history
* DOC-2270_TINY-9638: Add custom tooltips to autocompleter

* Improve wording

* add heading from changelog

Co-authored-by: Karl Kemister-Sheppard <[email protected]>

* fix entry heading

---------

Co-authored-by: Karl Kemister-Sheppard <[email protected]>
  • Loading branch information
FarzadHayat and kemister85 authored Feb 22, 2024
1 parent 197987a commit 89557e4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions modules/ROOT/pages/7.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,20 @@ For information on using premium skins and icon packs, see: xref:premium-skins-a

// CCFR here.

=== Added custom tooltip for `autocompleter`, now visible on both mouse hover and keyboard focus, except single column cases.
// #TINY-9638

Previously when using xref:autocompleter.adoc[Autocompleter], the native browser tooltip was only shown on mouse hover, but not on keyboard focus.

This means that keyboard-only users were not able to see the tooltip, as it was only shown on mouse hover.

To address this in {productname} 7.0, custom tooltips have been implemented for `autocompleter` items.

Now, tooltips are now shown on `autocompleter` items both on mouse over and keyboard focus, providing visual indication for keyboard-only users.

[NOTE]
The tooltip will only be displayed when the `autocompleter` columns are set to a value greater than `1`. This is because when there is a visible label, the tooltip functionality is not needed and therefore omitted.

=== The `highlight_on_focus` option now defaults to true, adding a focus outline to every editor.
//#TINY-10574

Expand Down

0 comments on commit 89557e4

Please sign in to comment.