lemonmade / bigfoot

A jQuery plugin for creating exceptional footnotes.
http://www.bigfootjs.com
MIT License
936 stars 69 forks source link

Can't scroll popover until window is resized in Safari on El Capitan #48

Closed zcohan closed 8 years ago

zcohan commented 8 years ago

Popovers with overflow content will not scroll until the window is resized in Safari (only on El Capitan – it works fine in Chrome on El Capitan, and in Safari on Yosemite).

It's reproducible on the demo page (use the footnote button under "Usage" for example). Just open the page, then click the footnote to open the popover. 2-finger scrolling the popover should fail. Resize the window with the popover still visible, and 2 finger scrolling the popover should now work.

Note that closing and reopening the popover requires the window again be resized for scrolling to work.

Example movie showing the problem here: http://cl.ly/dRBS

lemonmade commented 8 years ago

Confirmed that this is an issue — I will try to take a look this weekend.

calebgrove commented 8 years ago

This bug seems to have fixed itself in one of the recent El Capitan releases.

zcohan commented 8 years ago

True!