pano9000 / freeCodeCamp_backend_exercise-tracker

My WIP for the Exercise Tracker project from freeCodeCamp
0 stars 0 forks source link

Tab order with action menu button is messed up #20

Closed pano9000 closed 1 year ago

pano9000 commented 1 year ago

The tab order is messed up, when the action menu button is active, as in the DOM it currently resides outside the table and is then only positioned to look like it is inside the table. This means it tabs through the menu items but then tabs the footer, instead of the next table line.

Needs to be fixed, either by resetting focus accordingly, or finding a way to correctly Teleport the menu into the button td