mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Bug 279497: Selected profile in profile manager does not always appear focused/highlighted, r=mconnor
This commit is contained in:
parent
c113ece289
commit
7187fe88a7
@ -83,7 +83,7 @@ function startup()
|
||||
listitem.profile = profile;
|
||||
try {
|
||||
if (profile === gProfileService.selectedProfile) {
|
||||
profilesElement.selectedItem = listitem;
|
||||
setTimeout(function f(a) { profilesElement.selectedItem = a; }, 0, listitem);
|
||||
}
|
||||
}
|
||||
catch(e) { }
|
||||
|
Loading…
Reference in New Issue
Block a user