-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[AutoComplete] set canAutoPosition to false for PopOver #3015
Conversation
@oliviertassinari @newoga Please take a look at this too. |
Although this still doesn't fully address the issue. It makes it better for the time being. I'd be ok for this to be merged. But We should improve it further in the future. @oliviertassinari Do you think it's a breaking change? |
I'd be completely open to a more robust solution. If someone familiar with the implementation can point me in the right direction, I'd be happy to work on it. |
I know very little about the Based on #2725, personally I think the current "jumping around" behavior as it relates to AutoComplete is just wrong and I don't think @aweary's change in this PR is a breaking change because the current behavior is broken anyway. I think for If we want to fix this particular issue properly, I think we're going to have to start with the |
Also, I could make an argument it was a breaking change when the |
@oliviertassinari I know you were looking at some |
Note sure how a one-line change can have a merge conflict (!), but this looks like a sensible fix until the underlying behaviour is resolved. @aweary please rebase and we'll merge. |
Ping @aweary 😄 (If you're busy, let me know and I'll fix it up. 👌 ) |
Ah, missed your last ping! I'll get this rebased tonight |
Thanks! 👍 |
Merge latest master changes into branch
@mbrookes merge conflicts are resolved, though I was having some trouble squashing the commits. |
@aweary you will need to |
@alitaheri did that 👍 |
It's better, but there is another merge commit that needs to be removed. if it proves to be hard. just |
@alitaheri I did exactly that and the extra commit didn't go away 😖 I think it's related to the fact that I merged in a bunch of changes to my fork's master and then to this branch. I can just open a new PR with the change if it matters. Not like its a big change 😛 |
Yeah that also works 😆 you can also delete this branch and reopen it with the exact same name wherever you want 😁 |
Opened new PR at #3620 |
Fixes #2725