Closed
Bug 52656
Opened 24 years ago
Closed 24 years ago
Clicking on href with reference to non-existant target frame crashes browser.
Categories
(Core :: Layout, defect, P3)
Tracking
()
CLOSED
WORKSFORME
People
(Reporter: 1212mozilla, Assigned: clayton)
References
()
Details
(Keywords: crash)
Attachments
(1 file)
77 bytes,
text/html
|
Details |
On http://www.gccprinters.com/worldwide/ click on the Switzerland link. This
immediatly and consistantly crashes my browser. I believe this is because the
link has a target="main_frame" part of the href. Other browsers create the
frame in a new window and open the page there when the target frame does not
already exist.
Tested with build 2000091212
Comment 1•24 years ago
|
||
works on win32 (windows2000) build# 2000090908
Comment 2•24 years ago
|
||
this works for me with 091408 mozilla linux build on RedHat 6.2. Clicking hte
link opens a new window which loads it's contents correctly. Over to HTML
element ofr confirmation
Assignee: asa → clayton
Component: Browser-General → HTML Element
QA Contact: doronr → lorca
Comment 3•24 years ago
|
||
I am seeing this also with 2000100408 on RedHat6.2.
<html>
<body>
<a href=test.html target=_blank>new window</a>
</body>
</html>
WORKSFORME Mac OS 9 with 10-05-13 build, NT with 10-05-08 build, Linux 6.2 with
10-03-09 build. It seems to be properly opening a new window now. Marking
RESOLVED WFM.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Comment 7•24 years ago
|
||
I see this with PR3 as well. Talkback incidentid = TB18608143W. This makes the
product unusable for me. This problem does NOT occur with M17.
Marc-
What platform and exact version of PR3 are you using (I guess that question is
one and the same). I couldn't reproduce the problem on Linux, as I said above-
could you maybe give me some tips and hints about how you did it??? Thanks. -d
Reporter | ||
Comment 9•24 years ago
|
||
The 2000091212 build that I reported this with is the only build that I have
actually seen this problem in, just for the record. I have tested this problem
with several builds since then and the problem has not reoccured.
Comment 10•24 years ago
|
||
This is what I did.
Install PR3 in /home/marcl/netscape6 (Buildid 2000092909.)
Start mozilla (cd /home/marcl/netscap6;netscape) and then go to this bug.
Load attachment 10 [details]/05/00 17:36.
Click on "new window" link.
CRASH everytime.
Comment 11•24 years ago
|
||
Marc-
Could you try with a newer build since I can't seem to get a handle on this bug?
If its been fixed by now then we can close it out. Perhaps something got
corrupted in the installation?? Thanks. -d
Comment 12•24 years ago
|
||
I cannot replicate with 2000100613.
Comment 13•24 years ago
|
||
*** Bug 54664 has been marked as a duplicate of this bug. ***
Comment 14•24 years ago
|
||
*** Bug 54867 has been marked as a duplicate of this bug. ***
Comment 15•24 years ago
|
||
Reassigning QA Contact for all open and unverified bugs previously under Lorca's
care to Gerardo as per phone conversation this morning.
QA Contact: lorca → gerardok
Reporter | ||
Comment 16•24 years ago
|
||
Closing bug as it now works for me as well.
Status: RESOLVED → CLOSED
SPAM. HTML Element component deprecated, changing component to Layout. See bug
88132 for details.
Component: HTML Element → Layout
You need to log in
before you can comment on or make changes to this bug.
Description
•