You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
During development of CSS Quick Edit New Rule user story, I added a DropdownEventHandler class (utils/DropdownEventHandler) as a place to put common functionality for dropdown elements. But all of the other lists I looked at had just enough difference that it wasn’t easy to migrate:
Code Hints – Enter key handling when there’s “pending text”
Recent Projects – button to “remove from list”
Context Menus – currently have no keyboard support
So, we should take another look at consolidating some of this code.
The text was updated successfully, but these errors were encountered:
Low priority code cleanup to @redmunds. Might also want to think about whether this is related to the general popup manager cleanup work in (#1381) (which was moved to backlog) or whether it's orthogonal.
During development of CSS Quick Edit New Rule user story, I added a DropdownEventHandler class (utils/DropdownEventHandler) as a place to put common functionality for dropdown elements. But all of the other lists I looked at had just enough difference that it wasn’t easy to migrate:
So, we should take another look at consolidating some of this code.
The text was updated successfully, but these errors were encountered: