Closed
Bug 515140
Opened 16 years ago
Closed 14 years ago
Clicking a link with an internal page anchor shows top of page but doesn't scroll to the anchor in page (It does works when entering the URL by hand on the URL location bar)
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: enrique.arizonbenito, Unassigned)
References
()
Details
(Whiteboard: [CLOSEME 2011-1-1])
User-Agent: Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.1) Gecko/20090624 Firefox/3.5
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.1) Gecko/20090624 Firefox/3.5
I have the next draft html page:
<html>
<head>
</head>
<body>
-Check the <a href="http://clientes.diversiatv.com/documentacion/preguntas-frecuentes#section-4">FAQs</a>.
</body>
<html>
When clicking on the link it's supposed to render the new page and automatically scroll to the internal anchor (#section-4) in page but it doesn't.
Curiosly the automatic scroll does work by manually entering the same link in the URL dialog.
Reproducible: Always
Steps to Reproduce:
1. (See details)
Actual Results:
(See details)
Expected Results:
(See details)
It's a normal but annoying bug. - I made a javascript for technical support that, after some questions to the user, tries to point to the correct anchor in the FAQs. It took me nearly 1 week to make it work properly but now I get stuck with this bug :( -.
Comment 1•14 years ago
|
||
Reporter, are you still seeing this issue with Firefox 3.6.12 or later in safe mode? If not, please close. These links can help you in your testing.
http://support.mozilla.com/kb/Safe+Mode
http://support.mozilla.com/kb/Managing+profiles
Also, please consider using the most recent Firefox 4 beta build, your bug may be resolved there.
Whiteboard: [CLOSEME 2011-1-1]
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•