Describe the bug
On the Teaching Loads page, each of the sections looks clickable — it gets a pointer cursor; this got me thinking that they're links. But in fact only the whole table cell is clickable. Upshot: I click on one section (e.g., CS-375-B in the screenshot) and I get Update Section with the first section selected (in this case, INFO 602).
To Reproduce
Steps to reproduce the behavior:
Go to Teaching Loads
Click on a course section after a comma.
Notice that the Update Section modal shows the first section, not the one clicked.
Expected behavior
The Update Section modal starts with section 2 (or whatever it was) selected.
Screenshots
I mean this list:
Additional context
The sections could be <span> or even <a> elements.
Ideally they would show meeting pattern location on mouseover.
Describe the bug On the Teaching Loads page, each of the sections looks clickable — it gets a pointer cursor; this got me thinking that they're links. But in fact only the whole table cell is clickable. Upshot: I click on one section (e.g., CS-375-B in the screenshot) and I get Update Section with the first section selected (in this case, INFO 602).
To Reproduce Steps to reproduce the behavior:
Expected behavior The Update Section modal starts with section 2 (or whatever it was) selected.
Screenshots I mean this list:
Additional context
<span>
or even<a>
elements.