Closed
Bug 15079
Opened 25 years ago
Closed 25 years ago
[REGRESSION]Rename and Delete buttons not working
Categories
(Core Graveyard :: Profile: BackEnd, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: agracebush, Assigned: sspitzer)
Details
Steps to reproduce:
1. remove .mozilla
2. ./apprunner -installer
3. on existing profile ( I used only one I could generate, migrated IMAP) press
rename or delete
Actual results: see console output
JavaScript Error: TypeError: profile.RenameProfile is not a function
URL: file:////u/gbush/mozilla/package/res/profile/pm.js
LineNo: 37
JavaScript Error: TypeError: profile.DeleteProfile is not a function
URL: file:////u/gbush/mozilla/package/res/profile/pm.js
LineNo: 54
Expected results: renamed or deleted profile
Linux build 1999092808 so far
Updated•25 years ago
|
Assignee: selmer → gayatrib
Comment 1•25 years ago
|
||
Gayatri, something probably changed last night. I'm CCing Seth in case he
changed profile code.
Reporter | ||
Updated•25 years ago
|
OS: Linux → other
Hardware: PC → All
Reporter | ||
Comment 2•25 years ago
|
||
changing to ALL platforms- same error messages on console
Reporter | ||
Updated•25 years ago
|
Summary: Linux-[REGRESSION]Rename and Delete buttons not working → [REGRESSION]Rename and Delete buttons not working
Reporter | ||
Comment 3•25 years ago
|
||
changing summary
Seth, reassigning the bug to you--I think this might be
related to some of the checkins you did last night.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 5•25 years ago
|
||
accepting. I made a bunch of changes last night and I'll be making more today.
I'll make sure delete and rename are working.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 6•25 years ago
|
||
fixed.
Reporter | ||
Comment 7•25 years ago
|
||
Rename working on Win and Linux,
Delete not working on Linux (I get to the query dialog, but only cancel button
works)
Assignee | ||
Comment 8•25 years ago
|
||
delete and rename should be working fine now.
Reporter | ||
Comment 9•25 years ago
|
||
builds for Win32 and Linux on 19991006 and 19991007 show the same behavior
pressing rename the first time, brings up an alert that rename cannot take place
(see bug 15610), press ok to the alert, the profile is renamed. Subsequent
attempts to rename are successful
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 10•25 years ago
|
||
builds 19991012 for both Win and Linux are working correctly now
Comment 11•25 years ago
|
||
Moving all Profile Manager bugs to new Profile Manager Backend component.
Profile Manager component to be deleted.
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•