Closed
Bug 616177
Opened 14 years ago
Closed 14 years ago
[adbe 2642062] Firefox 4 sends incorrect keycode (0) to flash plugin...
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(blocking2.0 .x+)
RESOLVED
DUPLICATE
of bug 628585
Tracking | Status | |
---|---|---|
blocking2.0 | --- | .x+ |
People
(Reporter: smadayag, Assigned: smichaud)
Details
Attachments
(2 files)
When the keys, such as shift or ctrl is pressed, Firefox 4 doesn't send the key code to the plug-in... flash then dispatches the key down/up event with the incorrect key code (0) to client swf.
Screen shot and media attached
Method: launch the attached media in Firefox 4
1. Set a focus in a TextField
2. Press Shift Key
3. Press Ctrl Key
Actual: keycode returned is 0
Expected: keycode returned should be 17(CTRL) and 16(Shift)
Updated•14 years ago
|
Component: General → Plug-ins
Product: Firefox → Core
QA Contact: general → plugins
Assignee | ||
Comment 3•14 years ago
|
||
I've confirmed this with my DebugEventsPlugin from bug 441880.
The bug happens in Cocoa event mode, but not in Carbon event mode. Current versions of the Flash plugin support the Cocoa event model, so that's what FF4 uses with them.
Previous versions of FF (3.6.X and earlier) only supported the Carbon event model.
Assignee: nobody → smichaud
Comment 4•14 years ago
|
||
This bug is still present in the public release for FF4, although it now misrepresents certain keycodes (such as SHIFT) as 65.
Possible duplicate: https://bugzilla.mozilla.org/show_bug.cgi?id=638993
Comment 5•14 years ago
|
||
Bug 628585 just landed and might solve this.
I think Mehdi is correct, this is a dupe of bug 628585.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
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
•