Closed
Bug 1419251
Opened 8 years ago
Closed 8 years ago
images don't display in *.taobao.com sites
Categories
(Web Compatibility :: Site Reports, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1414530
People
(Reporter: mytbk920423, Unassigned)
Details
Attachments
(4 files)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0
Build ID: 20171114144214
Steps to reproduce:
Visit https://vimacs.taobao.com/ in Firefox 57.0, 58.0.b4 and 59.0a1.
Actual results:
The images don't show in the browser. The HTML code for the images are like this:
<dt class="photo">
<a href="//item.taobao.com/item.htm?id=551730324021" target="_blank">
<img data-ks-lazyload="//img.alicdn.com/bao/uploaded/i3/91590902/TB2.FfOXDAKh1JjSZFDXXbKlFXa_!!91590902.jpg_240x240.jpg" src="//assets.alicdn.com/s.gif" alt="...">
</a>
</dt>
Expected results:
These images should show in the browser as in earlier versions of Firefox.
Comment 1•8 years ago
|
||
Those images are displayed as expected in Firefox nightly (59) on windows.
Are the images are still missing in the Firefox safemode ?
- https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode
I would expect that an adblocker can cause this.
Flags: needinfo?(mytbk920423)
| Reporter | ||
Comment 2•8 years ago
|
||
(In reply to Matthias Versen [:Matti] from comment #1)
> Those images are displayed as expected in Firefox nightly (59) on windows.
> Are the images are still missing in the Firefox safemode ?
> -
> https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-
> mode
>
> I would expect that an adblocker can cause this.
Not in nightly on Windows either. I did a fresh install and did a refresh after installing nightly and there's no addons.
Flags: needinfo?(mytbk920423)
| Reporter | ||
Comment 3•8 years ago
|
||
Comment 4•8 years ago
|
||
It works on my system as you can see in my screenshot.
Does it work in older Firefox versions ?
Does it also work in a different browser on your system (to rule out filtering on the network layer) ?
| Reporter | ||
Comment 5•8 years ago
|
||
I tried opening the same page in Firefox 57 and Epiphany, and Epiphany can display the images, but Firefox can't. Also, I tried Inspect Element and changed a "data-ks-lazyload" to "src" in the page, and the image shows again.
| Reporter | ||
Comment 6•8 years ago
|
||
I also tried Firefox 54 in Linux Mint Live CD (linuxmint-18.2-cinnamon-64bit.iso), the images also cannot display in it.
Comment 7•8 years ago
|
||
I tried it on my Ubuntu 16.04LTS Box and also on my MAC mini with Firefox57 and the images are also loading as expected.
Did you try the safemode from comment#1 because that also disables video hardware acceleration and other things in firefox ?
Loading http://img.alicdn.com/bao/uploaded/i3/91590902/TB2.FfOXDAKh1JjSZFDXXbKlFXa_!!91590902.jpg_240x240.jpg works for you ?
Networking could be an issue with local Firewall/filtering on your side or because you get a different Server from the CDN but it can't be the reason if loading the direct URL works or if it works in another Browser.
I really don't know what to do next !
| Reporter | ||
Comment 8•8 years ago
|
||
This user script can solve the problem: https://greasyfork.org/zh-CN/scripts/35097-taobao-fix
I saw that the <img data-ks-lzayload=...> becomes <img src=...> after applying this script.
Also, when the problem happens, I can't find in Developer Tool that Firefox try to load the images.
| Reporter | ||
Comment 9•8 years ago
|
||
(In reply to Matthias Versen [:Matti] from comment #4)
> Created attachment 8930440 [details]
> Screenshot
>
> It works on my system as you can see in my screenshot.
> Does it work in older Firefox versions ?
> Does it also work in a different browser on your system (to rule out
> filtering on the network layer) ?
Oh, I see your screenshot you're redirected to the *.world.taobao.com site, which is the same as the user script I mentioned above.
Comment 10•8 years ago
|
||
That I get redirected to a different site explains this :-(
There is no way for me to test this because I don't know how to avoid that redirect.
Comment 11•8 years ago
|
||
Tested on Latest Nightly 59.0a1, Firefox 57(release) ID 20171112125346 and Beta 58.0.b4 using Ubuntu 16.04 x 64 and could not reproduce the issue. The images on https://vimacs.taobao.com/ are properly displayed without any problems detected (Same on Windows 10x64 and Mac 10.12)
mytbk920423 Can you please create a new profile, you have the steps here: https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles?redirectlocale=en-US&redirectslug=Managing-profiles#w_starting-the-profile-manager and check if the issue persists. Hope this helps.
Also please see if this problem is reproduce on other browsers, like: chrome, internet explorer, opera. Thank you
Flags: needinfo?(mytbk920423)
Comment 12•8 years ago
|
||
I've tried to reproduce the bug on all three firefox versions as you mentioned and here's my report.
I could not find 58.0.b4 so I've tested the website on 58.0.b3 and 58.0.b4.
OS: Ubuntu 17.10 64-bit
Case 1: 57.0
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0
Result: Bug cannot be reproduced and the images load as intended.
Screenshot: https://i.imgur.com/fNhfsT9.png
Case 2: 58.0.b3
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0
Result: Bug cannot be reproduce and the images load as intended.
Screenshot: https://i.imgur.com/O70hdOu.png
Case 3: 58.0.b6
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0
Result: Bug cannot be reproduce and the images load as intended.
Screenshot: https://i.imgur.com/x6FORA9.png
Case 4: 59.0.a1
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0
Result: Bug cannot be reproduce and the images load as intended.
Screenshot: https://i.imgur.com/wkoGJei.png
From my testing I conclude that this bug cannot be reproduced on the Ubuntu 17.10 64-bit machine with above Firefox versions.
Comment 13•8 years ago
|
||
(In reply to Shashank Kumar from comment #12)
> I've tried to reproduce the bug on all three firefox versions as you
> mentioned and here's my report.
> I could not find 58.0.b4 so I've tested the website on 58.0.b3 and 58.0.b4.
>
> OS: Ubuntu 17.10 64-bit
>
> Case 1: 57.0
> User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101
> Firefox/57.0
> Result: Bug cannot be reproduced and the images load as intended.
> Screenshot: https://i.imgur.com/fNhfsT9.png
>
> Case 2: 58.0.b3
> User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:58.0) Gecko/20100101
> Firefox/58.0
> Result: Bug cannot be reproduce and the images load as intended.
> Screenshot: https://i.imgur.com/O70hdOu.png
>
> Case 3: 58.0.b6
> User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:58.0) Gecko/20100101
> Firefox/58.0
> Result: Bug cannot be reproduce and the images load as intended.
> Screenshot: https://i.imgur.com/x6FORA9.png
>
> Case 4: 59.0.a1
> User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:59.0) Gecko/20100101
> Firefox/59.0
> Result: Bug cannot be reproduce and the images load as intended.
> Screenshot: https://i.imgur.com/wkoGJei.png
>
> From my testing I conclude that this bug cannot be reproduced on the Ubuntu
> 17.10 64-bit machine with above Firefox versions.
[bugday-20171127]
| Reporter | ||
Comment 14•8 years ago
|
||
(In reply to Shashank Kumar from comment #12)
> I've tried to reproduce the bug on all three firefox versions as you
> mentioned and here's my report.
> I could not find 58.0.b4 so I've tested the website on 58.0.b3 and 58.0.b4.
>
> OS: Ubuntu 17.10 64-bit
>
> Case 1: 57.0
> User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101
> Firefox/57.0
> Result: Bug cannot be reproduced and the images load as intended.
> Screenshot: https://i.imgur.com/fNhfsT9.png
>
> Case 2: 58.0.b3
> User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:58.0) Gecko/20100101
> Firefox/58.0
> Result: Bug cannot be reproduce and the images load as intended.
> Screenshot: https://i.imgur.com/O70hdOu.png
>
> Case 3: 58.0.b6
> User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:58.0) Gecko/20100101
> Firefox/58.0
> Result: Bug cannot be reproduce and the images load as intended.
> Screenshot: https://i.imgur.com/x6FORA9.png
>
> Case 4: 59.0.a1
> User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:59.0) Gecko/20100101
> Firefox/59.0
> Result: Bug cannot be reproduce and the images load as intended.
> Screenshot: https://i.imgur.com/wkoGJei.png
>
> From my testing I conclude that this bug cannot be reproduced on the Ubuntu
> 17.10 64-bit machine with above Firefox versions.
You are also redirected to the *.world.taobao.com site.
I think a Chinese IP is needed to reproduce this bug.
Flags: needinfo?(mytbk920423)
| Reporter | ||
Comment 15•8 years ago
|
||
I opened a temporary socks5 proxy at tiny.cnjabber.net:1080, with which you'll not get redirected to the world site.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Component: Untriaged → Desktop
Product: Firefox → Tech Evangelism
Resolution: --- → DUPLICATE
Version: 57 Branch → Firefox 57
| Assignee | ||
Updated•7 years ago
|
Product: Tech Evangelism → Web Compatibility
You need to log in
before you can comment on or make changes to this bug.
Description
•