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

fix-issue-1200 #1341

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fix-issue-1200 #1341

wants to merge 1 commit into from

Conversation

i-am-space
Copy link

@i-am-space i-am-space commented Feb 11, 2025

Fixes part of error #1200, where the search bar flickered when typed into. Search bar no longer flickers when you continue to update the input field in real-time.

@veloman-yunkan
Copy link
Collaborator

@i-am-space Thanks for the PR!

As a reviewer the biggest challenge for me is understanding the problem being solved. The ticket barely describes the issue, extensively focusing on possible solutions instead. As far as I can tell there are two separate issues. If possible, please decompose your PR into two separate commits (fixing one issue at a time) and provide a clear description of the problem being addressed in the commit messages.

@ShaopengLin
Copy link
Collaborator

ShaopengLin commented Feb 12, 2025

@veloman-yunkan the discussion on the feature required is in the comment mentioned in that ticket. I have expanded it in the ticket.

@i-am-space
Copy link
Author

i-am-space commented Feb 12, 2025

@veloman-yunkan I'm still just fixing a singular issue mentioned in the ticket, where the search bar flickers when you type into it instead of updating live without closing and opening. Apologies for the lack of detail in the commit messages.

@ShaopengLin
Copy link
Collaborator

ShaopengLin commented Feb 12, 2025

@i-am-space I don't believe the search bar was flickering in the current application? The flickering was only a byproduct of one of the solutions that was trying to let suggestions click through, and was not introduced in the PR.

Do you have a video of current application behavior? Maybe I am out of date and new changes broke the prior behavior.

@ShaopengLin
Copy link
Collaborator

ShaopengLin commented Feb 12, 2025

I see it now (after pulling my linux laptop from the dust), flickers still happen from time to time. @i-am-space @veloman-yunkan It would be better to keep them in two separate issues. The click-through is a lot more difficult than fixing this flicker and is not directly related. Please create a new issue if you guys agree.

@veloman-yunkan
Copy link
Collaborator

@veloman-yunkan I'm still just fixing a singular issue mentioned in the ticket, where the search bar flickers when you type into it instead of updating live without closing and opening. Apologies for the lack of detail in the commit messages.

Then please update the title and description of the PR and the commit message appropriately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants