Closed
Bug 360198
Opened 18 years ago
Closed 18 years ago
window.focus() window.blur() not working on popup window [panel with links]
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 355482
People
(Reporter: postman, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8
Windows XP P4 2.8GHz 512MB Ram
Firefox 2.0
Thunderbird 1.5.0.8
Trying to implement Ajax so that popup window fades to background when ajax call made. Does not work when embedded in function call. Also does not work when called from a link whether directly called or embedded in function (or when href= call() or when onclick=call(). Firefox 1.5.* works (except does not fade to background when link is called) but Firefox 2.0 does not work. window.focus() or window.blur() does not work when called. window.close() works when called in this manner.
Reproducible: Always
Steps to Reproduce:
1. open http://www.1000doors.com/newstest
2. click on news (or other) link
3. a) click on link
b) click 'window in background link'
c) when popup in background, click on news does not bring forward window
Actual Results:
a) window does not goto background
b) window does not goto background
c) window does not come forward
Expected Results:
a) window should goto background
b) window should goto background
c) window should come into focus
Comment 1•18 years ago
|
||
*** This bug has been marked as a duplicate of 355482 ***
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•