exelearning / iteexe

eXeLearning: Your Free and Open Source Editor to create Educational Resources.
http://exelearning.net
GNU General Public License v2.0
129 stars 47 forks source link

Menú toggler in iframe fails when... #714

Closed ignaciogros closed 9 months ago

ignaciogros commented 9 months ago

If fails when the website is in an IFRAME which automatically adjusts its height to the content, because of the "onresize" event used in most styles. It might be a problem when publishing a website using the Moodle plugin.

ignaciogros commented 9 months ago

1e87e3efcfcd7836b1c4783f245e9e1a08143cfc fixes this. We just don't reset the menu when resizing.