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

Tests: Properly check $.uiBackCompat in common widget tests #2286

Merged
merged 1 commit into from
Sep 9, 2024

Commits on Aug 23, 2024

  1. Tests: Properly check $.uiBackCompat in common widget tests

    The "common widget" tests, checking if a widget doesn't overwrite some
    core widget APIs wasn't running as it was incorrectly checking for
    `$.uiBackCompat === false` instead of `$.uiBackCompat !== true` after the
    default changed in jquerygh-2250.
    
    Fixing the check uncovered that the draggable & sortable modules do
    overwrite the `_trigger` method. Add an exception in the test for that;
    at this stage of the project we don't plan to change the implementation.
    
    Ref jquerygh-2250
    mgol committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    fadd194 View commit details
    Browse the repository at this point in the history