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: request focus in find replace menu #440

Merged
merged 1 commit into from
Sep 11, 2023

Conversation

Xazin
Copy link
Collaborator

@Xazin Xazin commented Sep 6, 2023

This PR includes a workaround to keep focus after submitting in the find/replace text fields, otherwise the focus is forced on the editor due to the interactions required.

@Xazin Xazin added the bug Something isn't working label Sep 6, 2023
@codecov
Copy link

codecov bot commented Sep 6, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.01% 🎉

Comparison is base (3f2db9b) 79.91% compared to head (3b23043) 79.93%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #440      +/-   ##
==========================================
+ Coverage   79.91%   79.93%   +0.01%     
==========================================
  Files         274      274              
  Lines       11454    11462       +8     
==========================================
+ Hits         9154     9162       +8     
  Misses       2300     2300              
Files Changed Coverage Δ
.../editor/find_replace_menu/find_replace_widget.dart 95.06% <100.00%> (+0.54%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Xazin
Copy link
Collaborator Author

Xazin commented Sep 6, 2023

Closes #386

@Xazin Xazin requested a review from LucasXu0 September 6, 2023 11:32
@LucasXu0 LucasXu0 merged commit 5747412 into AppFlowy-IO:main Sep 11, 2023
10 checks passed
q200892907 added a commit to q200892907/appflowy-editor that referenced this pull request Sep 13, 2023
* main:
  chore: refactor attribute comparison in Delta class diff loop (AppFlowy-IO#456)
  fix: duration cannot be zero in animate (AppFlowy-IO#452)
  chore: update Chinese l10n (AppFlowy-IO#445)
  fix: sometimes failed to paste content from google translation (AppFlowy-IO#451)
  feat: refactor color conversion method to handle RGB and hex formatsRefactor method to handle RGB and hex formats, improving color conversion (AppFlowy-IO#450)
  fix: unable to paste html contains section (AppFlowy-IO#448)
  fix: remove unused check in non_delta_input_service (AppFlowy-IO#447)
  feat: optimize the performance (AppFlowy-IO#442)
  refactor: migrate tests (AppFlowy-IO#438)
  feat: bulk open links shortcut (AppFlowy-IO#419)
  fix: request focus in find replace menu (AppFlowy-IO#440)
  feat: implement delta diff and provide external values (AppFlowy-IO#444)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants