Open andeng1106 opened 2 years ago
Having same issue on Safari 13 on Mac/ipad (js error), reported to stackable on March 1. Accordions OK: iPad8,1 iOS 14.4.1 Accordions not OK: iPad8,1 iOS 13.7 (September 1, 2020) Accordions not OK: Safari 13,x on Mac: frontend_block_accordion.js:1 SyntaxError: Unexpected token '='. Expected an opening '(' before a method's parameter list.
Also getting reports that accordion not opening on some browsers on Windows 10, and on all browsers pre-Windows 10.
Will try your fix @andeng1106 - thanks. Hopefully it will help with some of these. We've had to add warnings above the browser with links to PDFs containing the accordion content... not ideal.
If no resolution soon we'll replace the blocks with something else.
Describe the bug The problem with your Accordion block isn't fixed yet. We received from time to time various reports but we didn't take them into account. However, a very good iPhone programmer found the problem and the solution. The problem lies in CSS settings which in some conditions triggers opacity 0 and max-height 0 - that is the container with the response is invisible.
Possible Fix