Closed
Bug 114975
Opened 22 years ago
Closed 22 years ago
location.hash fails within multipart/x-mixed-replace
Categories
(Core :: DOM: Core & HTML, defect, P2)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla0.9.8
People
(Reporter: roberto, Assigned: peterv)
References
()
Details
Attachments
(1 file, 1 obsolete file)
947 bytes,
patch
|
sicking
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
This is a new definition of Bug 114839. The provided url, viewed from Mozilla, should display a series of 6 pages, each displaying 20 lines of text, in multipart format. At the top of each page segment, an anchor is defined (<DIV ID=page1 ....), followed by a javascript containing "location.hash='page1' (or whatever). The multipart message stops displaying altogether when it reaches that location.anchor statement (anchor is correctly updated in navigation bar). No javascript error in the console. This problem started to occur in version 0.9.5
![]() |
||
Comment 1•22 years ago
|
||
Over to DOM0.... Darin, should this be yours?
Assignee: rogerl → jst
Status: UNCONFIRMED → NEW
Component: Javascript Engine → DOM Level 0
Ever confirmed: true
QA Contact: pschwartau → amar
Comment 2•22 years ago
|
||
nope... jst is the rightful owner :)
Assignee | ||
Comment 3•22 years ago
|
||
LocationImpl::SetHash constructs a URI and calls LocationImpl::SetURL, which calls nsDocShell::Stop. We should not call Stop if coming from SetHash.
Assignee: jst → peterv
Assignee | ||
Comment 4•22 years ago
|
||
Assignee | ||
Updated•22 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
Target Milestone: --- → mozilla0.9.8
Assignee | ||
Comment 5•22 years ago
|
||
Attachment #61560 -
Attachment is obsolete: true
Assignee | ||
Comment 6•22 years ago
|
||
Looking for reviews.
Comment on attachment 63748 [details] [diff] [review] Patch r=sicking
Attachment #63748 -
Flags: review+
Comment 8•22 years ago
|
||
Comment on attachment 63748 [details] [diff] [review] Patch sr=jst
Attachment #63748 -
Flags: superreview+
Assignee | ||
Comment 9•22 years ago
|
||
Checked in.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•