Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

v0.7.0 tooltip-animation="false" is unable to disable fade-in/out animation #1418

Closed
uniwalk opened this issue Dec 16, 2013 · 0 comments
Closed

Comments

@uniwalk
Copy link

uniwalk commented Dec 16, 2013

I am upgrading from angular-ui 0.6.0 to 0.7.0. And I realized that even I have set tooltip-animation to "false", the fade-in/out animation of tooltip is still effective.

A real-life demo is at the mainsite http://angular-ui.github.io/bootstrap/, at the Tooltip section, the code snippet:

<span tooltip-animation="false" tooltip="I don't fade. :-(">fading</span>

You would see the tooltip still fade :(

ujiro99 added a commit to ujiro99/RedmineTimeTracker that referenced this issue Dec 22, 2013
Angular-UI's tooltip has a issue about animation from verison 0.7.0.
angular-ui/bootstrap#1418

This is caused by cast miss of string to boolean.
At line 265 on tooltip.js, uses double negative for cast.
But it cast 'false' to true. So I use ''.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant