ion-slides: tabbing between inputs on different slides messes up layout #42
Description
From @fikkatra on January 8, 2017 15:14
Ionic version: (check one with "x")
[x ] 1.x
[ ] 2.x
I'm submitting a ... (check one with "x")
[x ] bug report
[ ] feature request
[ ] support request
Current behavior:
When using ion-slides, if each slide contains an input and you hit 'tab' (or 'Next' on Android keyboard), the layout is messed up. It shows half of the current slide and half of the next slide.
Here's a plunkr illustrating the problem.
Expected behavior:
Either ignore the tab event if the next input is on another slide, or move to the slide properly.
Steps to reproduce:
Open plunkr
Put cursor in input field
Hit 'tab'
Ionic info::
ordova CLI: 6.4.0
Ionic CLI Version: 2.1.18
Ionic App Lib Version: 2.1.9
ios-deploy version: Not installed
ios-sim version: Not installed
OS: Windows 8.1
Node Version: v5.5.0
Xcode version: Not installed
Copied from original issue: ionic-team/ionic-framework#9917