Hallo,

IE11 does not support default values within the function and throws an JS Error.

In following a little patch for this.
Please apply the patch for further releases.

Thanks,
Matthias

Comments

mfrosch created an issue. See original summary.

mfrosch’s picture

graber’s picture

Status: Active » Needs review

Thanks, updating status.

Status: Needs review » Needs work

The last submitted patch, 2: views_bulk_operations-JS-IE11-Fix-2966726-1.patch, failed testing. View results

graber’s picture

Version: 8.x-2.2 » 8.x-2.x-dev

Also, we don't patch releases, we patch latest dev.

  • joelpittet committed 5b66304 on 8.x-2.x authored by mfrosch
    Issue #2966726 by mfrosch: Expected ')' JS Error - frontUi.js
    
joelpittet’s picture

Status: Needs work » Fixed

Thanks I switched it to

      if (value === undefined) {
        value = null;
      }

Which is closer to the equivalent and follows our coding standards. Thank you for finding this.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.