You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
other (Please do not submit support requests here (see above))
Current behavior: jqLite#removeData currently:
Clears the element data.
Detaches event handlers.
Expected / new behavior:
The second behavior is incorrect; the only data touched should be user-provided data, i.e. those set via elem.data(key, value). That's how jQuery behaves.
If complete deallocation of event handlers is required as well, one can use:
jqLite.cleanData(elements);
Note that currently jqLite.cleanData defers to jqLiteRemoveData under the hood so its implementation will have to be changed when jqLiteRemoveData is fixed.
Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
All
Anything else:
This will require a breaking change in jqLite. Setting to 1.7.0.