shopware / shopware

Shopware 6 is an open commerce platform based on Symfony Framework and Vue and supported by a worldwide community and more than 1.500 community extensions
https://shopware.com
MIT License
2.81k stars 1.02k forks source link

Base Slider display error when swipe back on Mobile (touch) #4702

Closed riaspirjak closed 3 weeks ago

riaspirjak commented 2 months ago

PHP Version: 8.2 | Shopware Version: 6.6.5.1 | Affected area / extension: Platform(Default)


Expected behaviour:

On mobile/tablet (touch) in all sliders (tns-slider2), I expect the product elements, images, etc. to be always visible when swiping back and forth while transitioning to the next slide.

Actual behaviour:

When swiping backward (to the left) the product elements, images, etc. unexpectedly disappear. The transform is calculated wrong in the transition.

Here is an example of how it looks like when swiping back on mobile in a product slider: CleanShot 2024-09-11 at 10 49 03@2x to the left

How to reproduce:

shopware-issue-bot[bot] commented 2 months ago

We found the following existing issues which may help or are related to your topic:

shopwareBot commented 2 months ago

[public] Shopware automated response: This issue is linked to the internal issue: NEXT-38259

[created from NEXT-38259, comment 494413]

grosssmutttr commented 3 weeks ago

/src/Administration/Resources/app/administration/webpack.config.js

removing this line solved the problem: minify: TerserPlugin.swcMinify

This info should be useful in your debugging process.

grosssmutttr commented 3 weeks ago

not fixed in 6.6.7.0

marcelbrode commented 3 weeks ago

not fixed in 6.6.7.0

Yup, this issue is still open, so It couldn't be in 6.6.7.0. But I'm currently working on it and I'm sure this will be merged soon :)

marcelbrode commented 3 weeks ago

Merged! This is now available via GitHub or in our next release :)