webcompat / web-bugs

A place to report bugs on websites.
https://webcompat.com
Mozilla Public License 2.0
747 stars 67 forks source link

my.yota.ru - desktop site instead of mobile site #15247

Closed webcompat-bot closed 6 years ago

webcompat-bot commented 6 years ago

URL: https://my.yota.ru/selfcare/login?goto=https://my.yota.ru:443/devices

Browser / Version: Firefox Mobile 60.0 Operating System: Android 5.0 Tested Another Browser: Yes

Problem type: Desktop site instead of mobile site Description: do not fit to screen. no horisontal scroll Steps to Reproduce:

Screenshot Description

From webcompat.com with ❤️

softvision-oana-arbuzov commented 6 years ago

I was able to reproduce the issue. It appears that on Firefox the page has a fixed position and can't be horizontally scrolled / zoomed in/out. Note: the site is not mobile optimized. pagefixedposition

Tested with: Browser / Version: Firefox Nightly Mobile 60.0a1 (2018-02-01) Operating System: Google Pixel (Android 8.1.0) - Resolution 1080 x 1920 pixels (~441 ppi pixel density), Samsung Galaxy S7 Edge (Android 7.0) - Resolution 1440 x 2560 pixels (~534 ppi pixel density)

Moving to Needsdiagnosis for further investigation.

karlcow commented 6 years ago

First of all the connection is considered not secured. On chrome

Screenshot Description

karlcow commented 6 years ago
body {
    position: relative;
    overflow-x: hidden;
    -webkit-transition: -webkit-transform .7s;
    transition: transform .7s;
}

overflow-x: hidden; in https://my.yota.ru/selfcare/gzip_129894408/css/authstyles.css is the reason.

This needs to be removed. It is also a case of ICB on an overflow: hidden

karlcow commented 6 years ago

Close as duplicate of https://bugzilla.mozilla.org/show_bug.cgi?id=1423013