-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unblock-diaog not taking registering "Enter" keypress to trigger unblock functionality #103
Comments
Hello @itSarthak, Thank you for taking the time to submit the feature request. I do agree that the keyboard accessibility is missing in many parts of the extension, i'll try to find some time to implement it or maybe if any contributor is interested into working on it, that would be helpful. I will let you know in case i have some news. Thanks again. |
Hey @AXeL-dev , |
Alright, that's pretty cool, your PR looks good to me, i'll merge it & test it before creating a new release. |
@itSarthak After testing i noticed that the The fix is now deployed in version |
@AXeL-dev Your response is really appreciated. I can see why it happened, please accept my apologies for not testing it thoroughly. I am still new to open source and figuring out my way into it. |
That's okay, you don't have to worry about it, you did a great job all the way through.
Absolutely welcome, and i wanna thank you back for your contribution, it's quite rare to find people interested in contributing to the project, the most of people just make feature or bug requests and later they may complain if their requests are not yet resolved, so yeah it was a pleasure to see your contribution and good luck for the rest. |
I am a long time user of this extension and it was really motivating to work on something I use daily. Thank you for such nice words, I will be looking forwards for the upcoming features. |
I am a long time user of this extension and I absolutely love because it just works. But the problem I face daily is when I have to unblock a site for a while. In unblock-dialog, after setting the time I want the site to be unblocked, I press enter but it doesn't do anything which is frustrating because it's very common for applications to register enter event.
Your environment
Steps to reproduce
Expected behaviour
ENTER keyword should trigger the unblock functionality. Whatever option was selected and the value from radiogroup should be saved and unblock-dialog should close down
Actual behaviour
Currently, nothing of that sort happens because there's no
onKeyDown
event added in RadioGroup currently.The text was updated successfully, but these errors were encountered: