Closed
Bug 365385
Opened 18 years ago
Closed 18 years ago
Unbreak undocumented keyboard shortcuts in profile manager
Categories
(Toolkit :: Startup and Profile System, defect)
Toolkit
Startup and Profile System
Tracking
()
RESOLVED
FIXED
People
(Reporter: philor, Assigned: philor)
References
()
Details
Attachments
(1 file)
1.73 KB,
patch
|
benjamin
:
first-review+
|
Details | Diff | Splinter Review |
While looking for something else, I noticed that there are two keyboard shortcuts when you have a profile selected in the profile manager: if you press 46, the profile isn't deleted because there's no function named confirmDelete, and if you press "VK_F2" you can rename the profile once you click the Rename Profile button, because otherwise you're not going to trigger the nonexistent function renameProfile. Then once you find RenameProfile(), we'll set the tooltiptext of an undefined element to the new name, and the path of an undefined profile.
Assignee | ||
Comment 1•18 years ago
|
||
This fixes them, but I've got no idea how to do a unit test for it; it wouldn't break my heart if you just told me to rip the whole keyhandling bit out, though I'd still have no idea how to test for the correct tooltip applied to the correct profile after a rename.
Attachment #249977 -
Flags: first-review?(benjamin)
Comment 2•18 years ago
|
||
Comment on attachment 249977 [details] [diff] [review]
Fix v.1
You'd really have to write a functionality test, not a unit test.
Attachment #249977 -
Flags: first-review?(benjamin) → first-review+
Assignee | ||
Comment 3•18 years ago
|
||
toolkit/profile/content/profileSelection.js 1.11
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Component: XRE Startup → Startup and Profile System
QA Contact: xre.startup → startup
You need to log in
before you can comment on or make changes to this bug.
Description
•