followyouhome / vessna-wedding

B2B website about wedding dresses
https://vessna.wedding
2 stars 0 forks source link

[Site] [ie11] Console errors while navigating to menu 'Вечерние платья' #21

Closed ypogarsky closed 5 years ago

ypogarsky commented 5 years ago

Steps to reproduce

  1. Open site;
  2. Navigate to menu 'Вечерние платья'.

Expected result: User is navigated to the 'Вечерние платья' menu; Actual result: User is navigated to the 'Вечерние платья' menu. The console is displaying errors. Screenshot_9 Разделитель событий навигации Разделитель событий навигации DOM7011: Код на этой странице запрещает кэширование вперед и назад. Дополнительные сведения см. по адресу http://go.microsoft.com/fwlink/?LinkID=291337 vessna-wedding.herokuapp.com HTML1300: Произошел переход. vessna-wedding.herokuapp.com HTML1500: Тег не может быть самозакрывающимся. Используйте явный закрывающий тег. vessna-wedding.herokuapp.com (68,7) SCRIPT445: Команда не поддерживается объектом service-worker.js (1,5823) TypeError: Объект не поддерживает свойство или метод "includes" {

  __proto__: {
     [functions]: ,
     __proto__: {
        [functions]: ,
        __proto__: {
           [functions]: ,
           __proto__: null
        },
        message: "",
        name: "Error"
     },
     message: "",
     name: "TypeError"
  },
  description: "Объект не поддерживает свойство или метод "includes"",
  message: "Объект не поддерживает свойство или метод "includes"",
  name: "TypeError",
  number: -2146827850,
  stack: "TypeError: Объект не поддерживает свойство или метод "includes"

at vt.methods.mouseenter (https://vessna-wedding.herokuapp.com/dist/app.76d80f397c5f51e66ad2.js:90:196464) at zt (https://vessna-wedding.herokuapp.com/dist/app.76d80f397c5f51e66ad2.js:7:11227) at n (https://vessna-wedding.herokuapp.com/dist/app.76d80f397c5f51e66ad2.js:7:12966) at o._wrapper (https://vessna-wedding.herokuapp.com/dist/app.76d80f397c5f51e66ad2.js:7:44375)" }

TypeError: Объект не поддерживает свойство или метод "includes" {

  __proto__: { },
  description: "Объект не поддерживает свойство или метод "includes"",
  message: "Объект не поддерживает свойство или метод "includes"",
  name: "TypeError",
  number: -2146827850,
  stack: "TypeError: Объект не поддерживает свойство или метод "includes"

at vt.methods.mouseleave (https://vessna-wedding.herokuapp.com/dist/app.76d80f397c5f51e66ad2.js:90:196564) at zt (https://vessna-wedding.herokuapp.com/dist/app.76d80f397c5f51e66ad2.js:7:11227) at n (https://vessna-wedding.herokuapp.com/dist/app.76d80f397c5f51e66ad2.js:7:12966) at o._wrapper (https://vessna-wedding.herokuapp.com/dist/app.76d80f397c5f51e66ad2.js:7:44375)" }

followyouhome commented 5 years ago

Sounds like luck of includes polyfill, please check is it enough or nope

ypogarsky commented 5 years ago

Passed.