Giter Club home page Giter Club logo

Comments (4)

mgol avatar mgol commented on June 10, 2024

Thanks for the report. Can you provide a test case on JS Bin or a similar site?

Also, does the problem exist just in jQuery UI 1.13 or also in 1.12 or older?

from jquery-ui.

KIMKYEONGYONG avatar KIMKYEONGYONG commented on June 10, 2024

umm. 1.13.1 and 1.13.0 is error!
ver < 1.13 no test
and i use npm pakage! js bin site noraml site

ps. now 1.12.1., 1.12.0 same error

$.extend( constructor, existingConstructor, {
	version: prototype.version, << error : Uncaught TypeError: Cannot read properties of undefined (reading 'version')

	// Copy the object used to create the prototype in case we need to
	// redefine the widget later
	_proto: $.extend( {}, prototype ),

	// Track widgets that inherit from this widget in case this widget is
	// redefined after a widget inherits from it

npm pakage.json
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"axios": "^1.3.6",
"jquery": "^3.6.3",
"jquery-ui": "^1.13.0",
"js-base64": "^3.7.5",
"photoswipe": "^5.3.4",
"select2": "^4.1.0-rc.0",
"sweetalert2": "^11.6.16",
"swiper": "^8.4.6",
"validator": "^13.9.0",
"validatorjs": "^3.22.1",
"webpack-jquery-ui": "^2.0.1"
}

package-lock.json    

 "node_modules/jquery": {
  "version": "3.7.1",
  "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz",
  "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg=="
},
"node_modules/jquery-ui": {
  "version": "1.13.2",
  "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.13.2.tgz",
  "integrity": "sha512-wBZPnqWs5GaYJmo1Jj0k/mrSkzdQzKDwhXNtHKcBdAcKVxMM3KNYFq+iJ2i1rwiG53Z8M4mTn3Qxrm17uH1D4Q==",
  "dependencies": {
    "jquery": ">=1.8.0 <4.0.0"
  }
},

from jquery-ui.

mgol avatar mgol commented on June 10, 2024

Thanks for the report. Since the issue is already in 1.12, given limited team resources it's not likely to be fixed by the UI team; see the project status at https://blog.jqueryui.com/2021/10/jquery-maintainers-update-and-transition-jquery-ui-as-part-of-overall-modernization-efforts/. PRs are welcome if they're not too complex.

from jquery-ui.

mgol avatar mgol commented on June 10, 2024

I am leaving the "Needs info" label as we still don't have enough information, in addition to all I wrote above.

from jquery-ui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.