mdbootstrap / perfect-scrollbar

Minimalistic but perfect custom scrollbar plugin. Get more free components with Material Design for Bootstrap UI Kit (link below)
https://perfectscrollbar.com/
MIT License
346 stars 66 forks source link

TypeError: Attempted to assign to readonly property. #33

Open flundermicha opened 4 years ago

flundermicha commented 4 years ago

We are seeing TypeError: Attempted to assign to readonly property. in our error reporting at the location perfect-scrollbar.js:6:3736 on some Safari browsers running on MAC OS. (We are using perfect-scrollbar 1.5.0)

I think this is, because in drag_thumb.js the readonly property pageX (or pageY) of the mouse event is tried to be set when the condition touchMode && e.touches is truthy.

sonbuiGFD commented 4 years ago

I'm getting this issue too, on my Iphone 6, IOS 12.4.1, chrome 84.0.4

6uliver commented 4 years ago

Same error for me on iPhone 8, iOS 13.6.1, Safari.

The PR LGTM, please review, test and merge.

kamaladenalhomsi commented 3 years ago

same issue here, IPhone 8 plus, Safari

hmoffatt commented 3 years ago

I also see this on mobile Safari / iOS web view devices even on latest iOS.

NicerDicerPro commented 1 year ago

Any new info on this? Im using perfect-scrollbar v1.5.5 and this error still pops up in my logs sometimes.

Why was the (imho good PR) from https://github.com/mdbootstrap/Tailwind-Elements/pull/1025 closed?

Will this issue be addressed?