Closed Bug 36363 Opened 25 years ago Closed 25 years ago

back button works wrongly with frames

Categories

(Core :: Layout: Images, Video, and HTML Frames, defect, P3)

x86
Linux
defect

Tracking

()

VERIFIED DUPLICATE of bug 28142

People

(Reporter: m.faassen, Assigned: pollmann)

References

()

Details

When I press the 'back' button when in the Zope management interface (get a free developer's login at www.zope.org to test this) sometimes the wrong frame (the explorer frame on the left) goes back to the previous state of the content frame on the right. Under Netscape 4.7 or Internet Explorer this never happens; 'back' affects the contents frame on the right only. Some javascript glue appears to be involved. This is the frameset page at www.zope.org where this occurs: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <HTML lang="en"> <HEAD> <TITLE>Martijn Faassen's Page on http://www.zope.org/Members/faassen</TITLE> <SCRIPT LANGUAGE="javascript"> <!-- function update_menu() { window.manage_menu.location.href=window.manage_menu.location.href; } //--> </SCRIPT> </HEAD> <FRAMESET COLS="175,*"> <FRAME SRC="http://www.zope.org/Members/faassen/manage_menu" NAME="manage_menu" MARGINWIDTH="2" MARGINHEIGHT="2" SCROLLING="auto"> <FRAME SRC="http://www.zope.org/Members/faassen/manage_workspace" NAME="manage_main" MARGINWIDTH="2" MARGINHEIGHT="0" SCROLLING="auto"> </FRAMESET> <NOFRAMES> Management interfaces require the use of a <B>frames-capable</B> web browser. </NOFRAMES> </HTML>
Is this actually a bug with frames or a bug with back button (history)?
A new SH that doesn't handle framesets has landed over the weekend. This is a known problem and a dupe of one of mine. Taking.
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
I believe the bug is 28142. Thanks Radha! *** This bug has been marked as a duplicate of 28142 ***
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Marking verified dup of 28142.
Status: RESOLVED → VERIFIED
Marking verified dup of 28142.
Product: Core → Core Graveyard
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in before you can comment on or make changes to this bug.