summaryrefslogtreecommitdiffstats
path: root/ipaclient/install/client.py
diff options
context:
space:
mode:
authorPavel Vomacka <pvomacka@redhat.com>2017-01-04 12:28:55 +0100
committerMartin Babinsky <mbabinsk@redhat.com>2017-02-17 17:50:32 +0100
commit6c6c68df544ac1046741d91dfdc59ef8d96b863c (patch)
tree45ea7d05c5a09aefb74feeb4fdd3af02f2a8999a /ipaclient/install/client.py
parent1a96e7f9e737941480436269668ccde0a50395f9 (diff)
downloadfreeipa-6c6c68df544ac1046741d91dfdc59ef8d96b863c.tar.gz
freeipa-6c6c68df544ac1046741d91dfdc59ef8d96b863c.tar.xz
freeipa-6c6c68df544ac1046741d91dfdc59ef8d96b863c.zip
WebUI: fix incorrect behavior of ESC button on combobox
When combobox is opened then ESC key should close it. There was a bug that ESC key closed also the dialog. It was caused by bad keyboard event handling. The CB was closed by keydown event and the dialog by keyup. Therefore the propagating of keyup and keydown event is stopped when CB is opened (when the event is fired on CB element). https://fedorahosted.org/freeipa/ticket/6388 Reviewed-By: Petr Vobornik <pvoborni@redhat.com> Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipaclient/install/client.py')
0 files changed, 0 insertions, 0 deletions