Closed
Bug 80064
Opened 24 years ago
Closed 24 years ago
new windows doesn't get focus
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
VERIFIED
WORKSFORME
mozilla0.9.4
People
(Reporter: bamerkx, Assigned: danm.moz)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/4.77 [en] (X11; U; Linux 2.4.2-2 i686)
BuildID: 2001050716 (mozilla-0.9-0)
Clicking 'Betalen en Sparen' opens a new window.
But this windows appears behind the original window.
Reproducible: Always
Steps to Reproduce:
1. open www.rabobank.nl
2. click 'Betalen en Sparen' (top left)
3.
Actual Results: new window 'Toegang tot uw betaal- en spaarrekeningen"
on https://bankieren.rabobank.nl gets opened.
This window apears behind the original window.
Expected Results: The new window appears 'in focus' (in front of the original
page)
This works ok on netscape 4.77; IE 5
The url is a banking site.
The new window that is opened is where users must enter their usernumber and
password.
Comment 1•24 years ago
|
||
Confirmed
Platform:PC
OS: Windows 98
Mozilla Build: 2001052904
Not sure where this goes.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Hardware: PC → All
Comment 2•24 years ago
|
||
over to the DOM
Assignee: asa → jst
Component: Browser-General → DOM Level 0
QA Contact: doronr → desale
With today's build the new window begins life in front of the older one, gets
sent behind, and then resurfaces, to end up correctly in front. I'm seeing a lot
of focus events flying around like gnats. But anyway, this bug is not exactly
broken right now, though something is still wrong.
Comment 5•24 years ago
|
||
I'm getting a similar problem with Adobe Acrobat. A java applet is loading up a
PDF, which gets passed to Acrobat. Acrobat opens within the original browser
window, but because the browser window is not currently at the front (the Java
applet is), you never see the PDF file unless you know to look at the browser
window.
still seeing this bug on 0.91 on linux. (BUILDID 2001060810)
The new windows appears behind the first one.
Comment 7•24 years ago
|
||
That problem cause on the history function!
The link loads the page:
http://www.rabobank.nl/data/custom/custom_openwin1300.htm?node_id=1300
and this page open the new window:
window.open('https://bankieren.rabobank.nl/rabo/login.htm?verzoek=REKSAL&Node_ID=1300',
'betalen')
and do then the
history.back()
The history back function then do a the refocusing of the old window.
Comment 8•24 years ago
|
||
I testify that this is a valid bug. I would like it to be fixed.
Dave (no one of consequence)
Updated•24 years ago
|
Target Milestone: mozilla0.9.3 → mozilla0.9.4
Checked with builds made this morning; no problems on Linux (Redhat/Sawfish),
Win2k or Mac. Woo hoo! A lot of good work on initial focus has gone in recently.
Seems like we picked up a fix for this one somewhere along the line, too.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 10•24 years ago
|
||
works ok for me(reporter) with build of 11/8/2001 (linux)
Comment 11•24 years ago
|
||
Verified on 2001-09-19-05-0.9.4 branch as well as on 2001-09-19-03-trunk.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•