Bugfix for handling keypress for available widgets#72
Conversation
|
@knishiura-lab Good catch! I merged into the What's your WordPress.org profile/username? |
|
My username is daisy1754 |
|
@knishiura-lab I can't seem to find a profile at http://profiles.wordpress.org/daisy1754/ |
|
@westonruter |
|
@knishiura-lab ok, you want me to link to your Gravatar profile in the changelog? |
|
@westonruter |
|
Happily! Thanks again for your contribution. 🙇 |
|
cool, thanks 😄 |
It intended that user can walk through available widgets (middle column in screenshot) by pressing up and down key. Thus, when user hit those keys, selection shoudn't be submit. There was bug in this condition check, and tshis PR fix it.
Tested on Firefox on Ubuntu. On Chrome, both new and old code works for whatever reason.