OU selectors in web client do not provide scrollbars and are ordered incorrectly
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Evergreen |
Invalid
|
Medium
|
Unassigned |
Bug Description
Now that we have the web client running on a test system with production data, we've found that the OU selectors in the client do not provide a scroll bar. This requires the user to use the page scrollbar to get to options on the bottom of the selector and to navigate away from the area of the page where the selector is positioned. I've attached a screenshot to this report.
Also, the OU's are not ordering as expected (alphabetically?). Instead, it appears as if it sorts with the most recently-edited OU appearing at the bottom of the list.
The sort order should:
* default to whatever sort order is the current default and
* honor whatever is configured in Custom Org Unit Trees (haven't tested it yet, but we don't want to lose this functionality.)
Changed in evergreen: | |
status: | New → Confirmed |
Found an example of scrollable Bootstrap dropdowns here:
http:// stackoverflow. com/questions/ 19227496/ scrollable- menu-with- bootstrap- 3-menu- expanding- its-container- when-it- should- n
Do we want all dropdowns to be scrollable? I'm guessing we should only apply the scroll CSS for non-mobile screens, since the default view is probably more mobile-friendly (needs confirmation).