- πΊπΈUnited States paulmckibben Atlanta, GA
The workaround patch needed a reroll for 9.5.x. New workaround patch attached.
- π©πͺGermany tfranz
Thank you for the patch β seems to work for me!
- πΊπ¦Ukraine SerShevchyk Lutsk
In the patch #6 @paulmckibben added the next code, so you can investigate it and try to add it to the new version of Drupal core:
jQuery.event.special.touchstart={setup:function(e,t,n){this.addEventListener("touchstart",n,{passive:!t.includes("noPreventDefault")})}},jQuery.event.special.touchmove={setup:function(e,t,n){this.addEventListener("touchmove",n,{passive:!t.includes("noPreventDefault")})}};
- πΊπΈUnited States paulmckibben Atlanta, GA
Rerolled #6 against the 10.1.x branch. This is merely a workaround.
- First commit to issue fork.
- πΊπ¦Ukraine Taran2L Lviv
This can be achieved by adding a fix/shim file next to jQuery without patching the jQuery itself
PS. Attaching a static patch for Composer patching purposes
- Status changed to Needs review
11 months ago 12:01pm 9 January 2024 - Status changed to Needs work
11 months ago 3:37pm 9 January 2024 - πΊπΈUnited States smustgrave
Believe some kind of test coverage should be added if possible.
- πΊπ¦Ukraine vasyok
patch #15 applied, but today I don't feel difference.
Google page speed points after patching not changed.