Files
freeipa/install/ui
Pavel Vomacka 6c6c68df54 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>
2017-02-17 17:50:32 +01:00
..
2015-11-27 15:50:56 +01:00
2011-02-03 15:04:23 -05:00
2016-06-03 16:12:48 +02:00
2015-11-27 15:50:56 +01:00
2014-06-30 12:27:05 +02:00