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
As can be seen when using column chooser, the text is displayed in 3.4.1 but not 3.5.1. It seems the jQuery is overriding something but I can't figure it out. Any ideas?
The text was updated successfully, but these errors were encountered:
This is caused by a change in jQuery htmlPrefilter.
The workaround at https://jquery.com/upgrade-guide/3.5/ fixes the problem.
If I can identify a change in the jqGrid source that fixes this I'll post here.
The problem is in the multiselect widget. It treats <span> tags as self-closing when under latest specs they are not.
So in 'ui.multiselect.js' at around line 160ish in function _getOptionNode, change
I've created two JsFiddles to display this issue.
As can be seen when using column chooser, the text is displayed in 3.4.1 but not 3.5.1. It seems the jQuery is overriding something but I can't figure it out. Any ideas?
The text was updated successfully, but these errors were encountered: