From 2d62f967c7c14e03d82504f6784b9acb5d5bc924 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Thu, 19 Jun 2025 14:48:46 +1000 Subject: [PATCH 1/2] DOC-3147: Codesample dialog would not disable spellcheck as expected. --- modules/ROOT/pages/8.0-release-notes.adoc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/modules/ROOT/pages/8.0-release-notes.adoc b/modules/ROOT/pages/8.0-release-notes.adoc index 7c62f25b54..0db310b9d3 100644 --- a/modules/ROOT/pages/8.0-release-notes.adoc +++ b/modules/ROOT/pages/8.0-release-notes.adoc @@ -1,4 +1,3 @@ - = {productname} {release-version} :release-version: 8.0.0 :navtitle: {productname} {release-version} @@ -141,12 +140,14 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a [[bug-fixes]] == Bug fixes -{productname} {release-version} also includes the following bug fix: +{productname} {release-version} also includes the following bug fixes: -// === -// #TINY-vwxyz1 +=== Codesample dialog would not disable spellcheck as expected. +// #TINY-12120 -// CCFR here. +Previously, the `browser_spellcheck` setting in the Codesample dialog's text area did not disable spellchecking as expected. This was due to the setting being applied to the dialog's text area instead of the editor itself. + +{productname} {release-version} addresses this issue. The xref:spell-checking.adoc#browser-based-spell-checking[browser_spellcheck] setting is now correctly applied to the Codesample dialog's textarea, ensuring that spellchecking is disabled when this setting is set to `false`. [[security-fixes]] From c8125f0b201e800a49d1720e6ae5862796815d42 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 14 Jul 2025 13:11:51 +1000 Subject: [PATCH 2/2] Update modules/ROOT/pages/8.0-release-notes.adoc --- modules/ROOT/pages/8.0-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/8.0-release-notes.adoc b/modules/ROOT/pages/8.0-release-notes.adoc index 0db310b9d3..ed9690d5e2 100644 --- a/modules/ROOT/pages/8.0-release-notes.adoc +++ b/modules/ROOT/pages/8.0-release-notes.adoc @@ -147,7 +147,7 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a Previously, the `browser_spellcheck` setting in the Codesample dialog's text area did not disable spellchecking as expected. This was due to the setting being applied to the dialog's text area instead of the editor itself. -{productname} {release-version} addresses this issue. The xref:spell-checking.adoc#browser-based-spell-checking[browser_spellcheck] setting is now correctly applied to the Codesample dialog's textarea, ensuring that spellchecking is disabled when this setting is set to `false`. +Previously, the `advcode` and `code` plugin dialogs did not have browser-based spellchecking disabled, resulting in unnecessary red underlines for code content. This occurred because the dialogs did not explicitly disable spellcheck functionality, regardless of the `browser_spellcheck` setting. [[security-fixes]]