Closed
Bug 222219
Opened 22 years ago
Closed 22 years ago
External WH_KEYBOARD hooks stop firebird text input
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: busonerd, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030728 Mozilla Firebird/0.6.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030728 Mozilla Firebird/0.6.1
When the WH_KEYBOARD hook is hooked from an external application, Mozilla will
no longer recieve any text input from the keyboard even though any other program
on the system does.
Reproducible: Always
Steps to Reproduce:
1. Run a program that hooks WH_KEYBOARD, (mine is written in delphi)
2. Attempt to enter any text into Mozilla
3. Attempt to enter any text into the operating system or any other program
Actual Results:
Step 2 fails, and step 3 allows text entry as it should.
Expected Results:
Allowed text entry
If you need the example application which causes mozilla to fail, contact me.
Would it be possible to place the example app as an attachment? (sorry, just a
Bugzilla n00b)
| Reporter | ||
Updated•22 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•