Closed Bug 289192 Opened 20 years ago Closed 20 years ago

Synthetic ctrl-# events switch tabs

Categories

(Firefox :: Tabbed Browser, defect)

x86
Windows ME
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: mromarkhan, Assigned: bugs)

References

Details

(Keywords: fixed-aviary1.0.5, 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

Something like
		var e  = window.document.createEvent('KeyEvents');
		e.initKeyEvent("keypress", 1, 1, window, 1, 0, 0, 0,49,49);
		window.dispatchEvent(e);



Reproducible: Always

Steps to Reproduce:
1. Load testcase in one tab
2. Open two or more tabs

Actual Results:  
First tab, selected after 200 ms

Expected Results:  
Keep focus to current tab.
Thank you.
Right-Click Close Tab
or Middle Click offending tab
Fixed by the general trusted events bug 289940. Fixed on trunk in Deer Park
Alpha1, fixed for upcoming firefox 1.0.5.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Depends on: 289940
Flags: blocking-aviary1.0.5+
Resolution: --- → FIXED
Summary: Synthetic ctrl-# events switch tabs → Synthetic ctrl-# events switch tabs
Whiteboard: [sg:dos] fixed by 289940
v.fixed on Aviary with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.9)
Gecko/20050709 Firefox/1.0.5
Adding distributors
FF1.0.5 advisories published
Group: security
Flags: testcase+
Flags: in-testsuite+ → in-testsuite?
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: