mobify / pinny

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

Tabindex on focusable elements are not being restored to its original value after pinny close #54

Closed wizardlyhel closed 9 years ago

wizardlyhel commented 10 years ago

Steps to reproduce using pinny examples:

  1. Inspect an input and notice that there is not tabindex set on the element
  2. Open any pinny and close it

Result: Re-inspect the same input and notice that there is a tabindex="-1" set on the element Expected: There shouldn't be any tabindex attribute set on the element.

wizardlyhel commented 9 years ago

@scalvert fixed this in release 1.1.1