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

i expected to be above on the bottom, but shows below #2758

Closed
patrikx3 opened this issue Jan 22, 2017 · 9 comments
Closed

i expected to be above on the bottom, but shows below #2758

patrikx3 opened this issue Jan 22, 2017 · 9 comments
Assignees

Comments

@patrikx3
Copy link

patrikx3 commented Jan 22, 2017

Settings

  <md-menu  y-position="above" x-position="before" #menuTheme="mdMenu">
            <button md-menu-item *ngFor="let theme of settings.themes.material"  (click)="clickChangeTheme(theme)" >
                {{ i18n.themes.material[theme] }}
            </button>
        </md-menu>

Expected

To be on above.

Bug - in image

You can see it is below.
image

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

Is there anything else we should know?

@patrikx3
Copy link
Author

Should look always like this:
image

@patrikx3
Copy link
Author

this happens when after i scrolled down long page.
the menu on the footer is fixed, i scroll down, and later the menu is not positioned on the top, but going below.

@patrikx3 patrikx3 changed the title i excepted to be above on the bottom, but shows below i expected to be above on the bottom, but shows below Jan 23, 2017
@YeomansIII
Copy link
Contributor

Have the same exact issue with a fixed bar along the bottom of the page. This also happens after scrolling down the page. My y-position is set to above.

The bug:
screenshot at 12-29-12

How it should look:
screenshot at 12-29-28

@jwuliger
Copy link

Same problem here, came to see if anyone else was running into this problem.

@crisbeto
Copy link
Member

This should've been fixed with #2677. Is anybody able to test against the master builds?

@YeomansIII
Copy link
Contributor

YeomansIII commented Jan 25, 2017

@crisbeto Still having the issue, maybe I am getting from master wrong, this is inside my package.json:
"@angular/material": "git+git@github.com:angular/material2.git"

Got it working with "@angular/material": "git+https://github.com/angular/material2-builds.git".
The issue is solved! Thank you!

@crisbeto
Copy link
Member

Try installing from https://github.com/angular/material2-builds @YeomansIII.

@crisbeto
Copy link
Member

Closing in that case, thanks for testing @YeomansIII.

@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

3 participants