You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you nest two follow up question boxes the inner one will have a click event that will fire a handler to recheck all inputs to see if they should be visible and enabled. This has the knock on effect of 'blinking' it disabled which causes it to lose focus. Refocusing retriggers effectively making it unfocusable by clicking. Tabbing still works because it is untouched by the click handler.
If you nest two follow up question boxes the inner one will have a click event that will fire a handler to recheck all inputs to see if they should be visible and enabled. This has the knock on effect of 'blinking' it disabled which causes it to lose focus. Refocusing retriggers effectively making it unfocusable by clicking. Tabbing still works because it is untouched by the click handler.
See https://github.com/codeforamerica/vita-min/pull/4988/files for a possible fix.
The text was updated successfully, but these errors were encountered: