accordion not working only on firefox
Categories
(Core :: DOM: Networking, defect)
Tracking
()
People
(Reporter: pirooz, Unassigned)
References
(Regression)
Details
(Keywords: regression)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36 OPR/68.0.3618.63
Steps to reproduce:
our website faq uses the accordion function which is not working only on firefox. the url is : https://www.amanvida.eu/nl/faq/
Actual results:
the accordion not working(not collapsed) and all the text is showing.
Expected results:
It should show the accordions properly and collapsed
Comment 1•5 years ago
|
||
Hi,
I was able to reproduce the issue on Firefox 76.0.1 and Firefox Nightly 78.0a1
I'm also getting these error messages in the web console:
TypeError: can't access property "dialog", $.ui is undefined - translate-inline.min.js:1:244
TypeError: $(...).stellar is not a function - theme.min.js:1:419
TypeError: $(...).accordion is not a function - faq.min.js:1:76
TypeError: $(...).accordion is not a function - faq.min.js:1:76
TypeError: $(...).swMegamenu is not a function - line 1 > scriptElement:6:27
TypeError: can't access property "timepicker", $.ui is undefined - jquery-ui-timepicker-addon.min.js:4:139
TypeError: $.widget is not a function - collapsible.min.js:1:175
TypeError: $.widget is not a function - validation.min.js:101:262
I'm setting a component in order to involve the development team in reviewing this issue.
Thank you for reporting!
Updated•5 years ago
|
Comment 2•5 years ago
|
||
Because this bug's Severity is normal
and has not been changed, and this bug's priority is --
(none,) indicating it has has not been previously triaged, the bug's Severity is being updated to --
(default, untriaged.)
![]() |
||
Comment 3•5 years ago
|
||
Updated•5 years ago
|
Comment 4•5 years ago
|
||
I will change the flag for regressionwindow-wanted seeing that this issue already has a pushlog. I verified it using Nightly 2018-02-14 and I can't seem to reproduce the issue on that build. I can reproduce the issue only from Nightly 2018-02-15.
Updated•5 years ago
|
Comment 5•5 years ago
|
||
(removing a bunch of scripts that look the same)
<script type="d23499eb27e0b736739cbda2-text/javascript" src="https://www.amanvida.eu/static/version1590496037/frontend/Smartwave/porto_child/nl_NL/Prince_Faq/js/faq.min.js"></script>
That's an odd script-type.
But this seems to be working in 77b9...
8:36.22 INFO: Narrowed integration regression window from [741feae5, fbdbe0cd] (3 builds) to [741feae5, 2bccc3e8] (2 builds) (~1 steps left)
8:36.22 INFO: No more integration revisions, bisection finished.
8:36.22 INFO: First good revision: 2bccc3e80006f2ad27060453135b19fac2d43460
8:36.22 INFO: Last bad revision: 741feae54c0f0a339b32ba05b4f71dc50c830fc6
8:36.22 INFO: Pushlog:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=741feae54c0f0a339b32ba05b4f71dc50c830fc6&tochange=2bccc3e80006f2ad27060453135b19fac2d43460
<script src="https://ajax.cloudflare.com/cdn-cgi/scripts/7089c43e/cloudflare-static/rocket-loader.min.js" data-cf-settings="d23499eb27e0b736739cbda2-|49" defer=""></script></body>
So it seems this rocketloader thing is somehow using rel=preload to turn d23499eb27e0b736739cbda2-text/javascript
into something the browser
Comment 6•5 years ago
|
||
Pirooz, you might reach out to Cloudflare support. They shouldn't be relying on a feature that doesn't work in Firefox release (rel=preload) just yet.
Ok on Google chrome, Safari, Edge, Brave, Opera
Not Ok only on Mozilla Firefox
So you can fix it like other browser do!! unless you don't have the specialty to do it. I'm not doing anything. take it or leave it.
Comment 8•5 years ago
|
||
I suspect this is likely a mis-configured site, and the site author isn't willing to investigate or take action on their end so there's not much we can do here.
Updated•5 years ago
|
Description
•