fix(weather-editor): loss of focus on searchbar when typing#2145
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughModified the search dropdown positioning and focus behavior in WeatherWidget. Replaced repeated cursor position calls with a single captured position, adjusted ImGui window flags to prevent automatic focus, and simplified dropdown dismissal to use only Escape key, removing focus-based closure logic. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
No actionable suggestions for changed features. |
| #include <format> | ||
|
|
||
| #include "imgui_internal.h" | ||
|
|
There was a problem hiding this comment.
is this necessary or ai silly
|
✅ A pre-release build is available for this PR: |
…y-shaders#2145) Co-authored-by: SkrubbySkrubInAShrub <skrubbyskrubinashrub@gmail.com>
…y-shaders#2145) Co-authored-by: SkrubbySkrubInAShrub <skrubbyskrubinashrub@gmail.com> (cherry picked from commit 2c306c7)
Fixes bug where you would lose focus on the searchbar after entering 1 character, preventing the input of the next.
Summary by CodeRabbit