Closed
Bug 271198
Opened 20 years ago
Closed 17 years ago
e-billing.com.cn - I could not click the link if the HTML file like: <a href=...><tr..><td>...</td></tr></a>
Categories
(Tech Evangelism Graveyard :: Chinese-Simplified, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: zzhi.zhang, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
The html file looks like:
<a href="....">
<tr style="cursor:hand" id="Row2" bgcolor = "#FFFFFF"
onMouseOver="javascript:this.style.backgroundColor='#BBBBBB';"
onMouseOut="javascript:this.style.backgroundColor='#FFFFFF';" >
<td><font color="#000000">2004</font></td>
<td><font color="#000000">53360526215</font></td>
<td><font color="#000000">test</font></td>
<td><font color="#000000">test</font></td>
<td width="15%" align="right"><font color="#000000">33.20</font></td>
<td>
</td>
</tr></a>
The above URL link did not clickable in firefox browser.
Reproducible: Always
Steps to Reproduce:
1.Just write a simple page with above html contents.
2.open the html file with firefox
3.click the table line, and no any reponse.
Actual Results:
Regaring to the IE, it works the table line of URL should be clickable. I am not
sure the HTML format is correct or wrong. But firefox should treat it as IE.the markup isn't valid, please contact the site and ask them to fix it. this isn't a security issue.
Assignee: firefox → chinese-simplified
Group: security
Component: General → Chinese-Simplified
Product: Firefox → Tech Evangelism
QA Contact: firefox.general → chinese-simplified
Whiteboard: [sg:nse]
Updated•20 years ago
|
Summary: I could not click the link if the HTML file like: <a href=...><tr..><td>...</td></tr></a> → e-billing.com.cn - I could not click the link if the HTML file like: <a href=...><tr..><td>...</td></tr></a>
Updated•18 years ago
|
Whiteboard: [sg:nse]
Comment 2•17 years ago
|
||
I see no markup like that in the given site any more, so resolving FIXED.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
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
•