Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/

### Unreleased

- DOC-2181: add improvement documentation for TINY-9287 to the 6.8 release notes.
- DOC-2181: add fix documentation for TINY-9819 to the 6.8 release notes.
- DOC-2181: add fix documentation for TINY-10282 to the 6.8 release notes.
- DOC-2181: add fix documentation for TINY-10241 to the 6.8 release notes.
Expand Down
5 changes: 5 additions & 0 deletions modules/ROOT/pages/6.8-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,11 @@ For information on using premium skins and icon packs, see: xref:premium-skins-a

=== Colorpicker now includes the Brightness/Saturation selector and hue slider in the keyboard navigable items.
// #TINY-9287
As a result of an accessibility report for {productname}, it was discovered that the color picker dialog scored lower than expected, specifically when the user attempted to interact with the brightness/saturation selector and the hue slider when selecting a foreground or background color.

As a consequence, it was noted that the color picker was not fully accessible via keyboard.

{productname} 6.8.1 addresses this issue, now, when navigating through the dialog using the keyboard, the focus will be on the brightness/saturation pane, this allows the user to use the arrow keys to navigate in all four directions when selection a color. In addition when holding the "shift" key down, the navigation speed will be increased. This functionality has also been applied to the hue slider for added benefit for accessibility.

=== Improved the tooltips of picker buttons for the urlinput components in the "Insert/Edit Image" and "Insert/Edit Link" dialogs.
// #TINY-10155
Expand Down