-
Notifications
You must be signed in to change notification settings - Fork 30
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
Wheel gestures on e10s #163
Comments
左右のスクロールはてっきり標準で用意されている動作だと思っていたのですが、わたしの勘違いで、自分で書いていたスクリプトで実現させていたことでした。
ただ、先の投稿の最後のほうに書いた要望は生きています。 |
content.scrollBy(100,0); |
ありがとうございます。上手く伝わらなくてすみません。
ということです。 右クリックしたままホイールの上下でひょいひょい微調整できると便利なので、個人的にはホイールジェスチャのみタイムアウトを無視してくれるといいなと思いますが、レアケースだと思いますし仕様的にも例外を設けるのは美しくない気がしますので、あきらめることにします。(タイムアウトを1秒にするなど、意図的にジェスチャをキャンセルしたいときの待ち時間との、ベストバランスを模索します) まことにお騒がせしてしまいました。ありがとうございました。 (実際には下記のようにスムーズにスクロールさせています)
|
I assign wheel gestures to left/right scrolling.
But it doesn't work on e10s being on, with error message(window.content is null).
By the way, FireGestures' wheel scrolling with right click is just one-way scroling;
I mean, if I start RIGHTward scrolling with wheel gesture,
I can't scroll backward(LEFTward) without "mouseup".
I want scroll left/right with remaining mousedown.
in Japanese:
ホイールジェスチャを左右のスクローに割り当てて使用していましたが、
e10sを有効にしていると(window.content is null)とのエラーが出て動きません。
ところで、FireGesturesのホイールジェスチャによる左右スクロールは一方通行ですね。
すなわち、ひとたび右ボタンを押してから「右」方向にスクロールさせると、
押した右ボタンを離さない限りは「左」方向に戻すスクロールができません。
右ボタンを押したまま、上下のホイールで自在に左右にスクロールさせられるとうれしいです。
The text was updated successfully, but these errors were encountered: