Closed Bug 611176 Opened 14 years ago Closed 14 years ago

Headline images on mobile msnbc.com are shifted out of div

Categories

(Firefox for Android Graveyard :: General, defect)

ARM
Android
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 63895

People

(Reporter: tchung, Unassigned)

References

()

Details

Attachments

(2 files)

Attached image misaligned images
See screenshot. It looks properly aligned on Android stock browser Repro: 1) install android nightly: Mozilla/5.0 (Android; Linux armv71; rv:2.0b8pre) Gecko/20101110 Firefox/4.0b8pre Fennec/4.0b3pre 2) visit url 3) Verify images are misaligned Expected: - images fit within the div. looks proper on Android stock browser Actual: - misaligned
tracking-fennec: --- → ?
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Attached image firefox screenshot
desktop firefox renders this the same way, it might be a problem for evangelism
the image is position:absolute;top:10;left:10 and inside an anchor element further down on the page. Both desktop firefox and fennec render this the same way. To be honest, I don't know if this is correct behavior or not.
Status: RESOLVED → UNCONFIRMED
Ever confirmed: false
Resolution: DUPLICATE → ---
So what are the steps to reproduce (on desktop, say).
(In reply to comment #4) > So what are the steps to reproduce (on desktop, say). http://lassey.us/pos.html is a reduced test case, it seems that msnbc's mobile site expects the red and blue blocks to be in the green div. In order to see the mobile version of msnbc, just spoof your UA string (I'm using https://addons.mozilla.org/en-US/firefox/addon/59/)
The site has this markup: <li class="story multimedia"> <a> <img > </a> </li> and these CSS rules that are relevant: li.multimedia img { position: absolute; top: 10px; left: 10px } li.multimedia { position: relative } .story { display: table }
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago14 years ago
Resolution: --- → DUPLICATE
tracking-fennec: ? → ---
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: