Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Splitter not working on touch devices (including dev tools) #10020

Closed
demike opened this issue Mar 18, 2021 · 0 comments
Closed

Splitter not working on touch devices (including dev tools) #10020

demike opened this issue Mar 18, 2021 · 0 comments
Assignees
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone

Comments

@demike
Copy link

demike commented Mar 18, 2021

I'm submitting a ... (check one with "x")

[x] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35

Plunkr Case (Bug Reports)
open the splitter showcase
https://www.primefaces.org/primeng/showcase/#/splitter
enable devtools f12, switch to mobile debuging (ctr+shift+m)
try to drag a splitter

Current behavior
An error is thrown when trying to drag a splitter on touch device (or devtools with touch enabled)

31-es2015.df8d62690ca8d9042dc3.js:1 [Intervention] Ignored attempt to cancel a touchstart event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.
onGutterTouchStart @ 31-es2015.df8d62690ca8d9042dc3.js:1
(anonymous) @ 31-es2015.df8d62690ca8d9042dc3.js:1
ho @ main-es2015.fca2a050e65263214657.js:1
i @ main-es2015.fca2a050e65263214657.js:1
(anonymous) @ main-es2015.fca2a050e65263214657.js:1
invokeTask @ polyfills-es2015.63cc94e4f9be0e3cbf3c.js:1
onInvokeTask @ main-es2015.fca2a050e65263214657.js:1
invokeTask @ polyfills-es2015.63cc94e4f9be0e3cbf3c.js:1
runTask @ polyfills-es2015.63cc94e4f9be0e3cbf3c.js:1
invokeTask @ polyfills-es2015.63cc94e4f9be0e3cbf3c.js:1
f @ polyfills-es2015.63cc94e4f9be0e3cbf3c.js:1
p @ polyfills-es2015.63cc94e4f9be0e3cbf3c.js:1
16:01:46.418

Expected behavior
The splitter should be draggable

What is the motivation / use case for changing the behavior?

Please tell us about your environment:

  • Angular version: 11.X
  • PrimeNG version: 11.X
  • Browser: [Chrome 88]

  • Language: [all | TypeScript X.X | ES6/7 | ES5]

  • Node (for AoT issues): node --version =

@yigitfindikli yigitfindikli added the Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add label Mar 22, 2021
@yigitfindikli yigitfindikli added this to the 11.3.2 milestone Mar 22, 2021
@yigitfindikli yigitfindikli self-assigned this Mar 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Projects
None yet
Development

No branches or pull requests

2 participants