HeinrichApfelmus / threepenny-gui

GUI framework that uses the web browser as a display.
https://heinrichapfelmus.github.io/threepenny-gui/
Other
441 stars 77 forks source link

Invoke compatibility mode of IE11 for jQuery v3.2.1 #223

Closed ggreif closed 6 years ago

ggreif commented 6 years ago

See https://forum.jquery.com/topic/ie-11-issue-d-addeventlistener-domcontentloaded-s-with-jquery-3-2-1

Without this patch d.addEventListener("DOMContentLoaded",S); fails. This call is in jQuery.

Maybe upgrading to a recent jQuery version (e.g. 3.3.1) would also work, but I shied away from that for now.

sjakobi commented 6 years ago

LGTM!