Closed
Bug 17720
Opened 25 years ago
Closed 25 years ago
[UI] highlight current profile in the "Select Profile dialog
Categories
(SeaMonkey :: Startup & Profiles, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M14
People
(Reporter: sspitzer, Assigned: bugs)
References
Details
just like we do in the account manager.
Updated•25 years ago
|
Target Milestone: M12
Comment 1•25 years ago
|
||
Moving to M12, move it back if you've got it done already.
There is code in the profile manager JS file you can steal for this.
Updated•25 years ago
|
Assignee: sspitzer → selmer
Status: ASSIGNED → NEW
Comment 2•25 years ago
|
||
This really seems like a profile mgr issue. Reassigning to selmer.
just need to pass the current profile value to JS so that the right
list box item gets highlighted. assigning bug to myself.
Moving all Profile Manager bugs to new Profile Manager Backend component.
Profile Manager component to be deleted.
Updated•25 years ago
|
Component: Profile Manager BackEnd → Profile Manager FrontEnd
Comment 9•25 years ago
|
||
Moving to Profile Manager FrontEnd component. (not changing owners yet)
Comment 10•25 years ago
|
||
Changing owner, Gayatri is not the correct owner for these.
Assignee: gayatrib → ben
Assignee | ||
Comment 11•25 years ago
|
||
steve, I need a way to grab the last opened profile. This requires a back end
link to the profile registry. I cannot store this value in prefs. Is there
something in the back end I can use for this?
Comment 12•25 years ago
|
||
Ben, the old XUL used to do this. There is an entry point in the profile
manager to get this info. You could probably also get it from the mozregistry
datasource, but I wouldn't recommend that approach. Bhuvan can tell you the
exact routine to call.
Reporter | ||
Comment 13•25 years ago
|
||
the call you want is really not a call.
you want the currentProfile (a read only attribute of nsIProfile)
from js, it would be something like this:
foo = profile.currentProfile;
it looks like someone is attempting to use this in profileSelection.js
look at nsIProfile.idl for the other methods/attributes to the backend.
Assignee | ||
Comment 14•25 years ago
|
||
fix checked in...
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•