Skip to content

DOC-3147: Codesample dialog would not disable spellcheck as expected. #3767

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: feature/8.0.0/DOC-3147
Choose a base branch
from

Conversation

kemister85
Copy link
Contributor

Ticket: DOC-3147

Site: Staging branch

Changes:

Pre-checks:

  • Branch prefixed with feature/<version>/, hotfix/<version>/, staging/<version>/, or release/<version>/.

Review:

  • Documentation Team Lead has reviewed

@kemister85 kemister85 added this to the TinyMCE 8.0.0 milestone Jun 19, 2025
@kemister85 kemister85 requested a review from HAFRMO June 19, 2025 05:23
@kemister85 kemister85 added the upcoming release Documentation for features currently under development/QA label Jun 19, 2025
@kemister85 kemister85 requested review from abhinavgandham, soritaheng and a team as code owners June 19, 2025 05:23
@kemister85 kemister85 requested review from EkimChau, ShiridiGandham and Skylite73 and removed request for a team June 19, 2025 05:23
// 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`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't actually listen to the option, we've just disabled spellcheck on the codesample ( And code ) dialogs. It was previously not done, and we don't see any case where it'd really be needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upcoming release Documentation for features currently under development/QA
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants