mobify / pinny

A mobile-first content fly-in UI plugin
MIT License
23 stars 4 forks source link

#48 - Form inputs are scrolled to incorrect position on iOS7 and under #62

Closed wizardlyhel closed 9 years ago

wizardlyhel commented 9 years ago

When pinny is open and there are form elements in it, the pinny will scroll to the top when any input is focused.

Status: Opened for visibility

Reviewers: @scalvert @kpeatt Issue: https://github.com/mobify/pinny/issues/48

Changes

wizardlyhel commented 9 years ago

@scalvert I pushed up all the adjustments that we agreed on.

scalvert commented 9 years ago

@Helen-Mobify dropped a few more comments in there!

wizardlyhel commented 9 years ago

@scalvert Pushed the code changes

wizardlyhel commented 9 years ago

@scalvert Changed the way I implement the scrollTarget parent.

wizardlyhel commented 9 years ago

@scalvert I moved the scroll target into its own function. I figure out why it's not working on pinny example. The lockup is still using the old 1.0.0 release of dist/lockup.js. I tried to blow away the lockup bower folder and it still didn't pull in the one on lockup-master. I'll look at it tomorrow.

wizardlyhel commented 9 years ago

It's my computer doing weird things with bower. Ignore me...

kpeatt commented 9 years ago

@Helen-Mobify bower cache clean will help with that. Bower is kind of a jerk.