Skip to content

fix(extended-text-entry): honor the player spellcheck setting PIE-978 - #3113

Merged
CarlaCostea merged 2 commits into
developfrom
fix/PIE-978
Sep 3, 2026
Merged

fix(extended-text-entry): honor the player spellcheck setting PIE-978#3113
CarlaCostea merged 2 commits into
developfrom
fix/PIE-978

Conversation

@CarlaCostea

Copy link
Copy Markdown
Contributor

Students were still getting red underlines in the response area even when the item asked for spellcheck to be off. The editor prop over in pie-lib is opt-out, so we need to hand it a real boolean instead of leaving it undefined.

The controller was negating playerSpellCheckDisabled, which is fine for a missing key but not for one present as undefined or null. It now checks for an explicit false, so spellcheck only comes on when the author actually asked for it. Tests cover all five cases, plus the prop making it to the editor.
Follows up the tests with the actual controller change: an explicit false check instead of negating playerSpellCheckDisabled, so a key present as undefined or null no longer switches spellcheck on.
@CarlaCostea
CarlaCostea merged commit b620313 into develop Sep 3, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant