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

fix:usr: WPopupFilter was breaking if it got reparented because it wo… #144

Closed
wants to merge 1 commit into from

Conversation

matiu2
Copy link
Contributor

@matiu2 matiu2 commented Oct 11, 2018

…uld loose all jQuery data attached to the node

Now it'll store the data in a temporary variable before reparenting it
and restore it after it's reparented.

This would also affect WDateEdit and other widgets that store data on
dom nodes.

…uld loose all jQuery data attached to the node

Now it'll store the data in a temporary variable before reparenting it
and restore it after it's reparented.

This would also affect WDateEdit and other widgets that store data on
dom nodes.
@emweb
Copy link
Collaborator

emweb commented Apr 30, 2019

I think this is no longer an issue, since we're not using jQuery.data anymore.

@emweb emweb closed this Apr 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants