-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
Bug: Engine pointer events are not emitted #1439
Labels
bug
This issue describes undesirable, incorrect, or unexpected behavior
Hacktoberfest
Issues marked for the community Hacktoberfest event https://hacktoberfest.digitalocean.com/
Milestone
Comments
kamranayub
added
the
bug
This issue describes undesirable, incorrect, or unexpected behavior
label
Feb 28, 2020
5 tasks
Quick update to this: it's still an issue in master but only reproducible when you try to attach an event handler during Scene.onInitialize |
Good find, this feels like a order of operations issue in the initialize
lifecycle
…On Fri, Feb 28, 2020 at 9:25 AM Kamran Ayub ***@***.***> wrote:
Quick update to this: it's still an issue in master but only reproducible
when you try to attach an event handler during Scene.onInitialize
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1439?email_source=notifications&email_token=AAEVNZ3WY5K6LSUH3J74RHLRFEUHXA5CNFSM4K5HZ772YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENI4O6Q#issuecomment-592562042>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEVNZ4F4LTX7S6ZXUFXCCTRFEUHXANCNFSM4K5HZ77Q>
.
|
eonarheim
added
potential-hacktoberfest
Hacktoberfest
Issues marked for the community Hacktoberfest event https://hacktoberfest.digitalocean.com/
and removed
potential-hacktoberfest
labels
Sep 30, 2020
This issue hasn't had any recent activity lately and is being marked as stale automatically. |
github-actions
bot
added
the
stale
This issue or PR has not had any activity recently
label
Dec 27, 2020
5 tasks
github-actions
bot
removed
the
stale
This issue or PR has not had any activity recently
label
Jun 6, 2021
eonarheim
added a commit
that referenced
this issue
Jun 9, 2021
5 tasks
eonarheim
added a commit
that referenced
this issue
Jun 9, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
This issue describes undesirable, incorrect, or unexpected behavior
Hacktoberfest
Issues marked for the community Hacktoberfest event https://hacktoberfest.digitalocean.com/
I was trying to subscribe to canvas pointer events via
engine.input.pointers
but it seems that they are no longer being emitted as I would expectSteps to Reproduce
https://codesandbox.io/s/pedantic-ishizaka-pyjzn
Expected Result
Console log should display when canvas is clicked anywhere
Actual Result
No event is emitted
Environment
Current Workaround
It looks like this is fixed in
master
currently and should be released in 0.24.0The text was updated successfully, but these errors were encountered: