Closed
Bug 171244
Opened 23 years ago
Closed 22 years ago
change document's or window's location.hash or location cause trouble
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: frank.zhang, Unassigned)
Details
An anchor is set up one page and the page is supposed to be scrolled to this
position when the document's location.hash is changed. Seems this is not true
sometimes:
Page B has an anchor, and the location.hash will be set to this anchor on load
event.
Page A contains the link to Page B
What happened is: when the linke in PageA is clicked, page B is loaed at first,
when a request as http://.../pageA#anchor is sent to server, since there isn't
such page, the page B is broken.
Comment 1•23 years ago
|
||
To DOM0
Assignee: asa → jst
Component: Browser-General → DOM Level 0
QA Contact: asa → desale
Summary: change document's or window's locatoin.hash or location cause trouble → change document's or window's location.hash or location cause trouble
Comment 3•22 years ago
|
||
Frank:
Could you please test to see if the problem still exists in a current Mozilla build?
If it is still present then please, create a reduced test case and attach it to
this bug report or upload it to a server and add here the url of the testcase.
Comment 4•22 years ago
|
||
No response, no testcase, unable to reproduce in recent builds. Marking
worksforme, but please reopen if this is still a problem.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•