← Back to team overview

ubuntu-webapps-bugs team mailing list archive

[Bug 1402975] Re: Wrong render of dota2.com on mako RTM #11

 

I'm not sure what you expected to happen when you have a div that is
relative positioned with "left: 50%" and a left margin of -800px on a
screen that is about 341px wide. By my calculation, that puts the left
edge of it at about -630px. With the div containing an absolute
positioned element with "left: 400px", that puts the start of the text
at about -230px - well off the left edge of the screen.

I tested this in Firefox and Chrome in responsive design mode with the
screen resolution from mako (569x341 DIPs), and I get exactly the same
result. This isn't an Oxide bug at all

** Changed in: oxide
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to Oxide.
https://bugs.launchpad.net/bugs/1402975

Title:
  Wrong render of dota2.com on mako RTM #11

Status in Oxide Webview:
  Invalid

Bug description:
  Some page of dota2.com is rendered bad on mako RTM#11, but I'm not
  able to reproduce the same thing on desktop.

  Depending on the page, the entire page is cut on the left (like
  http://www.dota2.com/shiftingsnows), or background images are moved to
  the left (like http://blog.dota2.com)

  I think (but I'm not sure) it's about div with left property that is a child of a div with a negative marginLeft. In fact, I'm able to reproduce it on this real simple page: http://people.ubuntu.com/~rpadovani/touch/oxide/oxide.html
  The first text is cut off on the left on mako, while on every other browser I tried (chromium on desktop, android browser on phone) render it right

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1402975/+subscriptions


References