Comment 2 for bug 2049780

Revision history for this message
Galen Charlton (gmc) wrote (last edit ):

I've traced this:

- the patch for bug 1615714, among other things, converted some links and divs to buttons
- however, the button type was not always specified, including on the acq search form expand/collapse controls, meaning that it defaulted to "submit".
- a carriage return tries a form submission, and looks for the first button that is of type submit - and toggles the expander rather than submitting the search

As far as I can tell, this issue applies _only_ to 3.11.2. In main and rel_3_12, a patch to fix lint errors (bug 1850473) fixed the buttons without assigned types, but wasn't backported to rel_3_11.

The fix for the acquisitions search form is straightforward, although it looks like various other pages should be looked at.