Closed
Bug 678870
Opened 14 years ago
Closed 12 years ago
UTest Bug ID: 204012 - ifeng.com - Image scrolling feature is not working on Firefox
Categories
(Tech Evangelism Graveyard :: Chinese-Traditional, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: webqa.utest, Unassigned)
Details
Attachments
(1 file)
|
106.46 KB,
image/png
|
Details |
Additional Environment Info:
Device Maker / Manufacturer: THC
Device Model: Desire
Device OS: Android OS v2.2
Device Carrier: Telus Mobility (using WiFi)
URL tested: ifeng.com
Native browser: Internet v2.2
Steps:
1) Open ifeng.com on Firefox Beta v6
2) Scroll down to the Image Scrolling feature (see screenshot)
3) Tap on the buttons ">>>" and "<<<" and note that the scrolling feature is not working (the images aren't scrolled)
1) Open ifeng.com on Native Browser (Internet v2.2)
2) Scroll down to the Image Scrolling feature (see screenshot)
3) Tap on the buttons ">>>" and "<<<" and note that the images can be successfully scrolled/updated
Expected:
The image scrolling feature should work on Firefox
Actual:
The image scrolling feature is not working on Firefox
Tried tapping the ">>>" button, but the image is not updated (Compare Firefox-1.png and Firefox-2.png)
It works on my native browser
| Reporter | ||
Updated•14 years ago
|
Status: NEW → UNCONFIRMED
Ever confirmed: false
Comment 1•14 years ago
|
||
The offending code is webkit transitions/transforms [1]. Not a Fennec front-end issue.
<div id="scroller_imglist" style="-webkit-transition-property: -webkit-transform; -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1); -webkit-transition-duration: 0ms; -webkit-transform: translate3d(0px, 0px, 0px); ">
Assignee: nobody → chinese-traditional
Component: General → Chinese-Traditional
Product: Fennec → Tech Evangelism
QA Contact: general → chinese-traditional
Version: Firefox 4.0 → unspecified
Comment 2•12 years ago
|
||
Re-tested in Firefox 23 (Desktop) with various UA strings..
FirefoxOS: I get Desktop site, not mobile.
Firefox on Android: I get mobile site, there is an "image scroll" feature but it looks slightly different from the one in the screenshot, and it works fine.
iPhone UA: same mobile site as Android
Conclusion: problem not found, looks fixed. If anyone still observes the problem, please give a UA string for testing.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•