-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
bug: ion-range with bottom-drawer #22335
Comments
@liamdebeasi have you chance to look up ? |
Are you able to reproduce this without the drawer component? If not, is it possible something in the drawer component gesture is interfering with the range gesture? |
@liamdebeasi ok, I will check once again |
@liamdebeasi let rangeElement = document.querySelector('#range'); // Container with ion-range
let newContainer = document.querySelector('#new-container'); // New empty div container
newContainer.append(rangeElement); // We lose drag ability after append |
Is there any solution yet ? |
Thanks for the issue. This has been resolved via #22407, and a fix will be available in an upcoming release of Ionic Framework. |
Big thanks for collaboration! |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Bug Report
Ionic version:
[ ] 4.x
[x] 5.x
Current behavior:
ion-range drag events disabled after present inside pane.
important note: drag event's works well if pane presented immediately after DOM render
Expected behavior:
Drag events works for ion-range within Pane, even if Pane presented after some delay or with button.
Steps to reproduce:
Related code:
Demo live
Demo immediately presented live
The text was updated successfully, but these errors were encountered: