Closed
Bug 176449
Opened 23 years ago
Closed 21 years ago
Cannot link to anchors between TR and TD in table
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
RESOLVED
WONTFIX
Future
People
(Reporter: gary_d_carnell, Assigned: harishd)
References
()
Details
(Keywords: compat, Whiteboard: WONTFIX?)
Attachments
(1 file, 2 obsolete files)
|
10.82 KB,
text/html
|
Details |
I have a table and on each row I have <a name="uniqueref">. I have a link from
another page like <a href=page.php?var1=val1&var2=val2#uniqueref>. When this is
followed the browser jumps to the top of the table and not the row in the table.
It seems to work in ie and opera and I'd like it to work on all browsers.
Comment 1•23 years ago
|
||
Please include your build id.
Comment 2•23 years ago
|
||
... and a testcase if you can.
Comment 3•23 years ago
|
||
In an email from the reporter:
>Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2a) Gecko/20020910
Your build is over a month old. Please try with a newer build and attach a
testcase, otherwise the bug will be resolved as INVALID.
| Reporter | ||
Comment 4•23 years ago
|
||
| Reporter | ||
Comment 5•23 years ago
|
||
| Reporter | ||
Comment 6•23 years ago
|
||
The build is now 2002101612, downloaded Friday 25th Oct. Problem still occurs.
I've attached two files which can be used to demonstrate the problem. One
includes general.php, this just provides the database password and can be done
away with. The example requires a database with an orders table and two fields
reference_no and ex_country.
Comment 7•23 years ago
|
||
The problem is that the <a name="blah"></a> is between the <tr> and the <td>.
Move the <a name="blah"></a> to the first <td> and it works ok.
Attachment #104362 -
Attachment is obsolete: true
Attachment #104363 -
Attachment is obsolete: true
Updated•23 years ago
|
Comment 8•23 years ago
|
||
Cannot find a dupe, so marking new (although probably invalid) + updating summary.
->Layout??
Assignee: asa → other
Status: UNCONFIRMED → NEW
Component: Browser-General → Layout
Ever confirmed: true
QA Contact: asa → ian
Summary: <a name="something"> within a table → Cannot link to anchors between TR and TD in table
Updated•23 years ago
|
Priority: -- → P3
Target Milestone: --- → Future
Comment 9•23 years ago
|
||
->Parser. DOM Inspector shows that all the anchors wind up at the top of the
document, which is rather bizarre, but it's rather bizarre HTML.
Assignee: other → harishd
Component: Layout → Parser
Keywords: compat
QA Contact: ian → moied
Whiteboard: WONTFIX?
Comment 10•21 years ago
|
||
We're seeing this problem also with pages like this:
http://www.oreilly.com/pub/q/book_syngress_title_asc
The letter links at the top won't jump to the anchors within the table. (Letters that don't have any
corresponding book title don't work at all, and we know and expect that. But the link around the letter
"P", for example, should jump to the first book title that starts with "P")
Comment 11•21 years ago
|
||
DUPEing to a bug with a better testcase.
*** This bug has been marked as a duplicate of 265768 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Comment 12•20 years ago
|
||
*** Bug 291961 has been marked as a duplicate of this bug. ***
Updated•19 years ago
|
Resolution: DUPLICATE → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•