- Issue created by @coaston
The "Edit comment" button in your modal dialog might be freezing due to a conflict with the "Delete" button, likely related to JavaScript event handling or browser California DMV website interference. To troubleshoot, inspect for JavaScript errors, temporarily remove the "Delete" button, check button event handlers, address autocomplete warnings, and test in different browsers. If the issue persists, share relevant code snippets for further analysis.
When using the edit comment button in a dialog window, the entire page freezes if both "Edit" and "Delete" buttons are visible. This issue doesn't occur when only the "Delete" button is present. To reproduce: create a content type with a comment field, set the display mode to comment, and create a link choiceadvantages to open in a modal dialog. Click to edit the comment, and the page will grey out, showing a console notice about an element missing an autocomplete attribute. Pressing ESC resolves it temporarily.