Actions
Bug #8144
closedInitial width for select2 calculating wrong on Safari
Description
When using a initial width of auto it's supposed to calculate based off the size of the inputs original width for the dropdown display. This appears to be failing on Safari until a browser resize event has triggered. This can be seen with the connections dropdown for private messaging where the width of the dropdown is being set to the size of the button.
Updated by krileon about 4 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
This is partially fixed in MR !1582
The fix addresses this input specifically, but it's possible select2 usages elsewhere may have issues. However marking resolved as we've no reports of any further select2 dropdown issues.
Actions