Closed
Bug 120036
Opened 24 years ago
Closed 24 years ago
Session history misbehaves on nsIWebNavigation::GoBack()
Categories
(Core :: DOM: Navigation, defect)
Tracking
()
VERIFIED
WONTFIX
People
(Reporter: serhunt, Assigned: radha)
Details
(Keywords: topembed)
Attachments
(1 file, 1 obsolete file)
|
16.43 KB,
patch
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.4.2) Gecko/20020113
This is branch only bug, fixed on the trunk with a number of related fixes which
did not get into the branch.
I file this bug as an offspring of
http://bugscape.netscape.com/show_bug.cgi?id=11600 since I beleive that it is
not related to the original problem but somewhat 'block' my fix for 11600.
To see the problem do the following:
1. apply patch from 11600 (Bugscape bug) if you do it before I check it in
2. follow the step in 11600
3. if you are on the trunk enjoy it working: clip plays the page stays
4. on the branch the page changes to something wrong
5. if nothing unusual happens, play one more clip, the problem should show up
Expected: the original page visibly stays, in fact it goes to a full-page plugin
page and then immediately navigates back, so for the user it looks like the page
is not left
Actual: it does not navigates back correctly, I saw loading just a banner from
the original page, on other occasion I saw loading yet another previous page.
Nominating, since it is needed for Bugscape b-u-g 11600.
Keywords: edt0.9.4
Updated•24 years ago
|
QA Contact: claudius → depstein
| Assignee | ||
Comment 2•24 years ago
|
||
Patch to 0.9.4 branch. This patch has been in the trunk for 2 months.
| Assignee | ||
Comment 3•24 years ago
|
||
To achieve proper behavior of the back forward buttons and Go menus, after the
media player has been used, this patch is required in the branch. This is the
case, even if windows media player v 7.01 is used.
| Assignee | ||
Comment 4•24 years ago
|
||
The patch was arrived from fixes to bugzilla bugs 108041 and 92824
| Assignee | ||
Comment 5•24 years ago
|
||
The previous patch is missing changes to navigator.js. This patch has it at the
end of teh file.
Attachment #65141 -
Attachment is obsolete: true
Comment 6•24 years ago
|
||
per conversation w/ radha and av, this is no longer blocking the bugscape bug.
I believe, it is not going to the branch anyway too --> WONTFIX
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WONTFIX
Comment 8•24 years ago
|
||
Spoke to Radha about this. The problem only occurs in CS; but they don't even
use a session history and are only concerned about the repainting of the page
(which apparently is OK in CS).
Status: RESOLVED → VERIFIED
Component: History: Session → Document Navigation
QA Contact: depman1 → docshell
You need to log in
before you can comment on or make changes to this bug.
Description
•