- πΊπΈUnited States smustgrave
With D7 approaching EOL going to start triaging the D7 queue. If this gets reviewed before EOL will look to merge else will close out
- Status changed to Closed: outdated
4 months ago 9:47pm 11 December 2024
1. Attach a change handler to a multichoice question:
(function($) {
Drupal.behaviors.myModule = {
attach : function(context) {
$('input', context).bind('change.myModule', function() {
console.log('Changed');
});
}
}
})(jQuery);
2. Click the text of an answer.
Expected: Change handler should be invoked.
Actual: The form field changes but the change event is not fired.
Needs review
5.0
Code - Multichoice
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
With D7 approaching EOL going to start triaging the D7 queue. If this gets reviewed before EOL will look to merge else will close out