Closed Bug 269059 Opened 20 years ago Closed 20 years ago

404 causes back button to go back 2 pages

Categories

(Firefox :: Bookmarks & History, defect)

x86
Windows XP
defect
Not set
major

Tracking

()

VERIFIED DUPLICATE of bug 226401

People

(Reporter: tuffguy, Assigned: bugzilla)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1

Basically, when I have this in my user preferences files:
user_pref("browser.xul.error_pages.enabled", true);

Whenever I visit a page or website that doesn't exist, it displays the error
page, and then when I click back, it goes back 2 pages instead of 1.

Reproducible: Always
Steps to Reproduce:
1. Enter bogus website, ex: www.sdfjuiwhwaeiufhd.com
2. Error page displays, hit back button.

Actual Results:  
Browser went back 2 pages instead of 1

Expected Results:  
Should have only gone back 1 page

Entire user preferences file:
// Stop reusing active windows:
user_pref("advanced.system.supportDDEExec", false);

// Instead of annoying error dialog messages, display pages:
user_pref("browser.xul.error_pages.enabled", true);

// Speed up page rendering (default=250)
user_pref("nglayout.initialpaint.delay", 0);

// ENABLE PIPELINING - 01.29.03
user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 100);

// KILL <BLINK> TAGS - 01.29.03
user_pref("browser.blink_allowed", false);

*** This bug has been marked as a duplicate of 226401 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
v
Status: RESOLVED → VERIFIED
Component: History → Bookmarks & History
QA Contact: mozilla → bookmarks
You need to log in before you can comment on or make changes to this bug.