Closed
Bug 356096
Opened 18 years ago
Closed 12 years ago
Mouse move messages do not get passed to Plugin
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: fleabix, Unassigned)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.04324.17; InfoPath.2)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061003 Firefox/2.0
NPAPI does not pass messages of type MOUSEMOVE to the plugin. As a result, there is no way for a plugin to know about mouse movements through NPAPI. It is fully documented in NPAPI to receive these messages.
This happens when the mouse is inside or outside the plugin. MOUSEENTER and MOUSELEAVE and button clicks are all correctly registered, just no MOUSEMOVE notification.
Reproducible: Always
Actual Results:
MOUSEMOVE events are not passed to Plugin when fired.
Expected Results:
MOUSEMOVE events are passed to plugin when fired.
Firefox on Windows works correctly.
Updated•18 years ago
|
Component: OS Integration → Plug-ins
Product: Firefox → Core
QA Contact: os.integration → plugins
Summary: PLUGIN: Mouse move messages do not get passed to Plugin → Mouse move messages do not get passed to Plugin
Version: unspecified → 1.8 Branch
Updated•12 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Updated•2 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•