• Just noticed a JS error in dismiss.js, line 9:

    notices.forEach( function( element ) {

    Error: “Object doesn’t support property or method ‘forEach'”

    Only in IE 11, for obvious reasons (https://caniuse.com/#search=forEach). This is with version 2.0.2, but earlier versions also have the same code. I’m not using the notice block, though this file must always load regardless.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author John Parris

    (@mindctrl)

    @ururk thanks for the report! We’ll look at fixing this in an update soon.

    Thread Starter ururk

    (@ururk)

    Say, I fixed the JS with a for loop – can I send the revised file somewhere? I know it isn’t as fancy as a polyfill…

    Plugin Author John Parris

    (@mindctrl)

    Hey @ururk, that would be great! You can send a PR here: https://github.com/studiopress/atomic-blocks

    Tip: branch off master and open the PR against master.

    Thank you!

    Thread Starter ururk

    (@ururk)

    Excellent – didn’t realize you had a git repo, thought I’d have to figure out svn ??

    Plugin Author John Parris

    (@mindctrl)

    Haha, we wouldn’t subject you to such horrors ??

    Any idea if this would cause any formatting issues? I’ve noticed that the columns block isn’t working properly in IE 11 on Windows 10 (although it seems fine on Win7 IE 11). I confirmed on a few different sites.

    I know I cross browser tested within the last two weeks and it was fine. Now columns aren’t working on my IE testing laptop.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘JS Bug in IE 11 (and probably earlier)’ is closed to new replies.