Closed (fixed)
Project:
Webform
Version:
6.2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Feb 2024 at 14:42 UTC
Updated:
22 Apr 2024 at 17:14 UTC
Jump to comment: Most recent
After updating the jQuery UI to version 1.5 and higher, Buttons in webforms are not displayed correctly.
Install the Webform, jQuery UI, and jQuery UI Checkboxradio modules.
Create a new webform with buttons.
Buttons start to be displayed with radio buttons.
After updating the jQuery UI module to version 1.5, the library dependencies were updated. For the correct functioning of the Webform jQueryUI Buttons module, we need to update the library dependency from jquery_ui_checkboxradio:checkboxradio to jquery_ui_button:button.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
abyss commentedI updated the library dependencies for the Webform jQueryUI Buttons module.
Now, when using buttons in webforms, their output is correct.
Comment #6
jrockowitz commented