Closed Bug 166736 Opened 22 years ago Closed 21 years ago

clicking on view image while page is loading causes the back button to notgo to the last page, but the page before last.

Categories

(Core :: DOM: Navigation, defect)

x86
All
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla1.4alpha

People

(Reporter: maybespamforandy1, Assigned: radha)

References

()

Details

Attachments

(1 file)

if you click on view image on an image, while the rest of the page is loading,
clicking back after you are on the screen that you are viewing the image, goes
to the page before the page that you clicked on view image, or the back button
is greyed out if the page that you clicked view image on was the first page that
you opened in that window.
*** Bug 176204 has been marked as a duplicate of this bug. ***
Confirmed on http://biology.ecsu.ctstateu.edu/People/adams.htm with Phoenix
11/02 on WinXP.
Status: UNCONFIRMED → NEW
Ever confirmed: true
... and confirmed in Mozilla 10/25.

-> History: Session.  If this turns out to be a context menu bug, Mozilla and
Phoenix will need separate fixes.
Assignee: asa → radha
Component: Browser-General → History: Session
QA Contact: asa → claudius
*** Bug 179299 has been marked as a duplicate of this bug. ***
Still here on Linux and WinXP too...
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.4alpha
also on Win98 with 1.3b
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3b) Gecko/20030210
*** Bug 168987 has been marked as a duplicate of this bug. ***
OS: Windows 2000 → All
This patch  introduces a new flag mIsExecutingOnLoadHandler and uses it
(instead of busy flags) to track loads that happen in onLoad handlers.	 This
is required so that loads from onLoad handlers can be clearly distinguished
from the ones that are interrupted, cancelled etc ....
Attachment #116113 - Flags: review?(adamlock)
Comment on attachment 116113 [details] [diff] [review]
patch to docshell

r=adamlock
Attachment #116113 - Flags: review?(adamlock) → review+
Attachment #116113 - Flags: superreview?(alecf)
Comment on attachment 116113 [details] [diff] [review]
patch to docshell

sorry for the delay. My only qualm with this is that
"isExecutingOnLoadHandler()" should not be a method, but instead should be
"readonly attribute boolean isExecutingOnLoadHandler;"

and mIsExecutingOnLoadHandler should be a PRPackedBool

sr=alecf with those changes
Attachment #116113 - Flags: superreview?(alecf) → superreview+
Fix checked in. 
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
This caused regression bug 201108
Component: History: Session → Document Navigation
QA Contact: claudius → docshell
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: