Steffen
Well-known member
- Affected version
- 2.3.4
How to reproduce:
What actually happens: The form is revealed but its save button stays hidden, making it impossible to submit the form.
There are two elements
- As a moderator, open an assigned report
- Scroll to the bottom and click the "Handle report" button
What actually happens: The form is revealed but its save button stays hidden, making it impossible to submit the form.
There are two elements
<div class="js-handleToggle">
on this page. The button is expected to reveal both but actually it reveals only the first one. I think this could be a bug introduced by the migration away from jQuery in XenForo 2.3. I suspect jQuery implicitly supported multiple results in XF.ToggleClick.init
's call to XF.getToggleTarget
whereas now only a single element is supported.