Closed
Bug 261213
Opened 21 years ago
Closed 18 years ago
omniadmin.com - <a href> links outside <td></td> tags do not work
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: dave, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10
This is a site that requires login, unfortunately. Here is an example of the
offending code:
<table>
<tr>
<a href="test.html">
<td>test</td>
</a>
</tr>
</table>
The link does not work when the href is outside the <td>. If you moved it
inside, the link works fine.
Reproducible: Always
Steps to Reproduce:
1.login to myplan.omniadmin.com
2.Try to use side navigation
Actual Results:
The links do not work
Expected Results:
A link should be avalailable
Comment 1•21 years ago
|
||
Conforming summary to TFM item 10 at
http://www.mozilla.org/projects/tech-evangelism/site/procedures.html#file-new
Reporter, next time you file a TE bug, please follow the guidelines.
Summary: <a href> links outside <td></td> tags do not work → omniadmin.com - <a href> links outside <td></td> tags do not work
There are no websites reachable for a while now.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•