Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After applying successfully to one job in IE11, candidates cannot view additional jobs #42

Closed
kbushkoBH opened this issue Mar 24, 2016 · 3 comments

Comments

@kbushkoBH
Copy link

Most recent versions of Bullhorn Career Portal do not appear to support multiple applications in the same IE11 browsing session.

Current behavior

  • Viewing version 1.4 or 1.4.1 of the portal in IE11, applicants cannot view subsequent jobs after one successful application

Expected behavior

  • After completing an application, applicants should be able to view and apply to additional jobs

Steps to replicate behavior

  1. Navigate to the following career portal sites in IE11 and attempt to apply to multiple positions in the same browsing session. The portal hosting version 1.3 allows multiple applications in IE11, the other two portals do not display individual job pages correctly following a successful application.

http://sl4company.s3-website-us-east-1.amazonaws.com
version 1.3

http://sl5testcorp.s3-website-us-east-1.amazonaws.com
version 1.4

http://sl32testcorp.s3-website-us-east-1.amazonaws.com
version 1.4.1

Screenshots

Current (in IE)
Using http://sl5testcorp.s3-website-us-east-1.amazonaws.com

Blank page displays for job 51 after a successful apply to job 66:
enduserview

Error appears in console:
consoleerror

GET call response indicates content should display:
getresponse

@jgodi
Copy link
Contributor

jgodi commented Mar 24, 2016

The issue in particular is with

this.alreadyApplied = alreadyAppliedJobsArray.includes(this.job.id);
. I am guessing that we are either (1) not loading the correct polyfills or (2) should just switch to use indexOf() !== -1 or something similar.

@jgodi
Copy link
Contributor

jgodi commented Mar 24, 2016

Fixed via #43, verifying right now.

@john-pennington
Copy link
Contributor

Fixed in release v1.4.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants