Closed
Bug 1057972
Opened 11 years ago
Closed 11 years ago
Add support for mouse wheel event in windowless NPAPI plugins
Categories
(Core Graveyard :: Plug-ins, defect, P4)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mathieu.malaterre, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36
Steps to reproduce:
I would like to catch mouse wheel event from my npapi plugin. However it does not seems to be supported by firefox ATM. At least it does not seems to appear in the code:
http://hg.mozilla.org/mozilla-central/annotate/118234ab24ed/dom/plugins/ipc/NPEventWindows.h#l83
Actual results:
No event is triggered in HandleEvent(void *event)
Expected results:
Mouse wheel event should be triggered in HandleEvent(void *event)
Component: Untriaged → Plug-ins
Product: Firefox → Core
Summary: Add support for Mouse Wheel even in NPAPI → Add support for Mouse Wheel event in NPAPI
Comment 1•11 years ago
|
||
I don't think any other browser currently supports this on Windows and currently things are shifting away from NPAPI.
Given that this also has been missing for a while, i don't think this is worth spending much time on.
We might take patches on this though.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P4
Updated•11 years ago
|
Summary: Add support for Mouse Wheel event in NPAPI → Add support for mouse wheel event in windowless NPAPI plugins
Comment 2•11 years ago
|
||
I wouldn't take a patch for this.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
The patch is basically a one liner. Benjamin could you please elaborate why you would not accept such patch ? As said above: things are going away from NPAPI anyway, so where is the harm ?
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•