Skip to content

Commit 7ce213d

Browse files
authored
DOC-3147: Codesample dialog would not disable spellcheck as expected. (#3767)
* DOC-3147: Codesample dialog would not disable spellcheck as expected. * Update modules/ROOT/pages/8.0-release-notes.adoc
1 parent 9eb2bdc commit 7ce213d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,14 @@ To improve API clarity and maintain a well-defined interface, the `documentBaseU
329329
[[bug-fixes]]
330330
== Bug fixes
331331

332+
{productname} {release-version} also includes the following bug fixes:
333+
334+
=== Codesample dialog would not disable spellcheck as expected.
335+
// #TINY-12120
336+
337+
Previously, the `browser_spellcheck` setting did not correctly disable spellchecking in the Codesample dialog's text area. This was because the setting was applied to the dialog’s text area rather than the main editor instance.
338+
339+
In addition, the `advcode` and `code` plugin dialogs did not explicitly disable browser-based spellchecking. As a result, red underlines appeared unnecessarily in code content, regardless of the `browser_spellcheck` setting.
332340

333341
=== Attempting to add a newline directly after a `block` element such as an image would cause an error.
334342
// #TINY-12045

0 commit comments

Comments
 (0)