diff --git a/modules/ROOT/pages/8.7.0-release-notes.adoc b/modules/ROOT/pages/8.7.0-release-notes.adoc index 55faa1cab7..6ec84ead24 100644 --- a/modules/ROOT/pages/8.7.0-release-notes.adoc +++ b/modules/ROOT/pages/8.7.0-release-notes.adoc @@ -101,6 +101,13 @@ In {productname} {release-version}, pressing Tab or Shift+Tab on an open menu no // CCFR here. +=== Some annotated text was hidden when printed even though it should have been visible +// #TINY-14296 + +Previously, text marked by annotation features, such as spelling indicators, could be hidden when a page was printed. The annotations were wrapped in internal placeholder elements that were hidden during printing, which also hid the text inside them. + +In {productname} {release-version}, placeholder elements that act only as wrappers now hide their styling rather than their contents when printing. Annotation highlights remain hidden in the printed output, while the underlying text is printed as expected. + === Worked around a Chromium bug where clicking on the right of an `li` could fail // #TINY-13886