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

Resolve compatibility warnings for kendo.all.min.js reported by jQuery Migrate 3.0.1 #4665

Closed
4 tasks done
mparvanov opened this issue Nov 13, 2018 · 2 comments
Closed
4 tasks done

Comments

@mparvanov
Copy link
Contributor

mparvanov commented Nov 13, 2018

Bug report

The following compatibility warnings for kendo.all.min.js are reported by jQuery Migrate 3.0.1
https://dojo.telerik.com/ADAYuqom

  • jquery-migrate-3.0.1.js:76 JQMIGRATE: jQuery.expr[':'] is deprecated; use jQuery.expr.pseudosmigrateWarn @ jquery-migrate-3.0.1.js:76
    get @ jquery-migrate-3.0.1.js:89
  • jquery-migrate-3.0.1.js:76 JQMIGRATE: jQuery.expr.filters is deprecated; use jQuery.expr.pseudos
    migrateWarn @ jquery-migrate-3.0.1.js:76
    get @ jquery-migrate-3.0.1.js:89
  • jquery-migrate-3.0.1.js:76 JQMIGRATE: jQuery.event.props.concat() is deprecated and removed
    migrateWarn @ jquery-migrate-3.0.1.js:76
    get @ jquery-migrate-3.0.1.js:89
  • jquery-migrate-3.0.1.js:76 JQMIGRATE: jQuery.fn.click() event shorthand is deprecated
    migrateWarn @ jquery-migrate-3.0.1.js:76
    jQuery.fn.(anonymous function) @ jquery-migrate-3.0.1.js:476

Environment

  • Kendo UI version: 2018.3.1017
  • jQuery version: 3.3.1
  • jQuery Migrsate version: 3.0.1
  • Browser: [all ]
@shibaev
Copy link

shibaev commented Nov 13, 2018

Note that you will get even more warnings from specific components. For example, datepicker:
https://dojo.telerik.com/uMosEGix

On page load 2 additional warnings are generated:

  • JQMIGRATE: jQuery.fn.removeAttr no longer sets boolean properties: disabled
  • JQMIGRATE: jQuery.fn.removeAttr no longer sets boolean properties: readonly

And when you open first datepicker more warnings occur:

  • JQMIGRATE: jQuery.fn.unbind() is deprecated
  • JQMIGRATE: jQuery.fn.bind() is deprecated
  • JQMIGRATE: jQuery.unique is deprecated; use jQuery.uniqueSort
  • JQMIGRATE: jQuery.fn.focus() event shorthand is deprecated

@boyandim boyandim self-assigned this Feb 13, 2019
@matanasov matanasov added this to the 2019.R1.SP.Next milestone Feb 26, 2019
@matanasov matanasov reopened this Feb 28, 2019
@matanasov
Copy link
Contributor

It seems like some issues were introduced with the fix.
We will investigate some more time for more in-depth testing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants