Closed
Bug 6586
Opened 26 years ago
Closed 26 years ago
if followed link cannot be loaded, url control is updated
Categories
(SeaMonkey :: UI Design, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
M8
People
(Reporter: cpratt, Assigned: radha)
References
()
Details
build id: 1999051408
platform: windows nt
to reproduce: load a page with a link on it that goes to a bad url. as of 2.10
pm today, you could go to aol.com and have any number of links not work because
dynamic.aol.com was down, for example. on that page, click a link that won't
work. result: the link does not load, and yet the location control is updated to
reflect the url that you attempted to load. expected result: the location
control is not updated and still shows you the page you're viewing.
Updated•26 years ago
|
Assignee: trudelle → don
Comment 1•26 years ago
|
||
The location bar is an XPApp control, reassigning to don
Assignee: don → radha
Component: XP Toolkit/Widgets → other
Target Milestone: M7
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•26 years ago
|
||
It is mine.
Assignee | ||
Comment 5•26 years ago
|
||
I can't reproduce this in today's build. Please verify. I used this little
sample file to test this.
<html>
<head>
<title> My Home Page </title>
</head>
<p>
<a href="test.html">Click here to go nowhere</a>
</body>
</html>
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
it looks good to me on
1999-06-16-08 RedHat Linux 5.2 kernel 2.2.7
1999-06-16-08 WinNT 4.0 sp4
1999-06-16-08 MacOS 8.51
now the behavior is as follows:
if a url is invalid, the url bar is updated for that url and the server
will give you a 404 or some other Not Found error. that is on par with 4.x.
i'm marking fixed and verified.
(reopen if you think the behavior should be different)
phillip, that test case (http://wetnap/seamonkey/bugs/bug6586.html) could be
updated to contain links to servers that don't exist (steal the page at
http://schist/bug6586.html if you'd like). anyhoo, using the june 16 build under
nt, it now works just great for me. (if a link to a server that doesn't exist or
doesn't load is followed, the url is not updated.)
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
Comment 8•6 years ago
|
||
Commit pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/8a137dbfd8815d9103203c11e4c63eae7135faf9
Serve 64bit funnelcake to Win10 taskbar experiment visitors (Issue #6586) (#6664)
You need to log in
before you can comment on or make changes to this bug.
Description
•