mysociety / jquery-multi-select

Converts <select multiple> elements into dropdown menus with checkboxes
https://www.mysociety.org/
Other
24 stars 18 forks source link

Prevent long dropdowns from extending beyond viewport #11

Closed zarino closed 6 years ago

zarino commented 6 years ago

Fixes #10.

Apols for lack of integration test – I couldn’t work out how to append the $select to the DOM, inside the Jasmine test, so that the heights of the menu and the viewport could be measured. I seem to recall us having a hard time doing this before too, when we tried to write tests for #5 (and ultimately gave up).