Commit Graph

14 Commits

Author SHA1 Message Date
manchandavishal c4790f2374 Fix syntax error in isJqueryEventDataTransfer function
This commit resolves a syntax error in the isJqueryEventDataTransfer
function. The syntax error occur due to `/` which is remove in this
patch.

Change-Id: I77299d9f3275e490e0f7e6d2cef91d7f2166dacf
2023-07-19 00:23:21 +05:30
manchandavishal fbbb6e2cb3 Update event handling code for compatibility with jQuery 3.0 and above
This commit updates the event handling code to ensure compatibility
with jQuery 3.0 and higher versions. The previous code relied on the
window.jQuery.event.props property, which has been removed in jQuery 3.0.

The updated code checks if the dataTransfer property is defined in the
jQuery.event.special object. If not, it adds the property to ensure
proper functionality. This modification allows the code to work seamlessly
with jQuery 3.0 and above. For more info. please refer [1] and [2].

[1] https://jquery.com/upgrade-guide/3.0/#breaking-change-jquery-event-props-and-jquery-event-fixhooks-removed
[2] https://learn.jquery.com/events/event-extensions/

Closes-Bug: 2027728

Change-Id: Ibb6db39b3e78eb6634f06a10417a76d529703de8
2023-07-14 23:38:36 +05:30
OpenDev Sysadmins aec8e8b122 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:27:24 +00:00
Thierry Carrez 2192eb008f Update package to 1.0.2.4
In order to sync git tags and PyPI uploads, we need to do
a new package release. Update the build to 1.0.2.4.

Change-Id: Ic7c9ed18f336ee175f014aa39fdd94c9f76ac66c
2019-02-11 16:34:47 +01:00
Thierry Carrez 15b7126755 Fixing README so that PyPI does not reject them
A format error in README.txt prevents PyPI from accepting
new uploads of xstatic-angular-lrdragndrop. Let's fix that.

Change-Id: I2ad9731eba3a04982b108e85d3d98e82e854e05f
Needed-By: https://review.openstack.org/636128
2019-02-11 15:03:14 +01:00
Doug Hellmann 22500e1025 fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: Ib103e8ee5d382ed03a301757ffbae33038cc0e20
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-09-26 18:52:55 -04:00
Ondřej Nový 880d542062 Deprecated tox -downloadcache option removed
Caching is enabled by default from pip version 6.0

More info:
https://testrun.org/tox/latest/config.html#confval-downloadcache=path
https://pip.pypa.io/en/stable/reference/pip_install/#caching

Change-Id: Iaa90867307001a2cc01c338428b088f113e33313
2015-12-11 23:48:02 +01:00
Jeremy Stanley 6a995c0362 Update .gitreview for new namespace
Change-Id: Ib278b6fb95124ed7d0278e5d30fd2e45be940770
2015-10-17 22:42:21 +00:00
lin-hua-cheng 061f21fa60 Add tox.ini to enable publish/tarball job
Change-Id: I353d800faaccc8f0eb964effdfc9e62dc0a45104
2015-06-23 14:08:49 -07:00
Maxime Vidori 55c7494492 Fix LICENCE issues (file at root and __init__.py)
Change-Id: Ia31f04307b00d4a1d958e0b2c67c5e034652cdcc
2015-05-05 15:07:21 +02:00
Jenkins 12a40cea5b Merge "Add a .gitreview file for git-review support" 2015-05-01 08:47:12 +00:00
Thomas Goirand e1d199edf3 Commits changes available on PyPi
The release .2 on PyPi already includes changes acted uppon in
Horizon. This patch commits those changes to stackforge. It
also adds a .gitreview file.

Change-Id: Ibc25f66dba97c2121b5d7fe485175d7cd76b6267
2015-04-03 09:26:20 +02:00
Jeremy Stanley dd08b25507 Add a .gitreview file for git-review support
Change-Id: I0a83825d257ce5b86b7402b0f84f18ad2a16f849
2015-03-28 00:21:00 +00:00
Thai Tran 322d85b797 Initial commit. 2015-01-14 17:43:59 -08:00