- 29 Aug, 2014 1 commit
-
-
Scott Gonyea authored
- is(':visible') seems to be the only reliable check, without a refactoring of how hoverState is used - tests need improvement
aac0e164
-
Created by: sgonyea
I'm not exactly happy with the code change I've made to fix this issue, but this at least demonstrates a fix (as well as the bug itself).
JSBin: http://jsbin.com/hajeta/2/
Issues:
Steps to trigger the flickering bug:
Additionally: You can scroll within the popover and see the flicker / (continual) resetting of the inner scrollbar position.
Hopefully the explanation and the demo make sense.
Thank you very much! Bootstrap is fantastic.
- is(':visible') seems to be the only reliable check, without a refactoring of how hoverState is used - tests need improvement