-
Notifications
You must be signed in to change notification settings - Fork 12
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
Chrome Version 115.0.5790.102 seems to have broken positioning #52
Comments
I'm removing a few comments with weird CSS solutions, because mostly they don't work at all. |
Hey @tonysamperi do you know when there will an official fix released for this? |
@muneeb26 hi, I should be able to release something at least for v16 this week! |
great Mr we would be grateful for this solution @tonysamperi |
@serhiisol this is what I'm talking about. If it's not visible (opacity) but not hidden (block) you won't be able to click "My action". |
Yeah, but that I don't like as well, because in a first instance the popper is shown somewhere and when you recalculate it moves... |
No, don't worry I'll figure this out. Cheers |
@tonysamperi Is the fix also going to be backported to v15 for users who haven't yet migrated to using Angular v16? |
@zanaBizz yes. I was waiting to see if it was stable on v16. Right choice, since there was a teeny tiny bug. |
Hi, @tonysamperi ! |
Yes! Later today! |
The issue also happens when |
Ok everybody. I figured the real fix. I was so close, but I didn't consider I needed to skip a frame. Thanks @solo-unitq because I got that to fix the "append to body". |
please man ! awesome! |
Thank you very much for hunting down this bug! Can you please also port it back to the 12 version? (Yes, I know we really need to update, but it's not my decision, unfortunately... thank you again!) |
Thank you @tonysamperi ! |
Hi all, released the new versions for v16, 15 and 14. Tomorrow 13 and 12. |
Released v 13 and 12! |
@tonysamperi |
@aleksander351 please create a blitz reproducing the problem and report all the info, including OS, RAM, etc. |
I am facing the same issue as @aleksander351. It renders the pop-up correctly but sometimes doesn't calculate the vertical length properly which results in rendering the pop-up at the wrong place. Facing this issue with Angular v14 and ngx-popperjs v14.1.8 Added the s.s for the following when the error reoccurs |
@ahmedataulkareem man, same reply as aleksander...please create a blitz! |
we solved it with the position: unset; workaround for now. |
After upgrade to the latest chrome, the popper positionning does not work correctly enymore.
The easiest way to reproduce the problem is using the supplied examples:
https://tonysamperi.github.io/ngx-popperjs/
It is reproducible at least on " OVERFLOW PREVENTION", "OPEN ON CLICK", "OPEN ON CLICK + CLOSE ON SCROLL" examples. What is interesting that scrolling fixes the position of the popper.
Note: The same issue is reported for the ngx-popper:
MrFrankel/ngx-popper#180
The text was updated successfully, but these errors were encountered: