You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On mobile, if you scroll far enough in a code block, it will activate the side menu. Probably because the swipe to open action is active on the entire page which makes sense, but should probably be ignored in certain areas.
Steps to Reproduce
Mobile Phone
Go to any article on the site, for me 3 ways to clone objects in javascript
Go to any code block that has horizontal scroll (doesn't wrap), for me 3. Using JSON
Scroll to the right inside the code block (it's hit or miss sometimes but can be reproduced a good amount - but try and stay inside the code block when swiping, sometimes a small swipe works, sometimes it has to be a long swipe, sometimes you have to give it like 2 seconds and then try again (lol))
Expected Behavior
I expect that elements that have horizontal scroll on mobile will not activate any menus
Screenshots
None
Fix Suggestion
This isn't specific to Vue, I would assume its a common issue in JS and HTML. I haven't taken a look at the code and if I manage to figure it out I'll PR it but this can remain open to anyone. I guess you could stop propagation from bubbling up or prevent default on swipes on that class?
Browsers Affected
Whatever Instagram App built-in browser is
Mobile Safari
Chrome
Firefox
Edge
Safari 11
Safari 10
IE 11
Device Affected
Mobile
Tablet
Computer
The text was updated successfully, but these errors were encountered:
Describe the bug
On mobile, if you scroll far enough in a code block, it will activate the side menu. Probably because the swipe to open action is active on the entire page which makes sense, but should probably be ignored in certain areas.
Steps to Reproduce
3 ways to clone objects in javascript
3. Using JSON
Expected Behavior
I expect that elements that have horizontal scroll on mobile will not activate any menus
Screenshots
None
Fix Suggestion
This isn't specific to Vue, I would assume its a common issue in JS and HTML. I haven't taken a look at the code and if I manage to figure it out I'll PR it but this can remain open to anyone. I guess you could stop propagation from bubbling up or prevent default on swipes on that class?
Browsers Affected
Device Affected
The text was updated successfully, but these errors were encountered: