TickTackk Well-known member Dec 8, 2019 #1 Affected version 2.1.5a In file js/xf/core/form.js Find: JavaScript: return this.$container.find(this.options.match).not(this.$target); Replace with JavaScript: return this.$container.find(this.options.match).not(this.$target).is(':enabled');
In file js/xf/core/form.js Find: JavaScript: return this.$container.find(this.options.match).not(this.$target); Replace with JavaScript: return this.$container.find(this.options.match).not(this.$target).is(':enabled');
XF Bug Bot XenForo bug fixer bot Staff member Dec 9, 2019 #2 Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.1.6). Change log: Prevent XF.CheckAll from updating disabled checkboxes. Click to expand... There may be a delay before changes are rolled out to the XenForo Community.
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.1.6). Change log: Prevent XF.CheckAll from updating disabled checkboxes. Click to expand... There may be a delay before changes are rolled out to the XenForo Community.