You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug was found on edit learning path when testing on real android device and on google chrome simulator for responsive design.
When screen is too small to display visibility toggle with button, it switches to display only eye with/without cross line.
If I click the eye icon to change the state, then the page displays icon that is endlessly changing from on to off to on in a loop and it is actually submitting http requests for each state change.
Steps to reproduce on CD or local dev site:
Setup:
Login as d2lsupport
go to /d2l/le/learningpaths/admin/view
In chrome dev tools select screen resolution for mobile device, for example Galaxy S5
Click create learning path - by default learning path visibility is off and is not cickable.
Click Add Activity and add 1 course. It makes the visibility icon clickable.
Click visibility toggle to make the learning path visible.
The text was updated successfully, but these errors were encountered:
I think this is actually a custom usage of <d2l-button-icon> that learning paths is rendering at this resolution? The visibility toggle component always has that blue outline around it, only the "Visibility" text gets hidden responsively.
Bug was found on edit learning path when testing on real android device and on google chrome simulator for responsive design.
When screen is too small to display visibility toggle with button, it switches to display only eye with/without cross line.
If I click the eye icon to change the state, then the page displays icon that is endlessly changing from on to off to on in a loop and it is actually submitting http requests for each state change.
Steps to reproduce on CD or local dev site:
Setup:
Login as d2lsupport
go to /d2l/le/learningpaths/admin/view
In chrome dev tools select screen resolution for mobile device, for example Galaxy S5
Click create learning path - by default learning path visibility is off and is not cickable.
Click Add Activity and add 1 course. It makes the visibility icon clickable.
Click visibility toggle to make the learning path visible.
The text was updated successfully, but these errors were encountered: