Closed
Bug 90925
Opened 24 years ago
Closed 24 years ago
Editor's Browse button brings up the Home Page
Categories
(Core :: DOM: Editor, defect)
Tracking
()
People
(Reporter: momoi, Assigned: rubydoo123)
Details
Attachments
(2 files)
** Observed with 7/15/2001 Win32 Branch build **
Hopefully there is already a bug filed for this.
1. Create a new HTML document. At some point in the editing process,
press the Browse button.
2. This should open a new Browser window if one is not open and
show the edited page in the Browser. Instead, it opens to
the Home Page specified in the Navigator prefrences.
I think this is a bad bug and needs to be fixed.
| Reporter | ||
Comment 1•24 years ago
|
||
I frogot to mention one condition. There should be a browser page open
already for this problem to occur. It does not matter whether the
page opened is this Editor page in the Browser or some other page.
In either case, the action opens the Home Page.
| Assignee | ||
Comment 3•24 years ago
|
||
opened composer
browse button is disabled
entered text (browse button enabled)
selected browse
prompt to save document
browser opened, and document rendered
this works for me using branch build from 7/15/01
if the problem occurs on second selection of the browse button -- that would be
59497
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
marking verified. Momoi, please reopen if you disagree...
Status: RESOLVED → VERIFIED
| Reporter | ||
Comment 5•24 years ago
|
||
Re-opening this bug because it still occurs with
7/21/2001 Win32 branch build.
Status: VERIFIED → REOPENED
Resolution: WORKSFORME → ---
| Reporter | ||
Comment 6•24 years ago
|
||
I am going to attach a composer file that I used to
reproduce this problem.
| Reporter | ||
Comment 7•24 years ago
|
||
| Reporter | ||
Comment 8•24 years ago
|
||
Here are the steps I followed to reproduce this problem.
0. Have the Navigator Home Page set to:
http://home.netscape.com/ja
1. Open the test file attached in the Composer window.
2. Add a character or two and save it.
3. Now click on the "Browse" button.
4. This will either open the Navigator Home Page or
the intended page. If it is the latter, then
leave that page alone and go to step 5.
5. (If it fails to reproduce this problem), then
click on the Browse button again. This is usually
when I see this problem, i.e. every time I save the
document and try to see it in a Browser window.
CC'ing a bunch of people because there are still a few other bugs
in which the Navigator Home Page is opened instead of the
real intended page.
Comment 9•24 years ago
|
||
Bhuvan, is this bug fixed by 91585 or Jag's fix?
Comment 10•24 years ago
|
||
Jag's fix may have done some good for the first problem reported here. Clicking
on the browse button always brings the page in edit in the browser window. But
the second part where user clicks on Browse button again, the window opened for
this purposes shows up with no content.
When clicked on browse button following the steps given by momoi, here are the
observations :
Case 1:
First time clicked on browse button : Browser window gets opened with intended
page (i.e., one just edited)
Case 2:
Clicking on Browse on subsequent occasions : I get the browser window opened in
case 1 and it is just blank.
Case 3:Close the browser window opened (which originally came up when clicked on
browse button) and click on browse button again. It does load the intended (the
page in editing) page. However, clicking browse again falls under Case 2.
From one of the updates in this bug, looks like there is already a bug about the
weird state that occurs when browse button is clicked multiple times (bug 50497).
But we need to know why do we load blank page all the time, when clicked on
browse button second or any subsequent times. Jag, is there an explaination for
this? It looks like the second time when the browse button is clicked, the
window opens to do the right seemed to be not getting the URL to display....??
Above observations are with branch debug build (with jag's patch from 65993 +
morse's patch backed out for bug 91585).
Comment 11•24 years ago
|
||
Comment 12•24 years ago
|
||
Actually, this is a completely different bug.
When window.openDialog(url, name, options, arg1, arg2, ...) is called with a
non-null name, all calls to an open window with that name don't pass on arg1,
arg2, etc. Put differently, the first time it will work fine, consecutive times
it will fail. Until you close the window, then the first window open will work,
consecutive calls will fail again.
It seems to be a Window Watcher problem, let me look at this. cc'ing danm,
attaching testcase.
Comment 13•24 years ago
|
||
Comment 14•24 years ago
|
||
Serves me right for posting that comment even though bugzilla warned me there
were changes in between :-) I think you're right, this is bug 59497 (even though
that bug seems to have morphed a bit).
| Reporter | ||
Comment 15•24 years ago
|
||
I don't mind if this is a duplicate of another bug.
What I do mind is that there seems to be no activity
for that bug for 3 weeks. If we can get moving on
fixing the problem, that would be great.
Comment 16•24 years ago
|
||
Beth, can you check if this is a DUP of 89691 ?
Comment 17•24 years ago
|
||
cc: kin
Comment 18•24 years ago
|
||
Kat, left you a message. Can you check to see if this bug is a DUP
of the morphed bug 59497 ?
| Assignee | ||
Comment 19•24 years ago
|
||
yes, this seems to be a dup of 59497
*** This bug has been marked as a duplicate of 59497 ***
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•