Skip to content

Commit 2d62f96

Browse files
committed
DOC-3147: Codesample dialog would not disable spellcheck as expected.
1 parent b3a9cdd commit 2d62f96

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

modules/ROOT/pages/8.0-release-notes.adoc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
= {productname} {release-version}
32
:release-version: 8.0.0
43
:navtitle: {productname} {release-version}
@@ -141,12 +140,14 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
141140
[[bug-fixes]]
142141
== Bug fixes
143142

144-
{productname} {release-version} also includes the following bug fix<es>:
143+
{productname} {release-version} also includes the following bug fixes:
145144

146-
// === <TINY-vwxyz 1 changelog entry>
147-
// #TINY-vwxyz1
145+
=== Codesample dialog would not disable spellcheck as expected.
146+
// #TINY-12120
148147

149-
// CCFR here.
148+
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.
149+
150+
{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`.
150151

151152

152153
[[security-fixes]]

0 commit comments

Comments
 (0)