URL: https://connect.detik.com/dashboard/public/mozilianulb
Browser / Version: Firefox Mobile Nightly 59.0a1 (2017-11-27)
Operating System: Huawei P10 (Android 7.0) - Resolution 1080 x 1920 pixels (~432 ppi pixel density)
Tested Another Browser: Yes
Problem type: Design is broken
Description: Image is displayed copped on user profile page
Prerequisites
Steps to Reproduce
Expected Behavior:
Image is fully displayed.
Actual Behavior:
Image is cropped.
Note:
Watchers:
@softvision-sergiulogigan
@softvision-oana-arbuzov
_From webcompat.com with ❤️_
I have the feeling the domain name for this issue is https://connect.detik.com/dashboard/public/mozilianulb?
The markup
<div class="cover">
<div class="box_cover">
<img src="https://connect.detik.com/assets/images/coverheader.jpg" onerror="this.src='https://connect.detik.com/assets/images/coverheader.jpg'">
</div>
</div>
This is happening only on Firefox Android on device not on RDM.
ok I can reproduce on RDM when I set the font to be "Clear Sans" on the header menu
<div id="header_menu">
<a href="/dashboard/public/mozilianulb/profile?ui=m">Profil</a>
<a class="selected" href="/dashboard/public/mozilianulb?ui=m">Aktivitas</a>
<a href="/dashboard/public/mozilianulb/badge?ui=m">Badge</a>
</div>
With the normal font: helvetica
<a class="selected" href="/dashboard/public/mozilianulb?ui=m">Aktivitas</a>
is 33.5px high.
but when it uses Clear Sans, the box is 38px high, the orange is below the menu and then reduce the space for the image which is set at 100% of the remaining space.
Adding a display: flex on #header_menu will fix the issue and it will also make the float:left on a useless.
#header_menu a {
color: #fff;
/* float: left; */
padding: 9px 2px 8px 2px;
text-decoration: none;
width: 32%;
}
So basically.
#header_menu {
background: #1a387d none repeat scroll 0 0;
color: #fff;
font-size: 13px;
height: 36px;
text-align: center;
text-transform: uppercase;
display: flex;
flex-direction: row;
justify-content: space-around;
}
#header_menu a {
color: #fff;
padding: 9px 2px 8px 2px;
text-decoration: none;
}
will solve it nicely.
Reaching out by email to [email protected]
@adamopenweb Detik.com is an Indonesian news website, so please try not to be too technical in explaining the fix to this problem.
No response so far, let's set back to needscontact.
@reinhart1010 are you able to speak Indonesian? If so, would you be interested in contacting them?
@adamopenweb Yes, while it's quite difficult to properly contact for technical support in some Indonesian news websites.
Instead, I will try to contact the Editor team for this issue, issues #12991 (Tribunnews.com), #13071 (Merdeka.com) and #13200 (KapanLagi). These are also Indonesian news websites.
That's great thanks @reinhart1010!
Once you have, we can switch the status to sitewait.
Contacted via Twitter (in Indonesian):
After retesting the issue I confirm that the issue has been fixed.

Tested with:
Browser / Version: Firefox Nightly 68.0a1 (2019-06-21), Firefox Fenix (Preview) 1.0.1926
Operating System: Huawei P10 (Android 8.0) - 1080 x 1920 pixels (~432 ppi pixel density)