Closed
Bug 729556
Opened 13 years ago
Closed 11 years ago
m.photobucket.com image carousel does not work correctly in Gecko (Webkit CSS)
Categories
(Web Compatibility :: Site Reports, defect)
Tracking
(blocking-kilimanjaro:+)
RESOLVED
FIXED
blocking-kilimanjaro | + |
People
(Reporter: camelia.urian, Assigned: karlcow)
References
()
Details
(Whiteboard: [country-all] [serversniff] [sitewait])
Attachments
(3 files)
Fennec/13.0a1 2012-02-22
Device: HTC Desire (Android 2.2)
Steps to reproduce:
1. Go to photobucket.com
2. Wait for the page to load.
3. Using the left/right arrows navigate through different categories.
4. Select one of the Categories and open the album.
5. Open one of the photos.
6. Do the same steps on the Android Browser.
Expected results:
The page is supported and can be used.
Actual results:
At step 3 tapping the navigation arrows does not have any effect.
At step 4 there is no way to change the scroll left/right through all the pictures and only a few pictures are displayed.
At step 5 the UI - especially the buttons - are not correctly displayed.
Note:
-- Issue is not reproducible on the Android Browser
Reporter | ||
Comment 1•13 years ago
|
||
Reporter | ||
Comment 2•13 years ago
|
||
Comment 3•13 years ago
|
||
I see Webkit specific tags on:
-webkit-transform
-webkit-animation-fill-mode:
-webkit-animation-name
Component: General → Evangelism
QA Contact: general → evangelism
Updated•13 years ago
|
Summary: m.photobucket.com does work correctly on Fennec → m.photobucket.com image carousel does work correctly in Gecko (Webkit CSS)
![]() |
||
Updated•13 years ago
|
Summary: m.photobucket.com image carousel does work correctly in Gecko (Webkit CSS) → m.photobucket.com image carousel does not work correctly in Gecko (Webkit CSS)
Updated•13 years ago
|
blocking-kilimanjaro: --- → ?
Comment 4•13 years ago
|
||
Nominating for kilimanjaro, as this is on Ron's top sites list.
blocking-kilimanjaro: ? → ---
Updated•13 years ago
|
blocking-kilimanjaro: --- → ?
Updated•13 years ago
|
Blocks: layout-compat
blocking-kilimanjaro: ? → +
Updated•13 years ago
|
Blocks: photobucket.com
Comment 5•12 years ago
|
||
Still busted. Is blocking-killimanjaro still a thing? Is there movement here?
Comment 6•12 years ago
|
||
(In reply to Aaron Train [:aaronmt] from comment #5)
> Still busted. Is blocking-killimanjaro still a thing?
No.
>Is there movement here?
I don't have a record that anyone has been in touch with Photobucket. I just submitted a support request on their site with the details outlined above. Are there any known issues with this site beyond what's listed in comment 3?
Updated•12 years ago
|
Component: Evangelism → Mobile
Product: Firefox for Android → Tech Evangelism
Version: Trunk → unspecified
Comment 7•12 years ago
|
||
In the script http://static.pbsrc.com/include/js/mobpkgs/28.9.67/home.js we find
if(this.isAndroid){this.jqMove()}else{this.setPositionMovePositions();this.baseMove()}
this.isAndroid is false, and this.setPositionMovePositions() relies on webkit CSS per comment #3.
The "isAndroid" variable is set by server-side browser detection - the value determined by the backend is inserted into this script:
<script type="text/javascript">
var cfg = {
"currentIndex" : 4,
"count" : 11,
"isAndroid" : false};
hpslider.init(cfg);
</script>
Setting "isAndroid" to true makes the carousel work.
Updated•12 years ago
|
Status: NEW → UNCONFIRMED
Ever confirmed: false
Whiteboard: serversniff
![]() |
Assignee | |
Updated•12 years ago
|
Whiteboard: serversniff → [serversniff]
Updated•11 years ago
|
Whiteboard: [serversniff] → [serversniff][contactready]
![]() |
Assignee | |
Comment 8•11 years ago
|
||
First attempt. http://twitter.com/MozWebCompat/status/390891030687780864
Assignee: nobody → kdubost
Whiteboard: [serversniff][contactready] → [country-all] [serversniff] [sitewait]
![]() |
Assignee | |
Comment 9•11 years ago
|
||
> @MozWebCompat No problem! I'll pass this on to our developers. Thanks! — http://twitter.com/photobucket/status/390892339742261248
Updated•11 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 10•11 years ago
|
||
Everything seems to be fixed now, working nicely in Aurora. In the following CSS files we've got corresponding -moz- prefixes,
<link rel="stylesheet" type="text/css" href="http://static2.pbsrc.com/pkg/fb0b48794b85f838e6fd4522679528c291ad0ce3/head_global_mobile.css" />
<link rel="stylesheet" type="text/css" href="http://static2.pbsrc.com/pkg/fb0b48794b85f838e6fd4522679528c291ad0ce3/head_detail_mobiledetailpage_mobile.css" />
And the documentElement looks like <html class="is_moz is_android is_mobileweb...
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Tech Evangelism → Web Compatibility
Updated•11 months ago
|
Component: Mobile → Site Reports
You need to log in
before you can comment on or make changes to this bug.
Description
•