Closed
Bug 120018
Opened 24 years ago
Closed 24 years ago
Pressing ESC in Delete Profile dialog gives unexpected results
Categories
(SeaMonkey :: Startup & Profiles, defect)
SeaMonkey
Startup & Profiles
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.8
People
(Reporter: mozilla, Assigned: ccarlen)
Details
(Keywords: dataloss)
Attachments
(1 file)
1.43 KB,
patch
|
mozilla
:
review+
alecf
:
superreview+
|
Details | Diff | Splinter Review |
If I open up the Profile Management window, select a user profile, and click the
"Delete Profile" button, a dialog pops up with some text describing what's about
to happen along with three options for the question of whether I want to delete
the profile's data files:
o Cancel
o Delete Files
o Don't Delete Files <-- the default if I press RETURN
However, if I press the ESC key on the keyboard, the "Delete Files" option is
chosen instead of cancelling the operation (which is what I'd expect).
This has caused data loss for me wherein a profile's contents are deleted when I
didn't expect them to be!
Reporter | ||
Updated•24 years ago
|
OS: MacOS X → All
Hardware: Macintosh → All
Assignee | ||
Comment 1•24 years ago
|
||
It's a standard nsIPromptService dialog (same as Save/Don't Save/Cancel) but the
buttons are in the wrong order. I'll take it.
Assignee: racham → ccarlen
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.9
Assignee | ||
Comment 2•24 years ago
|
||
Yep. Cancel was in the wrong slot so the escape key triggered the wrong button
(ouch!) Reviews please - I'd like to get this into 0.9.8 since it's such deadly
dataloss.
Assignee | ||
Comment 3•24 years ago
|
||
updating summary
Summary: Pressing Cancel in Profile Management window gives unexpected results → Pressing ESC in Delete Profile dialog gives unexpected results
Reporter | ||
Comment 4•24 years ago
|
||
Comment on attachment 65310 [details] [diff] [review]
Patch which makes "Cancel" be button triggered by Esc
r=rjc
Attachment #65310 -
Flags: review+
Assignee | ||
Comment 5•24 years ago
|
||
CC'ing Alec for sr.
Comment 6•24 years ago
|
||
Comment on attachment 65310 [details] [diff] [review]
Patch which makes "Cancel" be button triggered by Esc
sr=alecf
Attachment #65310 -
Flags: superreview+
Assignee | ||
Comment 7•24 years ago
|
||
-> 0.9.8, asking drivers
Target Milestone: mozilla0.9.9 → mozilla0.9.8
Assignee | ||
Comment 9•24 years ago
|
||
Checked in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 10•23 years ago
|
||
Verified code fix. I was going to try to reproduce this but I want to keep my
profile's contents. Please reopen if this problem reoccurs.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•