Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deceeeu.ro - Layout is messed up #918

Closed
ioana-chiorean opened this issue Apr 17, 2015 · 10 comments
Closed

deceeeu.ro - Layout is messed up #918

ioana-chiorean opened this issue Apr 17, 2015 · 10 comments
Labels
browser-firefox os-android Issues only happening on Android.
Milestone

Comments

@ioana-chiorean
Copy link

URL: deceeu.ro
Browser / Version: Firefox 40.0
Operating System: Android
Problem type: Mobile site is not usable

Steps to Reproduce
Steps:

  1. Go to deceeu.ro
  2. Pan around and zoom

Expected results:

  • the page elements should be displayed without any visual error

Actual Result:

  • the video frame is right aligned, after panning the page has visual errors and displayed white left column
@ioana-chiorean
Copy link
Author

deceeu

@ioana-chiorean ioana-chiorean changed the title deceeeu.ro - mobile site is not usable deceeeu.ro - Layout is messed up Apr 17, 2015
@ioana-chiorean
Copy link
Author

@karlcow
Copy link
Member

karlcow commented Apr 20, 2015

→ ping deceeeu.ro
ping: cannot resolve deceeeu.ro: Unknown host

→ ping www.deceeeu.ro
ping: cannot resolve www.deceeeu.ro: Unknown host

Little issue currently. The Web site is totally of the grid.

@karlcow
Copy link
Member

karlcow commented Apr 20, 2015

Ah the bug report has the wrong address. http://deceeu.ro/ I'm fixing this first.

@karlcow
Copy link
Member

karlcow commented Apr 20, 2015

if we remove the display: block, everything falls into place.

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    height: auto;
    max-width: 100%;
}

Let's switch to needscontact.

@hallvors
Copy link

Might also add a clear instruction as documented here: https://bugzilla.mozilla.org/show_bug.cgi?id=1152751#c6

@karlcow
Copy link
Member

karlcow commented Apr 20, 2015

The issue with the clear: left is that it puts the trailer always under the Berlin logo. But let's decide the site owners decide. :)

Either

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    height: auto;
    max-width: 100%;
}

OR

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    height: auto;
    max-width: 100%;
    clear:left;
}

will solve the issue.

@webcompat-bot webcompat-bot added status-fixed os-android Issues only happening on Android. and removed browser-android labels Feb 8, 2016
@karlcow
Copy link
Member

karlcow commented Feb 8, 2016

The site is fixed.

Thanks @ioana-chiorean

@karlcow
Copy link
Member

karlcow commented Feb 8, 2016

It was partly dependent on https://bugzilla.mozilla.org/show_bug.cgi?id=478834

@ioana-chiorean
Copy link
Author

Thank you all! 🎉 👏

@karlcow karlcow added this to the fixed milestone Oct 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser-firefox os-android Issues only happening on Android.
Projects
None yet
Development

No branches or pull requests

4 participants