DescriptionSettings: Profile name text field should have focus.
ManageProfileOverlay gives focus to the profile name text field in didShowPage()
function. However OptionsPage.showOvelay_ called document.activeElement.blur()
after the didShowPage() call. We should avoid to call blur() if the overlay
already has focus.
BUG=271297
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=217758
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|