UMB-CS-682-Team-03 / tracker

0 stars 0 forks source link

How to scroll table if it overflows the classhelper #45

Closed rouilj closed 5 months ago

rouilj commented 6 months ago

We have a table inside a div and the div is set to overflow auto. This was to allow the table to be scrolled left/right as well as up/down. Space when the div is selected allows scrolling the table up/down. Also up/down arrow keys (except when wrapping from the bottom of table to top) and tab scroll the table up/down.

The arrow left/right arrow keys I think were used for horizontal scrolling by browser default. However they are used for back/forward page (#28). Maybe we should rethink that.

Back/forward page could be assigned to shift left/right arrow or '>' '<' keys maybe?

patel-malav commented 5 months ago

Completed last sprint