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

Using "G" in JIRA ticket throws TypeError: event.initWebKitWheelEvent is not a function #365

Open
ddombrowsky opened this issue May 10, 2018 · 0 comments

Comments

@ddombrowsky
Copy link

One of the most useful shortcuts vrome gives me is the ability to hit "G" to instantly go to the bottom of the page. This is especially useful on long JIRA tickets.

However, on atlassian.net, using the "G" will result in the following error in the console:


TypeError: event.initWebKitWheelEvent is not a function
    at generateWheelEvent (chrome-extension://godjoomfiimiddapohpmfklhgmbfffjj/frontend/modules/scroll.js:69:13)
    at scrollElement (chrome-extension://godjoomfiimiddapohpmfklhgmbfffjj/frontend/modules/scroll.js:89:16)
    at scroll (chrome-extension://godjoomfiimiddapohpmfklhgmbfffjj/frontend/modules/scroll.js:113:16)
    at KeyboardEvent.window.Scroll.Scroll.bottom (chrome-extension://godjoomfiimiddapohpmfklhgmbfffjj/frontend/modules/scroll.js:140:14)
    at runCurrentKeys (chrome-extension://godjoomfiimiddapohpmfklhgmbfffjj/frontend/modules/key-event.js:165:29)
    at HTMLDocument.window.KeyEvent.KeyEvent.exec (chrome-extension://godjoomfiimiddapohpmfklhgmbfffjj/frontend/modules/key-event.js:223:14)
debug.js:12 

Any clues? This only seems to happen in JIRA cloud.

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

No branches or pull requests

1 participant