Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugs in combination with Angular 4.0.0 RC1 #3321

Closed
frankspin89 opened this issue Feb 27, 2017 · 7 comments
Closed

Bugs in combination with Angular 4.0.0 RC1 #3321

frankspin89 opened this issue Feb 27, 2017 · 7 comments

Comments

@frankspin89
Copy link

Bug:

  • Template parse warnings in console
  • Tooltip component broken
  • Select component broken

What is the current behavior?

Template parse warnings in console
screen shot 2017-02-27 at 09 48 22

Tooltip component broken
On hover the tooltip shows without a animation. On mouse out the tooltip doesn't hide it's self.

rqlyfgbneu

Select component broken
The animation for the placeholder text is broken.

ohaz8sjmm9

Which versions of Angular, Material, OS, browsers are affected?

  • OS: macOs Sierra
  • Chrome: Version 56.0.2924.87 (64-bit)
  • Angular: 4.0.0-rc.1
  • Material: 2.0.0-beta.2

Is there anything else we should know?

@fxck
Copy link
Contributor

fxck commented Feb 27, 2017

#3252

@crisbeto
Copy link
Member

The tooltip and select issues should be resolved by importing the animations module. The one about template is tricky without breaking support for Angular < 4.

@frankspin89
Copy link
Author

frankspin89 commented Feb 27, 2017

@crisbeto the animations on the input component is still working. Any reason why the animation on the select component is not working without the animations module?

@fxck
Copy link
Contributor

fxck commented Feb 27, 2017

input is not using angular animation api, just css, afaik

@crisbeto
Copy link
Member

Yes, the difference is that we don't need to use the Angular animations API for the input since it's pretty simple, but for others, like select and tooltip, we do.

@kara
Copy link
Contributor

kara commented Feb 27, 2017

Yep, importing animations should fix your animation issues. For the template warning, see existing issue #3301

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants