You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In an Ionic Side Menu view the following error occurs when you click and drag to the side to bring out the menu and then release your click outside the boundaries of the browser window:
endEvent.target.classList is undefined
(endEvent.target.classList.contains('button') ? TAP_RELEASE_BUTTON_TOLERANCE
ionic.js (line 2917)
Should be a relatively easy fix. I'm sure this error would never happen on a mobile device but it is still worth patching.
Click and drag to the right and release the click outside of the browser window. I should also mention that I am using beta 7, and this bug was present in 6 as well.
The text was updated successfully, but these errors were encountered:
jansent
changed the title
Error occurs when releasing a dragged click off-canvas
Error occurs when releasing a dragged click outside of browser window
Jun 12, 2014
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.
In an Ionic Side Menu view the following error occurs when you click and drag to the side to bring out the menu and then release your click outside the boundaries of the browser window:
endEvent.target.classList is undefined
(endEvent.target.classList.contains('button') ? TAP_RELEASE_BUTTON_TOLERANCE
ionic.js (line 2917)
Should be a relatively easy fix. I'm sure this error would never happen on a mobile device but it is still worth patching.
See the issue on this codepen: http://codepen.io/ionic/pen/tcIGK
Click and drag to the right and release the click outside of the browser window. I should also mention that I am using beta 7, and this bug was present in 6 as well.
The text was updated successfully, but these errors were encountered: