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

Fix Uncaught TypeError in combogrid #1550

Merged
merged 2 commits into from
Feb 18, 2020
Merged

Fix Uncaught TypeError in combogrid #1550

merged 2 commits into from
Feb 18, 2020

Conversation

ramonski
Copy link
Contributor

Description of the issue/feature this PR addresses

This happens when someone clicks the left/right arrows in the combogrid widget:

jquery.ui.combogrid-1.6.3.js:329 Uncaught TypeError: $.ui.contains is not a function
at HTMLDocument. (jquery.ui.combogrid-1.6.3.js:329)
at HTMLDocument.e (jquery-2.2.4.min.js:3)
at HTMLDocument.dispatch (jquery-2.2.4.min.js:3)
at HTMLDocument.r.handle (jquery-2.2.4.min.js:3)

Current behavior before PR

Type Error occurs when clicking left/right arrows in combogrid widget

Desired behavior after PR is merged

No Type Error occurs when clicking left/right arrows in combogrid widget

--
I confirm I have tested this PR thoroughly and coded it according to PEP8
and Plone's Python styleguide standards.

This happens when someone clicks the left/right arrows in the combogrid widget:

jquery.ui.combogrid-1.6.3.js:329 Uncaught TypeError: $.ui.contains is not a function
    at HTMLDocument.<anonymous> (jquery.ui.combogrid-1.6.3.js:329)
    at HTMLDocument.e (jquery-2.2.4.min.js:3)
    at HTMLDocument.dispatch (jquery-2.2.4.min.js:3)
    at HTMLDocument.r.handle (jquery-2.2.4.min.js:3)
@ramonski ramonski requested a review from xispa February 18, 2020 20:28
Copy link
Member

@xispa xispa left a comment

Choose a reason for hiding this comment

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

Sharp!

@xispa xispa merged commit bd0bc1b into master Feb 18, 2020
@xispa xispa deleted the fix-combogrid-typeerror branch February 18, 2020 23:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants