-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
cdkConnectedOverlay default positions don't have horizontal fallbacks #8318
Comments
I haven't used the directive yet, but I think you need to provide fallback positions via The default ones allow vertical repositioning, but don't account for horizontal needs @jelbourn would it be wise to add one or two fallback positions to the default list where the horizontal connection position is different? |
Would be a good default |
…lay defaults Adds horizontal fallbacks to the `CdkConnectedOverlay` directive default positions. Fixes angular#8318.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug, feature request, or proposal:
feature request
What is the expected behavior?
cdkConnectedOverlay horizontal auto-alignment strategy not working (see demo-video below)
What is the current behavior?
cdkConnectedOverlay horizontal auto-alignment must works correct (like vertical )
What are the steps to reproduce?
https://youtu.be/RCH2HCqq-O0
What is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
ng 5.0.1, ts 2.4.2, material beta-12
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: