mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-28 10:18:39 +09:00
Issue #861 - The bookmark properties window should focus on the Name Picker text box on init
This commit is contained in:
parent
79acd8acd5
commit
4b184ba757
1 changed files with 5 additions and 0 deletions
|
|
@ -382,6 +382,11 @@ var BookmarkPropertiesPanel = {
|
|||
.addEventListener("input", this, false);
|
||||
}
|
||||
}
|
||||
|
||||
// Ensure the Name Picker textbox is focused on load
|
||||
var namePickerElem = document.getElementById('editBMPanel_namePicker');
|
||||
namePickerElem.focus();
|
||||
namePickerElem.select();
|
||||
}),
|
||||
|
||||
// nsIDOMEventListener
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue