Closed
Bug 10219
Opened 25 years ago
Closed 25 years ago
Profile Manager rename and delete keys not working
Categories
(Core Graveyard :: Profile: BackEnd, defect, P3)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: agracebush, Assigned: selmer)
References
Details
Steps to reproduce:
1. run apprunner -ProfileManager
2. try to rename or delete current profile / or create new and try to
rename/delete a profile.
3. choose a profile to use when running apprunner
Actual results: buttons just depress, expected dialogs of box to enter new name
or ? that asks if want to delete do not come up. Process now hangs in console
Expected results: Second screen to enter name for rename process or confirm
delete. Apprunner is launched.
**note process does not hang if you create new or select a profile and press
start.
This occurs on Linux and Win32, Mac does not have UI for these selections yet
Assignee | ||
Comment 1•25 years ago
|
||
The dialog is probably covered by the browser window. Please check that.
I've seen this problem before, I had thought dialogs would automatically get
focus. I think there is a bug about that, but I haven't checked. Maybe we can
call a focus() function to make it happen.
Reporter | ||
Comment 3•25 years ago
|
||
Browser is not running when expected dialogs do not come up-Profile Manager UI
is still open, rename and delete buttons appear to depress and that is all. The
new and migrate button did work for me. Rename and delete had been working with
the added dialog boxes for a few weeks now.
What is also strange is that once I press rename or delete, apprunner does not
launch, I have to ctrl-C from console window
This is for builds 1999072010 on both Win and Linux
Assignee | ||
Comment 4•25 years ago
|
||
Sorry, I said browser when I meant profile manager window. In any case, on
windows you should see something on your task bar for this dialog. Click on
that and the dialog should come to the top.
Reporter | ||
Comment 5•25 years ago
|
||
Not sure what you mean by task bar in Windows. Profile Manager UI has limited
options- 4 buttons on top half of screen(new, migrate, rename, delete) and 3 on
bottom half (migrate all, start, exit)
I tried moving the UI window to see if dialog box was hidden, tried
resizing-nothing brings it up.
Reporter | ||
Comment 6•25 years ago
|
||
builds 1999072111 on Win and 1999072108 on Linux are not showing this problem
today. Both rename and delete are displaying dialog boxes.
Assignee | ||
Comment 7•25 years ago
|
||
Dan Matejka claimed one of his bugs caused this. Basically, no dialogs or
open() calls were working in yesterday's build. This can either be closed as
WORKSFORME or dup'd against Dan's bug.
Reporter | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 8•25 years ago
|
||
Verified Worksforme
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
•