-
-
Notifications
You must be signed in to change notification settings - Fork 333
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
PaperMenu flies into screen from left side on firefox #1160
Comments
I see this happening consistently on https://miguelcobain.github.io/ember-paper/#/components/menu Firefox 79.0 on Ubuntu Attatching a few attempts at capturing it, but its very fast and difficult to record accurately. |
I have a similar (if not the same) issue where basically the @position is only honored the first time and then it flies in from the left. |
There are some notes in #1151 related to a suggested fix for this |
I can confirm that this fixes flying from the left issue and the !paperElement issue:
while this: only fixes the !paperElement issue. |
I released this fix on Also, @hergaiety, the can you please retry the website on Ubuntu and see if it is fixed now? |
@miguelcobain thanks for your attempts at resolving this! Alas I'm still seeing the same on the website and within our app when bumping to @lucasmerat would you check on your end as well and reopen this if needed? |
@hergaiety @miguelcobain Can confirm that I'm still seeing the issue on FireFox on the Ember Paper website and our app. |
@lucasmerat Can you mark the GH issue as open for tracking? Previously I saw this issue not only on Firefox but also Chrome and Safari iOS. With beta 33 I see Chrome and Safari iOS fixed, but not Firefox. Chrome: Firefox: |
@CodingItWrong I'm not sure I know how to reopen the issue. Looking for that feature but can't seem to find it. |
@lucasmerat I googled around and every time someone asks how to reopen a GitHub issue, the responses are always whether they can, but they don't say how 😂 😭 - So I guess our comments on the thread should be enough 👍 |
Recently while testing our app in FireFox, we noticed that the paper menu component has an odd animation issue. The menu will fly in from the top left side of the screen. I tested this in multiple contexts and different usages of the paper menu component.
Note that this is an intermittent issue and happens most, but not all of the time.
Here is a link to a screen cap of the interation: https://drive.google.com/file/d/11hpsmaBOl2Pq45hA7OhrQuVAjIa7inrY/view?usp=sharing
The text was updated successfully, but these errors were encountered: