[Freeipa-devel] [freeipa PR#368][opened] WebUI: fix incorrect behavior of ESC button on combobox

pvomacka freeipa-github-notification at redhat.com
Wed Jan 4 11:31:26 UTC 2017


   URL: https://github.com/freeipa/freeipa/pull/368
Author: pvomacka
 Title: #368: WebUI: fix incorrect behavior of ESC button on combobox     
Action: opened

PR body:
"""
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
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/368/head:pr368
git checkout pr368
-------------- next part --------------
A non-text attachment was scrubbed...
Name: freeipa-pr-368.patch
Type: text/x-diff
Size: 3391 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20170104/d47c467f/attachment.bin>


More information about the Freeipa-devel mailing list