-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
fixed-when searching while hovering over a place search result, highlights become visually stuck #10666
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please describe your thoughts behind this bugfix? What were the causes of the bug to occur in the first place and how do your changes address these?
Your code should further match the style of the rest of the codebase: for example we use camel-case instead of underscores in variable names, and whitespace should be consistently useed around =
.- Please clean this up.
Finally, please use a descriptive title for your pull request and don't shout in ALL-CAPS. 🙏
@tyrasd i have describe my thoughts and also the describe the issue in detail , very sorry for ALL-CAPS 🙏🙏 |
Ok, thanks for that. The downside of your approach is that this "solution" it is merely addressing the symptom and not the cause of the underlying problem. Admittedly, this was not a trivial one to figure out, but here is what I noticed:
|
description
problem before the fix:
https://www.loom.com/share/3ff0436cf2854bed8f390df3710ad5f1?sid=97a6949d-10f5-46e5-8144-60158e730c18
as you can see in this video when we write "dek" then kish hospitality drive also highlighted along with dekalb...
approach:
https://www.loom.com/share/a0eff1338e69448b8c16d2d020039528?sid=411b93af-545b-48e7-9e71-a0d10a9180f6
attached issue :
#10661