Questions tagged [event-passthrough]

9 questions
18
votes
6 answers

Receive mousemove events from iframe, too

I have a javascript app, whichs adds a mousemove listener to the document. Problem: When the mouse is moved over an iframe, the function is NOT called. Is there a way to pass through such events to the root document?
Van Coding
  • 24,244
  • 24
  • 88
  • 132
9
votes
3 answers

Conditional mouse-event pass-through between sibling elements that overlap

Is there a standard Javascript technique or library for managing conditional mouse-event pass-through between overlapping HTML elements that are not related? For example, I have a partially transparent WebGL canvas (managed by Three.js) in front of…
mhelvens
  • 4,225
  • 4
  • 31
  • 55
4
votes
6 answers

How to handle mouseEvent transparently in AS3?

I have a DisplayObject docked at the top of my interface that displays debug information (frames per second, etc.) and is translucent with an alpha of 60%. I would like to interact with items under this surface, such that when the mouse rolls over…
Triynko
  • 18,766
  • 21
  • 107
  • 173
2
votes
2 answers

Make WPF TextBox or other focusable controls transparent to certain key presses (i.e. pass-through, not swallow)

I have a ListBox with a custom data template which contains a CheckBox, a TextBlock and a TextBox. Normally when you select an item in a ListBox, the underlying ListBoxItem is actually what has the focus and as such, it responds to the up and down…
Mark A. Donohoe
  • 28,442
  • 25
  • 137
  • 286
0
votes
1 answer

How to handle a click event and then pass through to the underlying application in WPF

I have a WPF window where the background is {x:Null} and AllowTransparency=True
Druzil
  • 127
  • 9
0
votes
1 answer

Android: Pass touches to the view (Another App) under Floating view

thank you for reading my question. I make a floating view and it has an image inside. It is translucent. I want this floating view just shows its translucent image and doesn't bother me at all. Pass touches to the view under I've seen this article…
zenyatta
  • 97
  • 2
  • 9
0
votes
2 answers

Firefox: pass event from anonymous javascript function

In this abbreviated code, the inline event works - the "event" is passed to the testKeyPress function