zulip/static/third/bootstrap
Brock Whittaker 0c42e4a705 typeahead: Fix typeahead positioning for iOS keyboard case.
When the iOS keyboard is open and up, the positioning gotten by
getBoundingClientRect will display a `top` value that is short by the
height of the keyboard, which will usually end up placing things north
of the top of the screen.

By changing to jQuery $.fn.offset instead, the positioning appears to
be correct in all cases; iOS keyboard up, down, and desktop usage.

Fixes: #6366.
2017-10-04 17:39:42 -07:00
..
css redesign: Change /#settings and /#administration to an overlay. 2017-02-09 23:35:10 -08:00
js typeahead: Fix typeahead positioning for iOS keyboard case. 2017-10-04 17:39:42 -07:00