prevent <ctrl>-<enter> handler from <space> from toggling checkboxes#6027
Conversation
|
@utchoang can you advice if there is a better generic solution to handling keyboard navigation? |
…ckboxes" This reverts commit 6cc17b5.
|
I reverted the generic change and limited to the register template form. I'm sure more of these issues will come up. |
Pearl1594
left a comment
There was a problem hiding this comment.
LGTM.
There are a few other forms where we have checkboxes that are effected which include:
- Create Network Offering
- Create VPC offering
- Assign LB rule to VM
However, we can address these in 4.17 too.
tnx @pearl, added. |
|
@DaanHoogland a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
|
UI build: ✔️ |
|
Manually tested the forms for 'Register template', 'Create Network Offering', 'Create VPC offering' forms. LGTM |
Description
This PR...
Fixes: #6017
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
manually tested the register template form.
future work
testing each of the changes one by one, as the solution seems too generic