5digits / dactyl

Pentadactyl and other related Gecko extensions
Other
470 stars 98 forks source link

Pentadactyl sometimes gives error when using various methods of scrolling the page #80

Open doomikus opened 9 years ago

doomikus commented 9 years ago

I receive this message at least some of the time when using C-d, C-u, PageUp, PageDown and possibly others (G and gg usually seem to work):

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

my .pentadactylrc:

"hg7224

loadplugins '.(js|penta)$' group user set cdpath=''

" vim: set ft=pentadactyl:

haifengkao commented 9 years ago

got the same problem

pablox-cl commented 8 years ago

I found that I workaround is just open pentadactyl and close it... yes, totally windows like xD.

:Esc

minego commented 8 years ago

I'm seeing the same issue. What do you mean "just open pentadactyl and close it"? Does that mean open the command prompt with :, or restart firefox?

krompus commented 8 years ago

I think they mean "restart Penta".

There are two ways to do this: :rehash, or just restart Firefox entirely, which, in my experience, is a little faster.

minego commented 8 years ago

Ah, thank you. On Feb 7, 2016 9:49 PM, "krompus" notifications@github.com wrote:

I think they mean "restart Penta".

There are two ways to do this: :rehash, or just restart Firefox entirely, which, in my experience, is a little faster.

— Reply to this email directly or view it on GitHub https://github.com/5digits/dactyl/issues/80#issuecomment-181195470.

krompus commented 8 years ago

Cheers!

pablox-cl commented 8 years ago

No, I actually meant open the command line with :, and then exit with esc

krompus commented 8 years ago

Ah, gotcha.

polyzen commented 8 years ago

Duplicate of #12? If so, supposedly the workaround no longer does the trick.