dclark312
dclark312
Hi @joemasilotti can I pick this one up?
For the expected behavior: Focus should be trapped inside modal while modal is open (should not move back to main page). I am able to add a tab-index=-1 to the...
@joemasilotti from what I'm researching I'm not really seeing any alternatives much better then what @atiqueakhtar implementation looked like. This is what I was considering adding https://hidde.blog/using-javascript-to-trap-focus-in-an-element/ but it looks...
I think you could add something like this to the controller ``` def mobile? request.user_agent =~ /android|blackberry|iphone|ipad|ipod|iemobile|mobile|webos/i end ``` and then add a ternary operator that only passes `tab-index=-1` on...
I have some changes I was going to try but I need permission to push. I fixed it so that "collapsed" wouldn't announce when filters button is focused. Then I...
Hey @joemasilotti I created a fork and pushed to it. My change isn't working but I think its the right idea. It uses minimal javascript to try and set the...
@lubc and @bronzdoc is there a chance I can give this one a try?
Hi @KostiantynPopovych sorry I haven't looked at this. I think I requested to try it but then lost track of things.