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
If you have two input fields and press tab to switch between them you get:
polyfills.js:3 Uncaught TypeError: Cannot read property '_dom' of undefined
at cssClass (\C:\git\tabtest\node_modules\ionic-angular\util…:150)
at enableKeyInput (\C:\git\tabtest\node_modules\ionic-angular\util…:173)
at HTMLDocument.keyDown (\C:\git\tabtest\node_modules\ionic-angular\util…:165)
at t.invokeTask (polyfills.js:3)
at e.runTask (polyfills.js:3)
at HTMLDocument.invoke (polyfills.js:3)
Expected behavior:
switch to the next input without error
Related code: ionic start tabtest --v2 blank
install rc nightly and app-scripts 0.0.46 then add this to home.ts
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.
Ionic version: (check one with "x")
[ ] 1.x
[x] 2.x
I'm submitting a ... (check one with "x")
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
Current behavior:
If you have two input fields and press tab to switch between them you get:
Expected behavior:
switch to the next input without error
Related code:
ionic start tabtest --v2 blank
install rc nightly and app-scripts 0.0.46 then add this to
home.ts
it actually breaks also without input fields, just press tab in a vanilla app with rc3@nightly
Other information:
The text was updated successfully, but these errors were encountered: