PyconUK / ironcage

A Django application for managing PyCon UK
1 stars 8 forks source link

Javascript error when buying ticket on Edge browser #146

Open inglesp opened 7 years ago

inglesp commented 7 years ago

From a user on Windows 10 Pro, Edge 40.15063.0.0, EdgeHTML 15.15063.

image

inglesp commented 7 years ago

The undefined or null reference is presumably for who.match('self'), which is defined as var who = $('#order-form')[0].elements.who.value;.

inglesp commented 7 years ago

It'd be helpful to know the result of evaluating each of the following in the console:

$('#order-form')
$('#order-form')[0]
$('#order-form')[0].elements
$('#order-form')[0].elements.who
$('#order-form')[0].elements.who.value
tjguk commented 7 years ago

edge1