Skip to content
Merged
Changes from 2 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
11 changes: 6 additions & 5 deletions modules/ROOT/pages/8.0-release-notes.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

= {productname} {release-version}
:release-version: 8.0.0
:navtitle: {productname} {release-version}
Expand Down Expand Up @@ -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<es>:
{productname} {release-version} also includes the following bug fixes:

// === <TINY-vwxyz 1 changelog entry>
// #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.

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]]
Expand Down