Closed Bug 1031248 Opened 10 years ago Closed 10 years ago

Twitter: pictures opened from the image row are not always displayed

Categories

(Web Compatibility :: Site Reports, defect)

ARM
Android
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: jan.manthay, Unassigned)

References

()

Details

(Keywords: reproducible)

Attachments

(2 files)

After fixing bug https://bugzilla.mozilla.org/show_bug.cgi?id=924386 direcrly comes a new problem:

Klicking on one of the pictures in the image row does not alway open the picture, but mostly a black site.

It does NEVER show a picture on my Moto G with 31 Beta.

It does RARELY show a picture with 33 Nightly.
But I can’t find a system.

Used example site:
https://twitter.com/hello_online
Status: UNCONFIRMED → NEW
Component: General → Mobile
Ever confirmed: true
Keywords: reproducible
Product: Firefox for Android → Tech Evangelism
Summary: Twitter: Pictures opend from the image row are not always displayed → Twitter: pictures opened from the image row are not always displayed
Version: unspecified → Trunk
Attached image screenshot.png
On trunk Nightly tapping on an image looks like this
Seems to work on my HTC One with 31 Beta and Nightly (33a1)
Attached image 2014-06-30 15.39.47.png
Yeah, not able to reproduce here on Nexus 7 either. I wonder if we're just getting different versions (I see "Revision: b93caacb7c84a24bd8668c682071e97f9f95b674" in the devtools console).

The alignment of the images I do see seems wrong, compared to what I see in Chrome Mobile.

From m5_defer.css:

.tweets-slideshow .photo-container{
	-webkit-box-pack:center;
	-moz-box-pack:center;
	-webkit-box-align:center;
	-moz-box-align:center;
	display:-webkit-box;
	min-height:320px;
	text-align:center
}

Most of their CSS has corresponding -moz- prefixes, but this one style missed it (see display:-webkit-box).
Jan, would you mind trying to reproduce again? If you're able to hook up remote debugging (or can grep for "Revision: " from logcat), it would be interesting to see the revision hash getting served to you.
At the moment I can open the pictures on all my devices.

But I would wait a bit, it worked already for some time, I will look regulary if it works.
Flags: needinfo?(jan.manthay)
It works for a while now without problems.
I think it could set as fixed.
Great, thanks :)
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
Product: Tech Evangelism → Web Compatibility
Component: Mobile → Site Reports
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: