Closed
Bug 33727
Opened 26 years ago
Closed 26 years ago
resizing table fields in m14
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
M16
People
(Reporter: big_c, Assigned: karnaze)
Details
(Keywords: verifyme)
Attachments
(1 file)
|
2.42 KB,
text/html
|
Details |
In a table with links in the fields and some space around
the links it self the table fields are resizing if the mouse moves
over the links. The example shows the effect perfectly in M14
for me.
<style type="text/css" media="screen">
table.portal {empty-cells: show;}
th.portal {background-color: #003300; color: #ffffff;border: 1px solid
white;border-right-width: 20px;}
td.portal {background-color: #ccffcc; color: #003300;border: 1px solid
white;border-right-width: 20px;}
span.portal {font-size: 85%;}
</style>
</head>
<base target="_top">
<body>
<table border="0" width="100%">
<tr>
<td class="small">KS Organisation und Informatik</td>
<td class="small" align="right" valign="top">
<script language="JavaScript">timestamp ();</script></td>
</tr>
</table>
<caption><h1>KS Informationstechnologie</h1></caption>
<table width="100%" border="0">
<tr>
<td width="80%">
<table class="portal" width="100%" height="250" border="0"><FONT></FONT>
<col span="2" width="50%" align="left">
<tr>
<th class="portal">KS IT BI</th>
<th class="portal">KS IT QU</th>
</tr>
<tr>
<td class="portal"><a href="">B<span class="portal">
Risikosysteme</span></a></td>
<td class="portal"><a href="">B<span class="small"> Management
Informationssysteme</span></a></td>
</tr>
<tr>
<td class="portal"><a href="">C<span class="portal">
Aufsichtsrechtliches/internes Betriebswesen</span></a></td>
<td class="portal"><a href="">C<span class="portal">
Anwendungs-Architektur</span></a></td>
</tr>
<tr>
<td class="portal"><a href="">D<span class="small"> Back-Office
OTC-Derivate</span></a></td>
<td class="portal"><a href="">D<span class="small">
Geschäftsinformationen</span></a></td>
</tr>
<tr>
<td class="portal"><a href=""> Back-Office Geld und
Devisen</span></a></td>
<td class="portal"><a href="">E<span class="small">
Partnerinformationen</span></a></td>
</tr>
<tr>
<td class="portal"><a href="">F<span class="small"> Internationale
Back-Office Systeme</span></a></td>
<td class="portal"><a href="">F<span class="small">
Bestandsführung</span></a></td>
</tr>
<tr>
<td class="portal"><a href="bi/s/">S<span class="small"> Projekt-
und Qualitätssupport </span></a>-ONLY LINK WORKING-</td>
<td class="portal"><a href="">S<span class="small"> Projekt- und
Qualitätssupport</span></a></td>
</tr>
</table>
many thanks for the good work.
bye
big C
Comment 1•26 years ago
|
||
Comment 2•26 years ago
|
||
I don't see this behavior exhibited under build 2000032909 under Linux. Perhaps
the bug has been fixed since M14.
Comment 3•26 years ago
|
||
i see this as well. right clicking on the links will cause a reflow. Confirming
bug, not sure if this is a dupe, can't find anythign similar (perhaps bug 25198).
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → M16
| Assignee | ||
Comment 4•26 years ago
|
||
I'm not seeing the problem.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•