为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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