Closed
Description
As of jQuery 3.0, disconnected or non-element input to .offset
will no longer return { top: 0, left: 0 }
, and may throw. Migrate should restore functionality changed by jquery/jquery@1617479 / jquery/jquery@d4dd548, and warn when there is no layout box.