This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
md-text-float raises error on click #553
Comments
@FUT - Not sure why that is happening. We will investigate. |
I have same problem , But when I removed jQuery from my project it's gone |
@ThomasBurleson @daclubb @FUT I have dirty "solution" for this bug. #927 (comment) Please check it! |
Thanks guys! |
I upgraded the angular material to 0.7.0-rc3 but the bug is still there. Here is the detailed explanation: http://stackoverflow.com/questions/27328271/use-inputs-in-angularjs-material-bottom-sheet Could you please take a look? |
Can not reopen - created a new one: #1248 |
@FUT - md-text-float has been deprecated. Use the |
the issue is repeatable even for simple input. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I use
md-bottom-sheet
as a wrapper for the sign in form andmd-text-float
as inputs:On some devises (e.g. my tablet & chrome emulation of nexus 7) I see that error when I try to click on the field inside the
md-bottom-sheet
element:Here is the
angular-material-871f3ed9aaf14330ee72bf77479bbd2b.js?body=1:1160
:I have inspected code a bit and see that both
e.touches
ande.changedTouches
arenull
. Thus the last expressione.changedTouches[0]
raises the errorCannot read property '0' of undefined
.I am not totally sure why does this happen but if I use the same
md-text-float
elements outside themd-bottom-sheet
they work just well. Am I doing something wrong or is it a bug?The text was updated successfully, but these errors were encountered: