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

PointerEvent should dispatch as always when page.Mouse.MustMove() #381

Closed
HaoweiCh opened this issue Mar 29, 2021 · 1 comment
Closed

PointerEvent should dispatch as always when page.Mouse.MustMove() #381

HaoweiCh opened this issue Mar 29, 2021 · 1 comment
Labels
needs info The description is not enough to tackle the problem

Comments

@HaoweiCh
Copy link

HaoweiCh commented Mar 29, 2021

Rod Version: v0.96.1

Steps to reproduce

  • What did you do?
document.querySelector("body > div.geetest_fullpage_click.geetest_float.geetest_wind.geetest_slide3 > div.geetest_fullpage_click_wrap > div.geetest_fullpage_click_box > div > div.geetest_wrap > div.geetest_slider.geetest_ready > div.geetest_slider_button").addEventListener('pointermove', function(event) {
  console.log(`pointerType ${event.pointerType}`);
  console.log(event)
}, false);
  • What have you tried to solve the problem?

dispatch event by js

Expected behavior

PointerEvent should dispatch by browser

What do you expect to get?

Actual result

PointerEvent not dispatch

What did you actually get?

none


@HaoweiCh HaoweiCh added the bug When you are sure about it's a bug label Mar 29, 2021
@ysmood ysmood added needs info The description is not enough to tackle the problem and removed bug When you are sure about it's a bug labels Mar 29, 2021
@ysmood
Copy link
Collaborator

ysmood commented Mar 29, 2021

#322

@ysmood ysmood closed this as completed Mar 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs info The description is not enough to tackle the problem
Projects
None yet
Development

No branches or pull requests

2 participants