為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

FF/browser/Macbook has very low-freq mousemove events compared to FF/Android/Galaxy.S3 and Chrome/Safari/same 2012 Macbook Pro.

  • 10 回覆
  • 1 有這個問題
  • 7 次檢視
  • 最近回覆由 phobrain

more options

I have an app where the user draws on the screen, with mouse in the browser:

   document.addEventListener('mousemove', handleMouseMove, false);

However mousemove events seem to come in little bursts, so if I'm waving the mouse around, you can't see enough line to trace the path, just bits of line and dots all over the place. I see the same frequency when I just log the event, and when handling, the time is at worst 2 [Date()-Date()].

FF/Android draws nice lines of dots, as do Chrome and Safari on the Mac. FF is fine on Ubuntu 16.04 on desktop.

Seems like a bug? Should at least be configgable.

Also 'Upload images' just spins on uploading. I'm inclined to just list FF as unsupported on Mac.

I have an app where the user draws on the screen, with mouse in the browser: document.addEventListener('mousemove', handleMouseMove, false); However mousemove events seem to come in little bursts, so if I'm waving the mouse around, you can't see enough line to trace the path, just bits of line and dots all over the place. I see the same frequency when I just log the event, and when handling, the time is at worst 2 [Date()-Date()]. FF/Android draws nice lines of dots, as do Chrome and Safari on the Mac. FF is fine on Ubuntu 16.04 on desktop. Seems like a bug? Should at least be configgable. Also 'Upload images' just spins on uploading. I'm inclined to just list FF as unsupported on Mac.

被選擇的解決方法

Go to about:config and set dom.event.coalesce_mouse_move = false.

Restart the browser.

Check if it helps.

從原來的回覆中察看解決方案 👍 1

所有回覆 (10)

more options

This sounds more like mouse or security software caused problem and not Browser related. There is no AFAIK line tracing on the Browser in default installs.

more options

> Also 'Upload images' just spins on uploading.

That's 'Add images: Browse' in the Question/bug form.

Hah, it works here. Safari, then FF versions shown, same hand dynamics.

more options

WestEnd said

This sounds more like mouse or security software caused problem and not Browser related. There is no AFAIK line tracing on the Browser in default installs.

Mouse works fine with all other progs on machine. If security, personal-use Chrome with a bunch of security add-ons doesn't show it, and the FF install is vanilla for dev purposes, tried switching personal use once but never worked, tho it's my browser on Ubuntu.

What does line tracing have to do with it? Did you see the pics?

more options

I thought that surely FF, with the 7 threads I've granted it, must be very busy not to notice my puny actions, and found the Performance profiler. Turns out that Idle has 98%, see pic.

more options

On Android/Galaxy.S3, FF generates events like the others, tho the rendering lags.

In this case, maybe a single (priority?) number for mouse movement tracking isn't right for the MacOS mouse.

more options

選擇的解決方法

Go to about:config and set dom.event.coalesce_mouse_move = false.

Restart the browser.

Check if it helps.

由 TyDraniu 於 修改

more options

Solved, thanks! I think it needs to be more exposed, since searching didn't turn up anything. Maybe this issue will be enough.

> dom.event.coalesce_mouse_move = false

On the upload issue, best to convert .png screenshots to .jpg before unloading: worth mentioning next to the 'upload pic' button.

Photo: hidden fort of the mind to go with the config. :-)

more options

I also question whether the setting has any value. I'd be inclined to make it an adaptive behavior. The var and the touch equiv are true on my old Android OS, but doesn't cause unusable tracking.

more options

The problem recurs with 65.0 (64-bit). Setting remains, but original behavior is seen; also tried resetting/restarting.

more options

I have the app online now, so you can see it happen:

http://phobrain.com/pr/home/vvmeetup.html