Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Javascript error when buying ticket on Edge browser #146

Open
inglesp opened this issue Sep 25, 2017 · 3 comments
Open

Javascript error when buying ticket on Edge browser #146

inglesp opened this issue Sep 25, 2017 · 3 comments

Comments

@inglesp
Copy link
Contributor

inglesp commented Sep 25, 2017

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

image

@inglesp
Copy link
Contributor Author

inglesp commented Sep 25, 2017

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

@inglesp
Copy link
Contributor Author

inglesp commented Sep 25, 2017

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
Copy link

tjguk commented Sep 25, 2017

edge1

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

2 participants