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

Stack squishes positioned elements near the edge #714

Merged
merged 1 commit into from
Aug 20, 2015

Conversation

abarth
Copy link
Contributor

@abarth abarth commented Aug 20, 2015

When laying out positioned children inside a stack, we should give them
unbounded constraints because if they draw outside of the stack, we'll just
clip them.

@abarth
Copy link
Contributor Author

abarth commented Aug 20, 2015

@apwilson

When laying out positioned children inside a stack, we should give them
unbounded constraints because if they draw outside of the stack, we'll just
clip them.
@Hixie
Copy link
Contributor

Hixie commented Aug 20, 2015

LGTM

abarth added a commit that referenced this pull request Aug 20, 2015
Stack squishes positioned elements near the edge
@abarth abarth merged commit 5b7e927 into flutter:master Aug 20, 2015
@abarth abarth deleted the stack_squish branch August 20, 2015 18:25
rhencke pushed a commit to rhencke/engine that referenced this pull request Dec 20, 2020
rhencke pushed a commit to rhencke/engine that referenced this pull request Dec 20, 2020
* Allow hard splits inside string interpolation.

Removing *all* splits broken several things. In particular, multiline
strings and line comments inside interpolation really do need to
maintain their splits.

This allows all hard splits to split but not soft splits. It also allows
collection literals to split. That's not ideal, but it should be a rare
case anyway. If you don't want that to split, don't have a collection
literal inside a string interpolation in a line that doesn't fit the
page width.

Fix flutter#711.

* Add another edge case test.

* Bump version and update changelog.

* Revise README.
aam added a commit to aam/engine that referenced this pull request Apr 18, 2023
Changes since last roll:
```
059d155 [dart] Add identifier needed for zlib roll (flutter#718)
459d3e5 Bump github/codeql-action from 2.2.11 to 2.2.12 (flutter#716)
91f1ba5 Bump actions/checkout from 3.5.1 to 3.5.2 (#715)
2e5c483 Bump actions/checkout from 3.5.0 to 3.5.1 (flutter#714)
a5af13d Remove codeql. (flutter#713)
```
auto-submit bot pushed a commit that referenced this pull request Apr 18, 2023
Changes since last roll:
```
059d155 [dart] Add identifier needed for zlib roll (#718)
459d3e5 Bump github/codeql-action from 2.2.11 to 2.2.12 (#716)
91f1ba5 Bump actions/checkout from 3.5.1 to 3.5.2 (#715)
2e5c483 Bump actions/checkout from 3.5.0 to 3.5.1 (#714)
a5af13d Remove codeql. (#713)
```
itekdev pushed a commit to itekdev/flutter-engine0 that referenced this pull request May 1, 2023
Bump actions/checkout from 3.5.0 to 3.5.1
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants