Skip to content

Add overflow-clip regression test for DefaultEmojiPickerView (#256) - #267

Merged
Fintasys merged 1 commit into
masterfrom
add-overflow-clip-test-256
Jul 21, 2026
Merged

Add overflow-clip regression test for DefaultEmojiPickerView (#256)#267
Fintasys merged 1 commit into
masterfrom
add-overflow-clip-test-256

Conversation

@Fintasys

Copy link
Copy Markdown
Owner

Salvages the widget test from #265.

The ClipRect production fix for #256 already landed on master via #259, which made #265's code change redundant (and conflicting). The one genuinely-new piece there was a regression test — this PR carries just that test over on top of current master.

The test constrains the picker well below its natural height and asserts the view Column is wrapped in a ClipRect (matched precisely via a widget predicate so it isn't affected by the incidental ClipRects the grid/scroll views add).

All tests pass locally (flutter test).

Closes the coverage gap left by #265.

Salvaged from #265. The ClipRect fix itself already landed on master via
#259; this adds the missing regression test that constrains the picker
below its natural height and asserts the view Column is wrapped in a
ClipRect so the overflow is clipped.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@Fintasys
Fintasys merged commit 0e027e1 into master Jul 21, 2026
1 check passed
@Fintasys
Fintasys deleted the add-overflow-clip-test-256 branch July 21, 2026 17:28
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.

1 participant