Closed
Bug 21925
Opened 26 years ago
Closed 26 years ago
[UI] Folder name for storing prefs, etc is WRONG!
Categories
(SeaMonkey :: Startup & Profiles, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M14
People
(Reporter: bugzilla, Assigned: bugs)
Details
I'v entered "gemal" as the profile name and choose another folder.
In the dialog it says that me prefs, bookmarks etc will be stored in:
c:\program files\mozilla\users\
But this is NOT true!!!
All the files are actually being stored in:
c:\program files\mozilla\users\gemal
Please change the dialog so that you append the profile name to the folder that
I select! So the dialog should say:
You prefs, bookmarks etc will be stored in:
c:\program files\mozilla\users\gemal\
Updated•26 years ago
|
Assignee: selmer → racham
Target Milestone: M13
Comment 1•26 years ago
|
||
Bhuvan, I was hoping Ben would take this, but maybe it's not a UI thing. Please
give it a look and do the right thing.
This can be done by changing the corresponding JS file. We will have the profile
name and the selected path available. Just need to append the profile name to
the path and display that. Needed to profile name to the chosen path to
avoid dangerous delete operations.
Adding Ben to the cc list.
This can be done by changing the corresponding JS file. We will have the profile
name and the selected path available. Just need to append the profile name to
the path and display that. Needed to profile name to the chosen path to
avoid dangerous delete operations.
Adding Ben to the cc list.
| Assignee | ||
Comment 4•26 years ago
|
||
I'll take a look once I've finished this PM stuff.
Summary: Folder name for storing prefs, etc is WRONG! → [UI] Folder name for storing prefs, etc is WRONG!
Adding UI tag to the summary line. Makes isolation of UI bugs easier.
| Reporter | ||
Comment 7•26 years ago
|
||
In newProfile1_2.js perhaps just add:
folder += document.getElementById("ProfileName").value;
before:
folderText.setAttribute("value",folder);
Comment 8•26 years ago
|
||
spam: added self to cc list as this might affect my realm.
Moving all Profile Manager bugs to new Profile Manager Backend component.
Profile Manager component to be deleted.
Updated•26 years ago
|
Component: Profile Manager BackEnd → Profile Manager FrontEnd
Comment 10•26 years ago
|
||
Moving to Profile Manager FrontEnd component. (not changing owners yet)
Comment 11•26 years ago
|
||
Changing owner, Gayatri is not the correct owner for these.
Assignee: gayatrib → ben
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 12•26 years ago
|
||
fix checked in...
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•