configuraraparelhos.claro.com.br - The action description text is missing from the tutorial pictures
Categories
(Web Compatibility :: Site Reports, defect, P2)
Tracking
(Webcompat Priority:P3, Webcompat Score:1, firefox145 affected, firefox146 affected, firefox147 affected)
People
(Reporter: rbucata, Assigned: twisniewski)
References
(Depends on 1 open bug, )
Details
(Keywords: webcompat:platform-bug, webcompat:site-report, webcompat:sitepatch-applied, Whiteboard: [webcompat-source:web-bugs])
User Story
user-impact-score:6 platform:windows,mac,linux,android impact:content-missing configuration:general affects:all branch:release diagnosis-team:layout
Attachments
(2 files)
Environment:
Operating system: Windows 10
Firefox version: Firefox 145.0
Steps to reproduce:
- Navigate to: https://configuraraparelhos.claro.com.br/sistema-operacional/samsung-android-15/como-ativar-ou-desativar-a-rede-5g
- Scroll and observe the "Paso" section located below the images
Expected Behavior:
Description text is present
Actual Behavior:
Description text is missing
Notes:
- Reproduces regardless of the status of ETP
- Reproduces in firefox-nightly, and firefox-release
- Does not reproduce in chrome
Created from https://github.com/webcompat/web-bugs/issues/188458
| Reporter | ||
Updated•6 months ago
|
| Reporter | ||
Comment 1•6 months ago
|
||
Comment 2•6 months ago
|
||
Since nightly and release are affected, beta will likely be affected too.
For more information, please visit BugBot documentation.
Updated•6 months ago
|
Updated•6 months ago
|
Comment 3•6 months ago
|
||
Removing flex-grow: 1; from the <div> containing the text makes it visible again.
| Assignee | ||
Comment 4•5 months ago
|
||
Updated•5 months ago
|
| Assignee | ||
Comment 5•5 months ago
|
||
This doesn't seem to affect Android, so I'll make a desktop-only intervention.
Comment 7•5 months ago
|
||
| bugherder | ||
| Assignee | ||
Updated•5 months ago
|
Updated•5 months ago
|
Comment 8•5 months ago
•
|
||
The problem here is that they've got a max-height: fit-content declaration applying to the div <div class="text-content mdn-Col-lg-6">, in https://configuraraparelhos.claro.com.br/assets/css/usecase.css , and they're depending on the browser honoring that style, in order to achieve the proper layout.
Firefox doesn't currently honor fit-content for max-height -- that's bug 1672559. And in Chrome, if I untick that declaration (in a browser window that's wide enough to trigger this problem), then the same issue shows up there too.
(In reply to Thomas Wisniewski [:twisniewski] from comment #5)
This doesn't seem to affect Android, so I'll make a desktop-only intervention.
Indeed, that's because the site has media queries, and only their styles for the widest viewports seem to have this problem.
Updated•5 months ago
|
Updated•3 months ago
|
Updated•6 days ago
|
Description
•