Closed Bug 289236 Opened 19 years ago Closed 19 years ago

Activate find as you type synthetically

Categories

(Toolkit :: Find Toolbar, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: mromarkhan, Assigned: dveditz)

References

Details

(Keywords: fixed-aviary1.0.5, fixed1.7.9, Whiteboard: [sg:dos] fixed by 289940)

Attachments

(1 file)

User-Agent:       Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.7.7) Gecko/20050405 Firefox/1.0.3
Build Identifier: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.7.7) Gecko/20050405 Firefox/1.0.3

Use key events and required key code.
something like

var e  = window.document.createEvent('KeyEvents');
e.initKeyEvent("keypress", 0, 0, window, 0, 0, 0, 0,47, 47);
document.documentElement.dispatchEvent(e);

Reproducible: Always

Steps to Reproduce:
1. Open two tabs
2. Load test case, make sure page has word 'the'
3. Click other tabs

Actual Results:  
Find bar activated eventhough in another tab

Expected Results:  
Prevent findbar from receiving events.
Thank you.
Attached file Testcase
confirming. could this get fixed for 1.0.4, or at least the trunk?
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: blocking-aviary1.1?
Flags: blocking-aviary1.0.4?
OS: Windows ME → All
Hardware: PC → All
This should be fixed on the trunk by bug 289940, though needs to be tested. If
it fixed it great because 289940 will be landing on the branch, too.
Depends on: 289940
Flags: blocking-aviary1.1? → blocking-aviary1.1+
Whiteboard: [sg:dos]
Confirming that bug 289940 fixed this on the trunk
Status: NEW → RESOLVED
Closed: 19 years ago
Flags: blocking-aviary1.0.5? → blocking-aviary1.0.5+
Resolution: --- → FIXED
Whiteboard: [sg:dos] → [sg:dos] fixed by 289940
Reassigning to dveditz.  Bug 289940 does not have blocking-aviary1.0.5+ set, so
just want to make sure we get that patch ready for the branch.  

Dan:  Should we flag that other bug or do you just want to submit a patch here
and get it checked in when we're ready?
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee: firefox → dveditz
Status: REOPENED → NEW
Fixed on the trunk, the blocking flags take care of the branch
Status: NEW → RESOLVED
Closed: 19 years ago19 years ago
Resolution: --- → FIXED
fix for bug 289940 checked into aviary and mozilla 1.7 branches
Adding distributors
FF1.0.5 advisories published
Group: security
Flags: testcase+
Flags: in-testsuite+ → in-testsuite?
Product: Firefox → Toolkit
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: