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

Interaction with content while sidemenu is open #1339

Closed
mhartington opened this issue May 10, 2014 · 3 comments
Closed

Interaction with content while sidemenu is open #1339

mhartington opened this issue May 10, 2014 · 3 comments
Assignees

Comments

@mhartington
Copy link
Contributor

When trying to swipe and close the side-menu, you're able to interact with items inside ion-content, such as a swipe list or any of the form inputs. This shouldn't be so.

Swipe open the side-menu in the codepen and then swipe right on the ion-item, you can interact with it with out closing the side-menu.

http://codepen.io/mhartington/pen/ocKyg

I know @adamdbradley added the functionality to close the side-menu when you tap on ion-content in #648, but it should be expanded.

In JQM, this is solved by creating a div that is absolutely over the content with a hight z-index so that if the were to tap on the content, they're actually interacting with this new layer.

This could work for our case as we already have $ionicSideMenuDelegate.isOpen() and could just create that blocking layer if this is true.

@ashconnell
Copy link

+1

1 similar comment
@ianlyons
Copy link

+1

@ionitron-bot
Copy link

ionitron-bot bot commented Sep 6, 2018

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.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants