Closed
Bug 180589
Opened 23 years ago
Closed 23 years ago
Plug-in doesn't get autokey events
Categories
(Camino Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: manfred, Assigned: sfraser_bugs)
References
()
Details
Attachments
(1 obsolete file)
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.0.1) Gecko/20021104 Chimera/0.6
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.0.1) Gecko/20021104 Chimera/0.6
Plugins in Chimera don't seem to get autokey events. Most noticeable is this in
the PDF Browser Plugin <http://www.schubert-it.com/plugin/> where pressing and
holding the down arrow key for example scrolls the pdf downwards. In Chimera
this only scrolls one line (the key down event) while in all other browsers this
scrolls as long as the key is pressed.
Reproducible: Always
Steps to Reproduce:
1. Download and install the PDF Browser Plugin
2. Open a PDF in the browser and click into it to set the keyboard focus to the
plugin
3. Press and hold the down arrow key
Actual Results:
The PDF scrolls down one line.
Expected Results:
The PDF should scroll as long as the key is pressed.
Confirmed using Chimera/2002111204 on 10.1.5.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Plugin doesn't get autokey events → Plug-in doesn't get autokey events
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•23 years ago
|
||
Comment 4•23 years ago
|
||
nsPluginViewer.cpp will need these changes too cuz PDFs are full-page plugins.
Assignee | ||
Comment 5•23 years ago
|
||
Comment on attachment 107040 [details] [diff] [review]
Work in progress patch
Patch is bad. We should fix this in the mac widget code
Attachment #107040 -
Attachment is obsolete: true
Assignee | ||
Comment 6•23 years ago
|
||
The patch in bug 181947 addresses this.
Assignee | ||
Comment 7•23 years ago
|
||
Fixed now.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 8•23 years ago
|
||
Excellent. Marking verified in 2002-11-26-04 NB.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•