stable

Clone or download

Read-only

Esc in Switch to filter should close the modal

Open the modal. Enter some search terms in the filter and hit Escape key. => modal is closed. Reopen the modal. => Filter is empty. Enter some search terms. Click outside the modal to close it. Reopen the modal. => Filter is empty. Part of story #16209: Β« Switch to… Β» button Change-Id: Id3e5d268f8081c857554f7671973ec921479df27

Modified Files

Name
M src/scripts/switch-to/src/components/AppBurningParrot.vue +3 βˆ’3 Go to diff View file
M src/scripts/switch-to/src/components/AppFlamingParrot.test.ts +19 βˆ’0 Go to diff View file
M src/scripts/switch-to/src/components/AppFlamingParrot.vue +17 βˆ’8 Go to diff View file
M src/scripts/switch-to/src/components/Header/SwitchToFilter.test.ts +58 βˆ’0 Go to diff View file
M src/scripts/switch-to/src/components/Header/SwitchToFilter.vue +37 βˆ’1 Go to diff View file
M src/scripts/switch-to/src/components/Header/SwitchToHeader.test.ts +9 βˆ’0 Go to diff View file
M src/scripts/switch-to/src/components/Header/SwitchToHeader.vue +6 βˆ’2 Go to diff View file