Popup menus etc. fail in conjunction with jQuery 3. Using jquery-migrate, the following message is obtained:
JQMIGRATE: jQuery.fn.offset() requires a valid DOM element
The trace leads to OO.ui.mixin.ClippableElement.clip:
$scrollableContainer = this.$clippableScrollableContainer.is( 'html, body' ) ? this.$clippableWindow : this.$clippableScrollableContainer; scOffset = $scrollableContainer.offset() || { top: 0, left: 0 };
(oojs-ui-core.js line 4108)