Closed
Bug 280215
Opened 20 years ago
Closed 20 years ago
[FIX]shouldn't reload pages when going back from page with anchor to original page (foo#bar -> foo)
Categories
(Core :: DOM: Navigation, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla1.8beta1
People
(Reporter: Biesinger, Assigned: bzbarsky)
References
()
Details
(Keywords: regression)
Attachments
(1 file)
2.74 KB,
patch
|
Biesinger
:
review+
darin.moz
:
superreview+
|
Details | Diff | Splinter Review |
Reporter | ||
Comment 1•20 years ago
|
||
bah, accidentally hit enter.
When loading a page, and clicking an anchor in it, then going back, the page is
reloaded. this sucks for large pages, since they take long to load even from cache.
Assignee: adamlock → nobody
Component: Embedding: Docshell → History: Session
QA Contact: adamlock → history.session
Summary: shouldn → shouldn't reload pages when going back from page with anchor to original page (foo#bar -> foo)
Assignee | ||
Comment 3•20 years ago
|
||
This basically removes the patch in bug 273158 and refixes that bug in a
slightly less intrusive way (only for non-history loads).
Assignee: nobody → bzbarsky
Status: NEW → ASSIGNED
Attachment #172701 -
Flags: superreview?(darin)
Attachment #172701 -
Flags: review?(cbiesinger)
Assignee | ||
Updated•20 years ago
|
Priority: -- → P1
Summary: shouldn't reload pages when going back from page with anchor to original page (foo#bar -> foo) → [FIX]shouldn't reload pages when going back from page with anchor to original page (foo#bar -> foo)
Target Milestone: --- → mozilla1.8beta
Reporter | ||
Comment 4•20 years ago
|
||
Comment on attachment 172701 [details] [diff] [review]
Patch
+ if (hashNew < 0 && (hashCurrent < 0 || aLoadType != LOAD_HISTORY)) {
can you make those comparisons to kNotFound instead?
with that, r=biesi
Attachment #172701 -
Flags: review?(cbiesinger) → review+
Comment 5•20 years ago
|
||
Comment on attachment 172701 [details] [diff] [review]
Patch
sr=darin (with same nit as biesi)
Attachment #172701 -
Flags: superreview?(darin) → superreview+
Assignee | ||
Comment 6•20 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Component: History: Session → Document Navigation
QA Contact: history.session → docshell
Assignee | ||
Updated•16 years ago
|
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•