Adding input types to focusable elements #9476#9915
Adding input types to focusable elements #9476#9915redmunds merged 2 commits intoadobe:masterfrom eliezerb:add-input-types-to-focusable-elements
Conversation
|
As I mentioned on IRC, I think it would be much simpler but equally correct to just filter on |
|
@peterflynn Thanks for the tip. I replaced the specific input types with the general input tag. I think this matches with your suggestion. |
|
It seems this code doesn't really do much anyway. It only applies to elements with Thanks. Merging. |
…lements Adding input types to focusable elements #9476
|
@redmunds It definitely does apply to elements inside a You're right that it does not affect tabbing, though. A better name for it might be |
You're right. I assumed that the test modal dialog I created was contained in a |
This pull-request contains the patch to fix the issue #9476.
Making possible to the user give focus on input fields inside elements with
no-focusclass.