Skip to content
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

Move body of ScriptTask::handle_mouse_move_event into a method on Document #4984

Closed
jdm opened this issue Feb 20, 2015 · 2 comments
Closed

Move body of ScriptTask::handle_mouse_move_event into a method on Document #4984

jdm opened this issue Feb 20, 2015 · 2 comments

Comments

@jdm
Copy link
Member

@jdm jdm commented Feb 20, 2015

Most of this method has nothing to do with the script task, and everything to do with the document that is the target of the event. The one tricky bit is the list of mouse over targets that lives in ScriptTask; we'll probably want to pass a RefMut<Option<Vec<JS<Node>>>> argument to the new method.

@KiChjang
Copy link
Member

@KiChjang KiChjang commented Mar 3, 2015

This issue seems to be resolved. Please close.

@tetsuharuohzeki
Copy link
Member

@tetsuharuohzeki tetsuharuohzeki commented Mar 3, 2015

Fixed by #4984

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.