Skip to content
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

[ENHANCEMENT] [MER-3987] [MER-4018] support submitPerPart on math keyboard questions #5256

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

andersweinstein
Copy link
Contributor

@andersweinstein andersweinstein commented Nov 16, 2024

This change allows math input questions using the MathLive keyboard to work with the submitPerPart option, which allows answers on practice pages to be automatically submitted on hitting Enter or focusing out of an input control with changed contents.

The implementation updates the MathLive keyboard wrapper component to process the idiosyncratic MathLive events and translate into events the containing MultiInputDelivery relies on to implement the auto submit behavior.

The update also includes a fix for independent bug MER-4018, installing a property setting to ensure MathLive popup keyboard appears at top of the z-order.

The update includes a correction to MathLive component option handling that obviates the need for an earlier workaround #5136 to preserve the keyboard toggle button in authoring MER-3853, so that workaround code was removed.

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