Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

iron-form demo: Submit button doesn't work on IE 11 #156

Open
1 of 8 tasks
st3wang opened this issue Oct 23, 2016 · 1 comment
Open
1 of 8 tasks

iron-form demo: Submit button doesn't work on IE 11 #156

st3wang opened this issue Oct 23, 2016 · 1 comment

Comments

@st3wang
Copy link

st3wang commented Oct 23, 2016

Description

I'm trying to use the iron-form on one of our production page which has to support IE 11+. The submit button on page I created doesn't work on IE 11. I tried the submit button on the iron-form demo page and it doesn't work either.

The iron-form auto validation features is awesome! and we'd really like to use them in production if they are supported on IE 11, like they are on Chrome.

Expected outcome

Clicking submit should display json result.

Actual outcome

After filling in all fields on the first form and click submit, the json result doesn't display
screen shot 2016-10-23 at 2 22 33 pm

Live Demo

iron-form demo

Steps to reproduce

  1. Fill in required fields on the first form
  2. Click on Submit
  3. The form does not display json result

Browsers Affected

  • Chrome
  • Firefox
  • Safari 9
  • Safari 8
  • Safari 7
  • Edge
  • IE 11
  • IE 10
@st3wang st3wang changed the title iron-form demo various issues on IE 11 iron-form demo: Submit button doesn't work on IE 11 Oct 23, 2016
@st3wang
Copy link
Author

st3wang commented Oct 24, 2016

Here is a simple demo to reproduce it: http://codepen.io/stewang/pen/ALNoGA
Open it on IE 11 and click on the submit button, you will get
Unable to get property 'parentElement' of undefined or null reference
from this line: Polymer.dom(event).localTarget.parentElement.submit();

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant