Closed
Bug 879141
Opened 12 years ago
Closed 12 years ago
打开一个已有的窗口,键盘焦点没有到该窗口
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: 573296055, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.19 (KHTML, like Gecko) Ubuntu/11.04 Chromium/18.0.1025.151 Chrome/18.0.1025.151 Safari/535.19
Steps to reproduce:
var newWindow = window.open(url,name);
newWindow.focus();
Actual results:
触发事件打开一个新窗口自动切换到该窗口,但是我再触发这个事件tab没有切换到这个窗口上面。
Expected results:
切换到打开的这个窗口
Please, could you add some some details to your bug report. In addition, modify the title to describe the issue in English.
Flags: needinfo?(573296055)
Click the button to open a new window, switch back to the original window and then click on this button, the window does not switch to open this window
Update to Firefox 21, please.
Severity: blocker → normal
Keywords: 64bit
Updated•12 years ago
|
Component: Untriaged → DOM
Product: Firefox → Core
Component: DOM → Untriaged
Product: Core → Firefox
Comment 5•12 years ago
|
||
There isn't enough information to replicate this bug, though it does seem to have something to do with tabs.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•