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)

x86
Other
defect

Tracking

(Not tracked)

VERIFIED FIXED

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\
Assignee: selmer → racham
Target Milestone: M13
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.
Target Milestone: M13 → M14
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.
Assignee: racham → gayatrib
Status: ASSIGNED → NEW
assigning UI bugs to gayatri.
In newProfile1_2.js perhaps just add: folder += document.getElementById("ProfileName").value; before: folderText.setAttribute("value",folder);
spam: added self to cc list as this might affect my realm.
Component: Profile Manager → Profile Manager BackEnd
Moving all Profile Manager bugs to new Profile Manager Backend component. Profile Manager component to be deleted.
Component: Profile Manager BackEnd → Profile Manager FrontEnd
Moving to Profile Manager FrontEnd component. (not changing owners yet)
Changing owner, Gayatri is not the correct owner for these.
Assignee: gayatrib → ben
Status: NEW → ASSIGNED
fix checked in...
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
build 2000020709
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.