Closed
Bug 21851
Opened 26 years ago
Closed 26 years ago
Can't save my changes in My Netscape
Categories
(Core :: DOM: Core & HTML, defect, P3)
Core
DOM: Core & HTML
Tracking
()
M14
People
(Reporter: kas, Assigned: pollmann)
References
()
Details
Seamonkey client build no. is 1999111520 on Windows 98.
If you go to http://my.netscape.com and make any changes on the setup forms and
click on save, you will not see your changes taking effect. If you use the same
user account on another machine, the changes can be saved.
1. Go to my.netscape.com as a signed in user
2. Click on the nose guy to get to the setup form of any channel, make any change
such as move the channel position
3. Save
RESULT:
The channel does not move....
This looks like a layout problem. Reassigning to PM Eric Krock and cc'ing My
Netscape engineering lead David Kandasamy.
Updated•26 years ago
|
Comment 2•26 years ago
|
||
Clicking on the "nose guy" takes you to this page:
http://my.netscape.com/generalpreferences_frameset.tmpl?services=generalpreferen
ces
... which is an HTML form with an image button that you click to submit. Suspect
it's a problem with our form handling or submission?
Reassigning to Vidur; setting to M14.
Updated•26 years ago
|
Assignee: vidur → pollmann
Component: Browser-General → Form Submission
Comment 3•26 years ago
|
||
Form handling is Eric Pollmann.
Comment 4•26 years ago
|
||
The quoted URL results in an empty page - see bug 22002 for why the page doesn't
display. That doesn't seem to be the bug reported here - or is it?
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 5•26 years ago
|
||
That must be the problem. I recreated the page using a bit of a hack:
<HTML>
<HEAD><BASE HREF="http://my.netscape.com/setup_frameset.tmpl?services=bonsai&m
<FRAMESET ROWS="100%,*" FRAMEBORDER="no" BORDER=0 onResize="document.location.
<FRAME SRC="/mys/blank.html" NAME="forms">
<FRAME SRC="./setup_state.tmpl?&services=bonsai&mn_yes=1" NAME="state"
MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=no BORDERCOLOR=#FFFFFF>
</FRAMESET>
</HTML>
When I made changes to this page then saved it, my netscape homepage was
updated. It seems the only remaining bug is that reported in bug 22002 / bug
9059. I'm marking this a dup of 9059. Thanks!
*** This bug has been marked as a duplicate of 9059 ***
Comment 7•26 years ago
|
||
This bug, even as a dup, is fixed.
Marking VERIFIED DUPLICATE on:
- Linux6 2000-02-01-10 Commercial build
- Win98 2000-02-01-08 Commercial build
- MacOS86 2000-02-01-09 Commercial build
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•