Skip to content

Fix cursor not brought to view when editor is scrollable and wrapped inside scrollable - #555

Merged
Amir-P merged 6 commits into
masterfrom
fix/cursor_not_brought_to_view_when_editor_is_scrollable_inside_scrollable
Sep 21, 2025
Merged

Fix cursor not brought to view when editor is scrollable and wrapped inside scrollable#555
Amir-P merged 6 commits into
masterfrom
fix/cursor_not_brought_to_view_when_editor_is_scrollable_inside_scrollable

Conversation

@Amir-P

@Amir-P Amir-P commented Sep 20, 2025

Copy link
Copy Markdown
Member

Fixes #554

@codecov

codecov Bot commented Sep 20, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.30%. Comparing base (6146a8a) to head (01474c3).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #555      +/-   ##
==========================================
+ Coverage   89.24%   89.30%   +0.06%     
==========================================
  Files          63       63              
  Lines       10986    10985       -1     
==========================================
+ Hits         9804     9810       +6     
+ Misses       1182     1175       -7     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Amir-P
Amir-P requested a review from amantoux September 20, 2025 14:19

@amantoux amantoux left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment thread packages/fleather/lib/src/widgets/editor.dart Outdated
@amantoux
amantoux self-requested a review September 21, 2025 07:24

@amantoux amantoux left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one comment, all good for me otherwise

@Amir-P

Amir-P commented Sep 21, 2025

Copy link
Copy Markdown
Member Author

Thanks for pointing it out! Can you check again please? @amantoux

@Amir-P
Amir-P requested a review from amantoux September 21, 2025 09:31

@amantoux amantoux left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@amantoux amantoux left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Amir-P
I've made some comments

Comment thread packages/fleather/test/widgets/editor_test.dart Outdated
Comment thread packages/fleather/test/widgets/editor_test.dart Outdated

@amantoux amantoux left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Amir-P
Amir-P merged commit b4c4d7a into master Sep 21, 2025
4 checks passed
@Amir-P
Amir-P deleted the fix/cursor_not_brought_to_view_when_editor_is_scrollable_inside_scrollable branch September 21, 2025 09:46
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.

Cursor is not brought to view when editor wrapped in Scrollable but is also scrollable

2 participants