|
|
|
|
|
by Wowfunhappy
2327 days ago
|
|
> To work around these problems, we rely on the fact that the web page is being sent events from the browser engine. At Firefox, we control the browser engine! Before sending out a mouse event, we can check to see what sort of DOM nodes are directly underneath the cursor. This triggered some mental alarm bells when I read it. I understand what Mozilla is trying to accomplish, but this feels like it could become a serious WTF moment for a developer. "There is absolutely no way in hell this element should be able to receive mouse events right now, what is Firefox doing?" Is this a problem? Perhaps the web is so far down the hacks/exceptions route that adding one more legitimately won't make a difference? |
|