赤心慶福

onmousewheel

Opera 9 で onmousewheel がうまく動作しない。

ので、こんな感じでやり過ごすことにしてみた。

document.addEventListener('mousewheel', function (ev) {

 // 必要な処理

 // 自前でスクロール
 ev.preventDefault();
 scrollBy(0, ev.wheelDelta);

}, false);

タイマでスムーズスクロールとかしてもいいけど設定でどっちになってるのか知ることができない。

Opera 9's XMLHttpRequest #2SeaHorse

Comments

saito Tuesday, June 27, 2006 1:13:09 PM

Bug が修正されるまで user.js として使わせてもらいます。ありがとうございます。

How to use Quote function:

  1. Select some text
  2. Click on the Quote link

Write a comment

Comment
(BBcode and HTML is turned off for anonymous user comments.)

If you can't read the words, press the small reload icon.


Smilies