Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

onTabMouseMove is called too many times #10689

Closed
NejcZdovc opened this issue Aug 28, 2017 · 3 comments
Closed

onTabMouseMove is called too many times #10689

NejcZdovc opened this issue Aug 28, 2017 · 3 comments

Comments

@NejcZdovc
Copy link
Contributor

NejcZdovc commented Aug 28, 2017

Test plan

#10690 (comment)


Describe the issue you encountered:
Window action onTabMouseMove is called too many times (it's not debounced) when you move mouse inside the tab. Issue is set to the same milestone as #9887

@NejcZdovc NejcZdovc added this to the 0.20.x (Developer Channel) milestone Aug 28, 2017
@NejcZdovc NejcZdovc self-assigned this Aug 28, 2017
NejcZdovc added a commit to NejcZdovc/browser-laptop that referenced this issue Aug 28, 2017
NejcZdovc added a commit to NejcZdovc/browser-laptop that referenced this issue Aug 28, 2017
NejcZdovc added a commit to NejcZdovc/browser-laptop that referenced this issue Aug 30, 2017
@bridiver
Copy link
Collaborator

Tab.onMouseMove should be debounced I think, not the action itself

@NejcZdovc
Copy link
Contributor Author

yeah I can move debounce from action inside onMouseMove to the whole onMouseMove

NejcZdovc added a commit to NejcZdovc/browser-laptop that referenced this issue Sep 18, 2017
@ghost ghost assigned bridiver Sep 26, 2017
@ghost
Copy link

ghost commented Sep 26, 2017

@bridiver - can we get an update from you on this one.

@ghost ghost added priority/P3 Major loss of function. priority/P2 Crashes. Loss of data. Severe memory leak. and removed priority/P3 Major loss of function. labels Sep 26, 2017
NejcZdovc added a commit to NejcZdovc/browser-laptop that referenced this issue Oct 16, 2017
bsclifton added a commit that referenced this issue Dec 20, 2017
Reduce actions call when doing previews
bsclifton added a commit that referenced this issue Dec 20, 2017
Reduce actions call when doing previews
bsclifton added a commit that referenced this issue Dec 20, 2017
Reduce actions call when doing previews
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.