1
0
mirror of synced 2024-11-21 20:46:07 +03:00
select2/src
Kevin Brown 2c5467b38c Fixes error when getting offset of element not in document
This fixes an error which is called out in jQuery Migrate but
probably never happens in real life. This is because we call
`jQuery.fn.offset` without checking if the element is in the
document. Based on testing done here and within the MediaWiki
team, I'm pretty sure jQuery never actually implemented explicit
checks and this jQuery Migrate warning is just to cover the case
where a browser might start returning inconsistnet results. And
we could at least reproduce the inconsistency, so that's something.

We now default the offset to 0/0 if the parent element happens to
not be in the document. This appears to be what jQuery used to do
in the past, and generally appears to be what people expect in
these cases.

This fixes #5584.
2019-09-18 21:33:13 -04:00
..
js Fixes error when getting offset of element not in document 2019-09-18 21:33:13 -04:00
scss allowClear no longer shifts selections to a new line (#5603) 2019-08-04 22:03:52 -04:00