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

Word Export: prevent cross-thread exception #184

Open
wants to merge 2 commits into
base: release/9.1
Choose a base branch
from

Commits on Oct 16, 2024

  1. Word Export: prevent cross-thread exception

    When disposing the ClerkActivator do not update the status bar
    in the call to ActivateUI().
    XHTML export is also calling this from a different thread but we
    were not seeing this error because the text string was the same
    as the current value so no change was made.
    Notes:
    In OnExport(), after the command completes, we call
    ActivateUI() a second time, and this time we do update the
    status bar.
    The exception was only happening when there were reversals
    and it seemed to only/mostly happen in debug builds.
    
    Change-Id: Ife8957181e5a07736b1f56e2f488aa92c8f226c5
    mark-sil committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    f73d484 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    d51b026 View commit details
    Browse the repository at this point in the history