Only 1 'persistent': true field is allowed on Internet Explorer #71

Open
korg250 opened this Issue Nov 5, 2014 · 0 comments

Projects

None yet

1 participant

korg250 commented Nov 5, 2014

I have a form as below:

  • field1 : text
  • field2: formatted text, with 'persistent': true
  • field3: formatted text, with 'persistent': true
  • field4: text

When the form loads, field3 has the focus and I can only move the focus to field2. When trying to write on field1 or field4, the focus moves back to field3. It's only possible to write on field1 or field4 after field2 and field3 are filled.

This is fixed by removing the 'persistent': true of one of the formatted fields, field2 or field3.

I am using v0.1.5 with IE 11.

@korg250 korg250 changed the title from Only 1 'persistent': true is allowed on Internet Explorer to Only 1 'persistent': true field is allowed on Internet Explorer Nov 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment