-
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: Application freezes when a menu-toggle is clicked #1973
Comments
Can you provide a codepen for this? Question though, why is the menu toggle show if the menu is disabled? |
Here is a codepen that shows the issue: Try writing something in the input, then click the button of ionic (which tries to open the disabled menu) and check that you can not write anything in the input after doing that. Answering your question, in the design provided we should always display the logo of the company in that place (even if it doesn't open the menu at that view). Thanks. |
Thanks |
Ionic doesn't support data delimited attributes. Seeing as we don't support the browser that require it. I don't think it's much of an issue. |
@perrygovier the issue is not about using or not data delimited attributes. I updated the example above. Now it doesn't have 'data-' in the attributes and still doesn't work. |
Ah, I see the issue, thanks. |
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. |
Type: bug
Platform: all
The application freezes if the user clicks a button with menu-toggle attribute for a menu that is disabled (attribute is-enabled="false").
The text was updated successfully, but these errors were encountered: