You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
ui-bootstrap worked fine in this case in 0.14.3. Since 1.0.0 (and tested in 1.0.3) it no longer animates properly when jquery-ui is included. The fade still applies, but the popover itself translates into position (the margin value) and the arrow instantly appears once the translation is done. In some cases I've even seen it re-translate from 0 to the adjusted margin on events such as click or typing (in the case where a form element is inside the popover).
http://plnkr.co/edit/XeCPqw10y2Ln8rGQD9V0?p=preview
ui-bootstrap worked fine in this case in 0.14.3. Since 1.0.0 (and tested in 1.0.3) it no longer animates properly when jquery-ui is included. The fade still applies, but the popover itself translates into position (the margin value) and the arrow instantly appears once the translation is done. In some cases I've even seen it re-translate from 0 to the adjusted margin on events such as click or typing (in the case where a form element is inside the popover).
I wouldn't normally include jquery-ui except I'm using https://github.com/angular-ui/ui-sortable which requires it.
The text was updated successfully, but these errors were encountered: