Closed
Bug 1282940
Opened 9 years ago
Closed 7 years ago
Flex item with indefinite flex-basis produces weird overflow inside column container with vertical writing-mode
Categories
(Core :: Layout, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla60
People
(Reporter: Oriol, Unassigned)
References
Details
Attachments
(1 file)
289 bytes,
text/html
|
Details |
Open the testcase and see the long scrollbar.
This result seems similar to what was fixed by bug 1243125, which according to bug 1243125 comment 23 could result in crashes.
Comment 1•9 years ago
|
||
Yeah, there are definitely still some sizing issues with flexbox & vertical writing modes. Marking this as blocking the general bug for those, bug 1079155. ("logical coordinates" = writing-mode-dependent coordinate spaces)
(In reply to Oriol from comment #0)
> This result seems similar to what was fixed by bug 1243125, which according
> to bug 1243125 comment 23 could result in crashes.
The crashes in that case are presumably because the float code has some overhead that involves maintaining pointers to float managers, float containing blocks, etc. In the case of flexbox, I don't think this can trigger crashes -- just huge, bizarre layout.
Blocks: 1079155
Summary: Flex item with indefinite flex-basis produces weird overflow inside column container with vertical writting-mode → Flex item with indefinite flex-basis produces weird overflow inside column container with vertical writing-mode
Updated•8 years ago
|
Priority: -- → P3
Reporter | ||
Comment 2•7 years ago
|
||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox59:
--- → affected
status-firefox60:
--- → fixed
status-firefox-esr52:
--- → affected
Depends on: 1267462
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
Updated•7 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•