benjaminkott / bootstrap_package

Bootstrap Package delivers a full configured theme for TYPO3, based on the Bootstrap CSS Framework.
https://www.bootstrap-package.com/
MIT License
334 stars 200 forks source link

No smooth scrolling #1465

Open SventB opened 5 months ago

SventB commented 5 months ago

Bug Report

Prerequisites

Description

There's a JavaScript file included for smooth scrolling:https://github.com/benjaminkott/bootstrap_package/blob/6f3e3c2b95fa82171be970268626dbda79bbea81/Configuration/TypoScript/setup.typoscript#L349 but I see no smooth scrolling, e.g. in menu type "sections" or in element "Scroll to top".

It's working in Chrome, seems there is an issue with Firefox with window.scroll(). I've debugged it, but came to no solution.

It's working on the demo page for Firefox: https://www.bootstrap-package.com/

Eventually you are using EXT:bootstrap_package in v13 there and it's working in v13 but not v14?