SAP / openui5

OpenUI5 lets you build enterprise-ready web applications, responsive to all devices, running on almost any browser of your choice.
http://openui5.org
Apache License 2.0
2.96k stars 1.24k forks source link

nojQuery not working with jQuery >= 3.0.0 #2238

Closed CSeitel closed 2 years ago

CSeitel commented 6 years ago

replacing jQuery 3.0.0 with 2.4.4 makes the sample work:

Snippix_72178.txt

documentation does not mention any restriction upon jQuery version

codeworrior commented 6 years ago

Correct, documentation should mention this.

dandv commented 5 years ago

Any plans to remove the dependency on jQuery?

flovogt commented 2 years ago

With 1.82 we've upgraded jQuery to 3.5.1 to https://ui5.sap.com/#/topic/147eef96aa5f4126ac99f10e25bac75e. Therefore, closing the issue. nojQuery variant works as expected.