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)
Tracking
()
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>
Comment 1•25 years ago
|
||
Is this actually a bug with frames or a bug with back button (history)?
Comment 2•25 years ago
|
||
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
Assignee | ||
Comment 3•25 years ago
|
||
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
Comment 5•25 years ago
|
||
Marking verified dup of 28142.
Updated•6 years ago
|
Product: Core → Core Graveyard
Updated•6 years ago
|
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.
Description
•