Skip to content
Merged
Changes from all 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
8 changes: 8 additions & 0 deletions modules/ROOT/pages/8.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,14 @@ To improve API clarity and maintain a well-defined interface, the `documentBaseU
[[bug-fixes]]
== Bug fixes

{productname} {release-version} also includes the following bug fixes:

=== Codesample dialog would not disable spellcheck as expected.
// #TINY-12120

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.

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.

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