Closed
Bug 130348
Opened 23 years ago
Closed 21 years ago
Text link is not completed and not clickable and everything after it does not show up
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: Christopher.J.Regan, Assigned: attinasi)
Details
(Keywords: testcase)
Attachments
(1 file)
1.74 KB,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (OS/2; U; Warp 4; en-US; rv:0.9.9+) Gecko/20020311
BuildID: 2002031116
Part of the page source causing a problem:
<li><a href="SelectProject">Select Project</a>
</li>
</ul>
<a href="../../vdb/dc/vdbcgi/Welcome">Logon for admin functions</a>
On the web page everything above Select shows up fine but only Select shows up
and is not a clickable link and the line following it does not show up in the
frame.
Reproducible: Always
Steps to Reproduce:
Just going to the page makes the problem occur
Actual Results: One of the links partially shows up but is not clickable and
the link that should follow it does not show up at all
Expected Results: The full text line should show up and be a clickable link and
the line after should also show up and be a clickable link
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html><head><title>Version Control Database - Version Control Database</title>
</head>
<body title="Version Control Database - Version Control Database"
marginwidth="0" marginheight="0" bgcolor="#000070" text="#000000"><table
height="100%" cellspacing="0" border="0" width="100%" cellpadding="0"><tr><td
valign="top" rowspan="2" bgcolor="#00C0C0" width="150"><table valign="top"
cellspacing="0" height="100%" bgcolor="#00C0C0" cellpadding="10"><tr><td><font
size="-1"><h3>Version Control Database</h3>
<ul><li><a href="ViewProjectInfoForm">Display Project Info</a>
</li>
<li><a href="DisplayProjectVersionsForm">Display Project Versions</a>
</li>
<li><a href="ShowDependentsForm">Show Dependent Projects</a>
</li>
<li><a href="SelectProject">Select Project</a>
</li>
</ul>
<a href="../../vdb/dc/vdbcgi/Welcome">Logon for admin functions</a>
</font>
</td>
</tr>
</table>
</td>
<td align="left" bgcolor="#00C0C0" colspan="2"><table bgcolor="#00C0C0"
border="1"><tr><td><a href="javascript:history.go(-1)">Back</a>
</td>
<td><a href="/cgi-bin/authdc/main/welcome">Authentication</a>
</td>
<td><a href="/cgi-bin/dc/vdbcgi/Welcome">Version Control System</a>
</td>
<td><a href="/cgi-bin/dc/admincgi/Welcome">Library Download</a>
</td>
<td><a href="/cgi-bin/logoff/logoff">Logoff</a>
</td>
<td><a href="http://midasweb">Midas Gateway</a>
</td>
</tr>
</table>
</td>
</tr>
<tr><td valign="center" align="center"><td height="100%" valign="center"
align="center" width="100%"><table height="100%" valign="center" border="0"
align="center" width="100%" cellpadding="10"><tr><td valign="center"
align="center"><font color="#FFFFFF"><h1>Version Control Database</h1>
</font>
</td>
</tr>
</table>
</td>
</td>
</tr>
</table>
</body>
</html>
Updated•23 years ago
|
Summary: Text l ink is not completed and not clickable and everything after it does not show up → Text link is not completed and not clickable and everything after it does not show up
Comment 2•23 years ago
|
||
This is not OS/2 specific and it appears to be a regression.
It works properly in my build from 3/6
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: OS/2 → All
Hardware: PC → All
Updated•23 years ago
|
Priority: -- → P3
Target Milestone: --- → Future
Comment 3•23 years ago
|
||
WORKSFORME in current Linux CVS.
Comment 4•22 years ago
|
||
Testcase WFM 2003032609/ OS X.... Is this sitll a problem for anyone else?
Comment 5•21 years ago
|
||
Seem to work fine now, but please reopen if this is still a problem...
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•