- From: smaug---- <notifications@github.com>
- Date: Fri, 17 Aug 2018 01:28:38 -0700
- To: w3c/uievents <uievents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 17 August 2018 08:29:00 UTC
The issue with ea.com is that it has basically
host.open = false;
host.onmouseenter =
function() {
this.open = !this.open;
if (this.open) {
openMe();
} else {
closeMe();
}
}
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/issues/208#issuecomment-413795691
Received on Friday, 17 August 2018 08:29:00 UTC