Closed Bug 1514991 Opened 5 years ago Closed 5 years ago

scrollbar wraps content with flexible width

Categories

(Firefox :: Untriaged, defect)

64 Branch
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1335265

People

(Reporter: lukas.buchs, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0

Steps to reproduce:

https://jsfiddle.net/er1a0Lj2/2/


Actual results:

Width of the outer div (with dynamic width) persist when scrollbar appears; content of inner div wraps.


Expected results:

the outer div should increase its size when scrollbar appears. (chromium/edge behave correctly)
Thanks for the bug report!

For what it's worth, there's actually no dependency on flexbox here -- the testcase renders the same (with unwanted linewrapping in Firefox) if I remove the flex styling:  https://jsfiddle.net/er1a0Lj2/5/

This is a version of bug 1335265. --> Marking as a duplicate.
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.