Comment 32 for bug 1511742

Revision history for this message
Kyle Huckins (khuckins) wrote : Re: webclient: Need ability to type to selection in in some menus

Hey Mike!

So the top commit handles scaffolding changes that needed to be including in order for the new input to display correctly. Without it, there would be oddities in how the org selector would display - width being too small, width taking up the entire screen, positioning, etc. While the width may be able to be handled, bootstrap standards generally prefer things to be handled via columns, and the positioning changes that come along with the scaffolding additions would be tough to do in the template. At that point it seemed simpler to just work with the necessary scaffolding changes on each interface, making changes as needed until the branch goes to master, with new scaffolding developed with that in mind.