Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@mdebbar
Copy link
Contributor

@mdebbar mdebbar commented Jul 28, 2021

The clipRect operation uses <= and >= to compare coordinates and decide whether a region is clipped out or not. But the growLTRB method uses strict comparisong (< and >) to perform what's supposed to be the same logic of determining clipped out regions.

Goldens PR: flutter/goldens#219

Fixes flutter/flutter#86345

@mdebbar mdebbar added the platform-web Code specifically for the web engine label Jul 28, 2021
@mdebbar mdebbar requested a review from ferhatb July 28, 2021 19:25
@google-cla google-cla bot added the cla: yes label Jul 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes platform-web Code specifically for the web engine

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[web][HTML renderer] DataTable heading row content is shown even though the height is set to zero

2 participants