Comment 33 for bug 1511742

Revision history for this message
Mike Rylander (mrylander) wrote : Re: webclient: Need ability to type to selection in in some menus

I've been testing this today with an eye toward committing for 3.0, but I see a few issues:

 * The template uses a hard-coded id attribute, so I'm concerned about how it will act on pages with multiple org selectors in use. Maybe we can specify the popup template in some other way, like loading it from a separate file.
 * It does not always give you the dropdown when clicked. It will the first time if a default value is supplied, but not after a value is selected. I think a down-arrow button would solve this.
 * Some interfaces supply a default value to the selector, such as the vol/copy editor, but the value is not always used. This seems intermittent.
 * Related to the previous one, on some interfaces, such as the vol/copy editor again, if you click on the text box and get the popup the first time, but then click outside to leave it as it is, the value is cleared.
 * Again, with the vol/copy editor as an example, there are some additional interfaces that need work to constrain the size of the input.

Thanks, Kyle, and let me know if any of that is unclear.