Closed
Bug 1424918
Opened 8 years ago
Closed 7 years ago
Small allocated space for “Answers/Questions” on “Chat” page
Categories
(Core :: Layout, defect, P3)
Tracking
()
RESOLVED
DUPLICATE
of bug 1417667
People
(Reporter: etsai, Unassigned)
References
(
URL
)
Details
(Whiteboard: [webcompat])
STR:
1. Navigate to: http://mishu.baidu.com/app.html?from=7&refer=7_2.
2. Tap the available questions or type in some questions.
3. Observe answers.
**Expected Behavior:**
Questions/Answers are fully visible.
**Actual Behavior:**
Questions/Answers are cropped on bottom side.
**Note:**
1. Reproducible on Firefox 55.0.2 Release (Mobile).
2. Not reproducible on Chrome (Mobile) 60.0.3112.107.
3. Screenshot attached.
**Watchers:**
@softvision-sergiulogigan
@softvision-oana-arbuzov
sv; country: tw
https://webcompat.com/uploads/2017/9/5f41d47e-c7b6-4f79-9ff1-4d6f6c234fa2.jpeg

| Reporter | ||
Comment 1•8 years ago
|
||
Simplified version: https://codepen.io/MDTsai/pen/POrdZX and https://codepen.io/MDTsai/pen/RjOOyb for the both see also webcompat issue.
Comment 2•8 years ago
|
||
As it might be related to reflow code(computed value is correct), TY, would you like to take a look first? Thanks.
Flags: needinfo?(tlin)
Comment 3•8 years ago
|
||
From the test case in comment 1, it seems that the contents of the #inner are overflow to the padding-box of the #outer. Several bugs (Bug 1099204, Bug 1277006 and Bug 1417667) are similar to this one.
This should be something related to the overflow-clip-box. This causes web-compact issues because our model is different from other engines.
Mats, could you help on this?
Flags: needinfo?(tlin) → needinfo?(mats)
Comment 4•8 years ago
|
||
It seems to me this is probably a duplicate of bug 1417667, and that is indeed a bug. Both paddings should be taken into account for scroll area no matter what the overflow-clip-box is. It should be able to scroll content to align its end with the content box rather than the padding box.
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: needinfo?(mats)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•