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
when using the popup option provided by the plugin (block_onlinesurvey | survey_show_popupinfo), links added to the html content cant be opened with a simple left click, while it does work with middle and right click.
Can be easily reproduced with this simple setup :
Hi,
when using the popup option provided by the plugin (block_onlinesurvey | survey_show_popupinfo), links added to the html content cant be opened with a simple left click, while it does work with middle and right click.
Can be easily reproduced with this simple setup :
After some research the issue seems to be caused by the e.preventDefault() here :
https://github.com/evasys-community/moodle-block_onlinesurvey/blob/master/amd/src/modal-zoom.js#L150
Commentating the line fixes the problem.
The issue affects versions 3 and 4.
The text was updated successfully, but these errors were encountered: