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

TypeError: options is undefined #12

Open
dkns opened this issue Mar 18, 2015 · 14 comments · May be fixed by #126
Open

TypeError: options is undefined #12

dkns opened this issue Mar 18, 2015 · 14 comments · May be fixed by #126

Comments

@dkns
Copy link

dkns commented Mar 18, 2015

Sometimes when I press G or gg I get this error:

resource://dactyl/buffer.jsm: 1634: TypeError: options is undefined

and nothing happens (i.e. page stays the same, no movement). Not sure what is causing it. It seems to happen randomly. It goes away after I change tab and do some browsing.

Let me know if there is anything I can do to help you debug this.

Edit: Apparently there is a pull request for this #8

@eboth
Copy link

eboth commented Mar 18, 2015

I'm having this too. In addition to G and gg, any page navigation (e.g. PgUp/Dn) stops working too. The simplest workaround for me has been to open and close a new tab. Don't know what triggers it though.

@dpaetzel
Copy link

I can confirm this. To get page navigation working again, I usually enter and leave command mode (by pressing ":" and "ESC").

@ghost
Copy link

ghost commented Mar 22, 2015

This tends to trigger after opening/closing a new window or private mode for me.

@mbsulliv
Copy link

I'm running hg7190 and the line number in slightly different:

resource://dactyl/buffer.jsm: 1632: TypeError: options is undefined

@achilleas-k
Copy link

I've been using @davho's workaround since I read it here a few weeks ago and it works every time.

@introom
Copy link

introom commented Jun 15, 2015

Confirm this still occurs on FF38 with current nightly.
System is osx 10.10.

@tjkirch
Copy link

tjkirch commented Jun 25, 2015

I'm having this as well, and can confirm that opening command mode fixes the issue. I'm running Firefox ESR (currently 31.5.3) with pentadactyl built from master (currently befd0d8) on Ubuntu 12.04.5.

@jwiegley
Copy link

jwiegley commented Oct 6, 2015

Still happening, running most recently nightly with FF 41.

@wichtounet
Copy link

I can confirm this is also the case for FF42 and the last version (from sources) of pentadactyl.

@blueyi
Copy link

blueyi commented Nov 26, 2015

How to fix it, thanks

@gmdfalk
Copy link

gmdfalk commented Jan 3, 2016

Happens for me, too. Newest firefox, newest nightly. The pull request in #8 fixes the error for me.
Can i ask why it hasn't been merged yet?
I have recreated the pull request for your convenience under #126.

@gmdfalk gmdfalk linked a pull request Jan 3, 2016 that will close this issue
@ahills
Copy link

ahills commented May 3, 2016

This is still an issue with Firefox 46, Dactyl nightly 2016-05-03. Unfortunately, the workarounds no longer work: I need to restart Firefox to get it working again, and sometimes it happens immediately upon opening, so I restart four or five times before I can use it.

@MichaelMackus
Copy link

👍

@Midek
Copy link

Midek commented Aug 4, 2016

seems to only happen if smooth scrolling is enabled, and turning it off eliminated the problem

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

Successfully merging a pull request may close this issue.