hafen / trelliscopejs

TrelliscopeJS R Package
https://hafen.github.io/trelliscopejs
Other
263 stars 36 forks source link

regex box on mobile chrome #32

Open jrounds opened 7 years ago

jrounds commented 7 years ago

Hi,

Before I got to far into specs to recreate I thought maybe I would ask "does it happen to you?"

Using this as a test on your mobile phone (Android Chrome) for me: http://hafen.github.io/trelliscopejs-demo/pokemon/

This is a two parter to recreate. 1) Go to filter->weight. Filter on weight. 2) Go to filter->pokemon-> regex.

Try to enter text into regex

What happens to me is the mobile keyboard pops-up, the trelliscope-js display loses focus, flashes, and the mobile keyboard disappears before you can enter text. Thus, regex filtering is impossible.

Note: this works as expected if a filter on weight does not occur first (or other numeric filter).

Note: works fine on my desktop browser.

jrounds commented 7 years ago

Updated the recreate to include first applying a numeric filter before trying a regex filter.