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

Investigate and resolve browser compatibility issues being reported intermittently #40

Open
winsomniak opened this issue Jan 7, 2018 · 7 comments
Labels

Comments

@winsomniak
Copy link
Owner

People on certain browsers and operating systems, especially old ones, seem to report having problems where the damage calc doesn't do anything. I have not been able to pin this down yet, and in one or two instances, people reported it working later. Possibly a rare issue related to the initial load.

The simulator matches up two random heroes, so it could be a bug with that and not actually a browser issue. Requires more investigation to say for sure.

@winsomniak winsomniak added the bug label Jan 7, 2018
@winsomniak
Copy link
Owner Author

Also note that there could be multiple issues here, I'm not sure.

@Lorenzooone
Copy link
Collaborator

Lorenzooone commented Feb 20, 2018

There was an issue that I noticed where if Mia was the first random attacker, then things wouldn't work. This was due to a wrong variable being used (uppercase and lowercase type of stuff). I fixed it in the latest update, so it could be it. In general it was regarding the phantom stuff.

@astranberg
Copy link

astranberg commented Feb 21, 2018

I am having this issue consistently, and I would be willing to troubleshoot this with you.
Windows 10, Internet Explorer 11 has an issue where the page does not render correctly and the form is not usable. I believe the issue is with the javascript. Link to a screenshot below.

https://imgur.com/a/Rs2YW

A couple notes:

  • Java is up to date
  • I just reset IE11, to no avail
  • A member on discord said the website is messed up on their IE11 as well

A couple links on the 'foreach' issue below.

@winsomniak
Copy link
Owner Author

Hey @astranberg, thanks for the report!

IE is known to be problematic and I have not yet had the time to polyfill missing IE functionality. Should work better on chrome or firefox.

Java isn't used by the calc or kagerochart so that shouldn't matter. Note that Java and Javascript are entirely different things :)

Thanks for the details and screenshots! Opening up the JS console helps a lot in identifying the incompatibilities. Seriously appreciate you doing that.

@Lorenzooone
Copy link
Collaborator

Lorenzooone commented Feb 21, 2018

BTW, some issues on edge too... But changing something in the data (a refresh) fixes them.

@astranberg
Copy link

You're welcome @winsomniak.

I do need the website to work with IE. If you found a fix that would be awesome. Reason being: I am working on a little project using VBA (with Excel) that uses your website to iterate through some calculations and work with the form. Unfortunately the only browser I can use with VBA is IE11.

Thanks for your hard work.

P.S. my Edge works fine with using it as @Lorenzooone mentioned

@winsomniak
Copy link
Owner Author

These problems may or may not be resolved in the next update. If they aren't, I'll eventually patch things up with webpack and/or babel + polyfills.

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

No branches or pull requests

3 participants