Thomas Diroll

Results 8 comments of Thomas Diroll

I just had the same issue with a scrollable `` element. I managed to get it working by using: ``` document.querySelector('#my-textarea')?.addEventListener('mousewheel', (event) => { event.stopPropagation(); }); ``` This way the...

@JoshuaBehrens Thanks, yes I was able to fix it for a while by compiling the plugin for every new Shopware version and releasing a new plugin version. But this is...

@netzkollektiv Meanwhile I'm using aliases to resolve dependencies. I don't know, if this has any effect on this bug and the build process but it might be worth a shot...

So again we ran into the same issue 🙄 we now were building another plugin, which uses momentJS as an npm dependency. We were following the docs on this topic...

i've tried to contact a dev in the slack channel. he was able to reproduce the issue and also could track it down to different shopware versions being used in...

Same here, custom blueprint doesn't override the default value, should be a bug

Again we ran into this issue but this time it's not even caused by dependencies. We are compiling a plugin in 6.4.18.1, which should be compatible down to 6.4.3.1. Compiled...

For the record: I managed to create a storefront build, which is working without any issues from `6.4.0.0` to `6.4.19.0` using Shopware `6.4.3.1`. Running a storefront build in `6.4.0.0` results...