LIT-EIA / adapt-esdc-accessibilityfixes

Extension to load and run a .js file when a course loads
GNU General Public License v3.0
5 stars 2 forks source link

All Components - components with a popup and multiple pages (Hotspot, hotgrid) #60

Closed LIT-EIA-OWNER closed 3 years ago

LIT-EIA-OWNER commented 3 years ago

For Chrome and Edge, if we start with the first pin there is no back button for subsequent pins. Also, if we start on the last pin there is no next button for the subsequent pins. However, if we start with any pin other than the first or last one then there are both the back and next buttons.

In contrast, the back and next buttons appear in IE11 no matter which pin we start with (other than the first and last pins).

LIT-EIA-OWNER commented 3 years ago

The Prev and Next button are basically nonexistant in Chrome depending on which image you start with.

Why here and not in ie11? is our code removing them because they're disabled?

LIT-EIA-OWNER commented 3 years ago

First line of trapinsidepopup() is causing it. Is this line necessary for the tabbing trap to work?

Doesn't seem to change the functionality, commented out that line