Closed
Bug 456632
Opened 17 years ago
Closed 13 years ago
With Copy command, Apple-C, Firefox passes plugin a space character with no selection
Categories
(Core Graveyard :: Plug-ins, defect, P2)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: alanliu, Unassigned)
Details
In a Silverlight textbox, when you press AppleKey+C with no selection made in the textbox, it'll copy a space to the clipboard, instead of being no action.
Traced it down to Mac Firefox handling the copy command for us, and passes us the buffer with a space in it. Silverlight cannot differentiate this from a real copy of just a space.
The same problem occurs with Flash/Flex.
Comment 1•17 years ago
|
||
Bizarre!
I can reproduce this in Firefox 2.X and 3.X, but only on OS X.
It doesn't happen (in Firefox) on Windows or Linux.
It doesn't happen is Safari (on OS X).
I can also reproduce it with my DebugPluginEvents plugin from bug
441880 -- so this is clearly a browser bug.
Assignee: nobody → smichaud
Flags: wanted1.9.1?
Priority: -- → P2
I can't reproduce this with Flash or the basic sample plugin in our plugin SDK. I can reproduce with Steven's event debug plugin. What exactly does a plugin need to do in order to trigger this behavior?
Assignee: smichaud → nobody
Flags: wanted1.9.1? → wanted1.9.2+
Hardware: x86 → All
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INCOMPLETE
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
•