GeoloeG / iron-swipeable-pages

[Polymer 1.x] Element that enables switching between different pages by swiping gesture.
MIT License
49 stars 25 forks source link

Input not work inside iron-swipable-pages #55

Closed luizalexandrew closed 7 years ago

luizalexandrew commented 7 years ago

I'm try use a input inside element iron-swipeable-pages but not work, the input seems disabled. do you know explanate the reason of this not work? :(

captura de tela de 2017-02-20 10-47-50

luizalexandrew commented 7 years ago

The esc-simplequestion element contains an input inside.

captura de tela de 2017-02-20 10-57-42

luizalexandrew commented 7 years ago

I was able to find the problem, it is related to the class (:host and: host > ::content > *) I will create a pull-request that solves this problem I am facing (the solution is very simple :))

MeTaNoV commented 7 years ago

this is weird..., may I see your implementation of <esc-simplequestion> and/or a running jsfiddle that reproduce the error?

luizalexandrew commented 7 years ago

this is the element https://jsfiddle.net/hogjk6mw/1/

luizalexandrew commented 7 years ago

the problem occurs with any input (paper-input or only input)

luizalexandrew commented 7 years ago

Today i have a new problem. The problem occurs with the last update (1.2.7). i will open a new issue to explanation the what occurred