Even as simple as a new gen, mouse gesture to scroll to top or scroll to end will fire but not triggered.
Keyboard PgUp / PgDn work, however.
2 comments
If I remember correctly, your generator is inside an iframe, and pretty heavily isolated. Most likely, the mouse gesture is being caught by the main outer document and not being passed to the inner iframe. It should be possible to tie into window and manually forward the events to the inner frame, but I'm not yet knowledgeable enough in JavaScript to give a definitive answer.
yeah, those "normal gen" cannot trigger the gesture.
However, the "gallery plugin" section is an exception, how come!?!?!
If I remember correctly, your generator is inside an iframe, and pretty heavily isolated. Most likely, the mouse gesture is being caught by the main outer document and not being passed to the inner iframe. It should be possible to tie into
windowand manually forward the events to the inner frame, but I'm not yet knowledgeable enough in JavaScript to give a definitive answer.yeah, those "normal gen" cannot trigger the gesture. However, the "gallery plugin" section is an exception, how come!?!?!