Closed
Bug 1423373
Opened 6 years ago
Closed 6 years ago
some clickable items on website are inactive
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: amo.bordier, Assigned: mayhemer)
References
()
Details
(Keywords: regression)
Attachments
(1 file)
2.28 MB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0 Build ID: 20171112125346 Steps to reproduce: * go to https://www.lequipe.fr/Football/match/422947 * click on clickable tabs: AVANT-MATCH, RÉS - CLASS, STATS Actual results: nothing happens, the items are clickable but seems inactive Expected results: the content of the tab should be displayed
Comment 1•6 years ago
|
||
I can reproduce this report on my system and running Firefox in the safemode makes this work. To bad that I was away to long to remember what the safemode disables besides extensions :-(
Reporter | ||
Comment 2•6 years ago
|
||
@Matthias: good catch. indeed it seems that the issue is related to Adblock Plus add-on. I don't reproduce the issue if this add-on is disabled. so I don't know if it is a real bug. anyway thanks for your help.
Comment 3•6 years ago
|
||
Does it work for you in the normal Firefox mode with just adblock plus disabled ? That is not the case on my system because I always test with a special clean profile without extensions. The safemode disables more than just disabling extensions. The hardware graphic acceleration and the Javascript JIT are also disabled and apparently more things.
Reporter | ||
Comment 4•6 years ago
|
||
actually I observe 2 different behavior * on my business laptop (win7 firefox ESR 52.2.1), disabling adblock plus only is sufficient to fix the issue * on my personal laptop (win10 firefox 57), running firefox in safe mode is necessary to fix the issue
Comment 5•6 years ago
|
||
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0 I had tested this issue on Windows 10 x64 with latest Firefox Release(57.0.2) and the latest Nightly (59.0a1-20171207220423) with a clean new Firefox profile and manage to reproduce the issue. After navigating to the provided URL and clicking any of the mentioned tabs "AVANT-MATCH, RÉS - CLASS, STATS", the content for the corresponding tab is not displayed.
status-firefox57:
--- → affected
status-firefox58:
--- → affected
status-firefox59:
--- → affected
Component: Untriaged → Event Handling
OS: Unspecified → All
Product: Firefox → Core
Hardware: Unspecified → All
Comment 6•6 years ago
|
||
Hi Emil, I tried Firefox 56 which worked well so I suspected this is a regression. Could you please help us get the regression window? Thanks.
Flags: needinfo?(emil.pasca)
Updated•6 years ago
|
Keywords: regression,
regressionwindow-wanted
![]() |
||
Comment 7•6 years ago
|
||
Regression window: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=10d42af6319d08daca29d5d163f301696b5ff1fd&tochange=b37a0bd71bbb1f3e5b4f58f1936d9cc0a38851d2 Regressed by: b37a0bd71bbb Honza Bambas — Bug 1358060 - Allow postponing of unimportant resources opening during page load, class-of-service Tail flag. r=dragana And also I confirmed that setting network.http.tailing.enabled=false fixes the problem on Nightly59.0a1.
Blocks: tailing
Status: UNCONFIRMED → NEW
Component: Event Handling → Networking: HTTP
Ever confirmed: true
Keywords: regressionwindow-wanted
Comment 8•6 years ago
|
||
(In reply to Alice0775 White from comment #7) > Regression window: > https://hg.mozilla.org/integration/mozilla-inbound/ > pushloghtml?fromchange=10d42af6319d08daca29d5d163f301696b5ff1fd&tochange=b37a > 0bd71bbb1f3e5b4f58f1936d9cc0a38851d2 > > Regressed by: > b37a0bd71bbb Honza Bambas — Bug 1358060 - Allow postponing of unimportant > resources opening during page load, class-of-service Tail flag. r=dragana > > > And also I confirmed that setting network.http.tailing.enabled=false fixes > the problem on Nightly59.0a1. Thank you!
Flags: needinfo?(emil.pasca)
![]() |
Assignee | |
Comment 9•6 years ago
|
||
I'll look into this. Thanks for the report!
Assignee: nobody → honzab.moz
![]() |
Assignee | |
Comment 10•6 years ago
|
||
This is invalid. The site has to be fixed. They count on presumption that the twitter script is loaded before their script referencing twitter APIs. The twitter script is referenced as: <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script> Hence, the order is not guarantied. Just check the web console, there is a bunch of "ReferenceError: twttr is not defined" errors. This breaks assigning the events on the tabs. When I turn off tailing they disappear, twitter.com/widgets.js loads on time. The site is also broken in Private Browsing windows and when Tracking Protection is turned always on.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 11•6 years ago
|
||
are you sure this issue is invalid? it is not reproduced with other browsers.
![]() |
Assignee | |
Comment 12•6 years ago
|
||
(In reply to amo.bordier from comment #11) > are you sure this issue is invalid? it is not reproduced with other browsers. Yes, I'm sure. The page functionality is dependent on timing that is not in any way synchronized. If the twitter server responses with a larger delay you will get the same issue. Please contact administrators of that web portal to fix their site.
Comment hidden (me-too) |
![]() |
||
Comment 14•6 years ago
|
||
Anyway we should switch to Chrome.
You need to log in
before you can comment on or make changes to this bug.
Description
•