aaronmaynard / Skyrim-Perk-Utility

Add / Reset your Skyrim perks using generated scripts with an easy to use graphical interface! :memo: :video_game:
https://aaronmaynard.github.io/Skyrim-Perk-Utility/
GNU General Public License v3.0
28 stars 19 forks source link

Mouse bug fixes #36

Closed aaronmaynard closed 6 years ago

aaronmaynard commented 6 years ago

Checklist

Which issue does this PR fix?

This PR fixes the pointer bug as discussed in issue #35 While searching for the cause of the problem I found that there were a few errors in syntax when assigning browser pointers via certain areas of the canvas. You can see from the edits that there was also a mix up between pointer and crosshair assignment. Instead of assigning custom cursors using CSS, I have directly assigned them within the app.js document.

Why do we need this PR?:

Some browsers do not support newer CSS3 tags and other variables.

IssueImage

Demo (optional):

N/A

Testing instructions:

1) Switch branch to Mouse-Bug-Fixes 2) Download as .zip 3) Test in browser

TODOs (if any):