-
Notifications
You must be signed in to change notification settings - Fork 135
fix(platform): disable scrolling during table row drag and drop #13343
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
fix(platform): disable scrolling during table row drag and drop #13343
Conversation
✅ Deploy Preview for fundamental-ngx ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Visit the preview URL for this PR (updated for commit 1f485ab): https://fundamental-ngx-gh--pr13343-fix-13067-block-scro-mqi3ful1.web.app (expires Thu, 02 Oct 2025 14:05:44 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 41b993ee8e451bd7c6770b342ce142dc886eacff |
|
I just checked the fix as requested. After drag and drop, the scrollbar is not enabled back and the table is no longer scrollable: 2025-07-31_10-00-03.mp4I think we should not disable it and may allow the action to be in some certain ways, but need to do the research on functional requirement. For example, I saw this from UI5 table which still allowed table scrollable while drag/drop. 2025-07-31_10-04-13.mp4 |
|
@mikerodonnell89 will look once he is back |
Just pushed a fix for this ^
Apologies, we are looking to implement this in a later PR - this PR just looks to prevent scrolling during a drag |
|
@I543348 It seems like your team doesn't need this so we will close it for now. We can always discuss it in the future if a new interest arises. |
downport of #13300