If you include a hyperlink to another part of the course inside a Notify popup, the link works but scrolling is subsequently completely disabled.
This is presumably down to notifyView disabling scrolling when a Notify popup gets opened - but is not being given the chance to re-enable it again because clicking the link will cause Adapt to route to the new location without calling closeNotify.
Looking at the code I suspect this will also have an impact on accessibility, though I haven't tested that.
It seems reasonable to me that someone would want to add a link to another part of the course to a Notify popup - in this particular case it was to direct the user to a part of the course they needed to revisit because they'd answered a question incorrectly - so it would be great to get this working.
If you include a hyperlink to another part of the course inside a Notify popup, the link works but scrolling is subsequently completely disabled.
This is presumably down to notifyView disabling scrolling when a Notify popup gets opened - but is not being given the chance to re-enable it again because clicking the link will cause Adapt to route to the new location without calling
closeNotify.Looking at the code I suspect this will also have an impact on accessibility, though I haven't tested that.
It seems reasonable to me that someone would want to add a link to another part of the course to a Notify popup - in this particular case it was to direct the user to a part of the course they needed to revisit because they'd answered a question incorrectly - so it would be great to get this working.