-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Code hints popup dismisses prematurely #9363
Comments
I've actually run into this a few times before as well. It would be nice to find a fix for 1.0 |
@adammatthewsmith @JeffryBooher Does it happen with all extensions disabled (Debug > Reload Without Extensions)? Are there any errors in the console (Debug > Developer Tools, then select Console tab)? Did you see this in the 0.43 build or only on the unstable tip of the tree? |
This happened to me last week on Windows release 0.44 master. IIRC there were no errors in the console nor any meaningful data in the console. The problem went away after restarting brackets so I don't know if restarting without extensions will yield meaningful results. If I run into it again I'll try to debug the problem but this has happened in the past. |
sprint 43 experimental build 0.43.0-14375 (release 2878687) I was running "Beautify", "JavaScript Globals", and "Lines of Code Counter for Javascript". Since it took quite some time for the issue to manifest, I'm not sure what was causing it, and I'd like to continue working with my extensions today I won't be able to try without the extensions. If I see it again I will check the console. |
@adammatthewsmith Have you seen this again? Was there anything in the console? Any other ideas on how we could reproduce this? |
@adammatthewsmith (or @JeffryBooher) Another thing you can try to help us gather more info is this:
|
I just hit this now and narrowed it down (using DOM breakpoints) to the find in files results panel here brackets/src/search/SearchResultsView.js Line 483 in 6ad6834
IMHO I would call this high priority bug. |
@jasonsanjose Nice work! I can reproduce it after collapsing one file in the Search Result panel. |
I've been seen this issue a lot, but I never had a way to reproduce it. I just posted a PR that removes that toggle, which should fix this issue. |
Tagging for 1.0 (especially given that Tom has given us a fix). |
Adding Fix In Progress since @TomMalbran has a solution. @jasonsanjose do you want to test this? |
FYI, I only see problem with a slightly stricter version of @jasonsanjose's recipe. |
Confirmed. Closing. |
After coding in Brackets for most of the day the popups for code hints started to dismiss themselves after about 1 second. I would type, see the popup, use the arrow keys to move to the appropriate hint, and then the popup would close. I wasn't scrolling, or doing anything else (intentionally) that would send an event and close the popup.
Restarting Brackets fixed it for me.
The text was updated successfully, but these errors were encountered: