-
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: Can't open right side-menu when left side-menu has expose-aside-when set #3184
Comments
+1 I'm seeing this too |
It appears to be an issue inside of the |
I've implemented a "fix" on my end, seems to be working well, but I'm not exactly clear on how to run tests and generate a new ionic bundle for testing. I'm going to figure that out soon and then push the fix. |
+1 i'm seeing this. Calebhay tried your solution but it doesn't semms to work :/ |
There's another piece... I add the following code to the main app delegate
... then invoke it directly from the view/menu:
|
Just to be clear, this is not a good fix. If it were, I would fork and yadda yadda. It is however, a viable hack if you need it. I feel your pain, so I want to share what I can to help. What I did was make the following modifications to the
That, along with the calling directly via ng-click as aforementioned, did the trick |
+1 |
I really don't want to have to modify the ionic bundle, is there a permanent fix? |
Duplicate of #2328 which is now fixed and will be in 1.2 |
Type: bug
Platform: desktop browser
Currently I have two side menus, the left side menu contains the attr expose-aside-when="large". When the view is larger then 768px the left menu is exposed, but this also causes the right menu to become disabled.
The text was updated successfully, but these errors were encountered: