3a6cdce26d195d826bbb0fc41cdc7de1c556a12c
The sign in dialog calls onResize during its constructor, which winds up where in AutoCenterDialogBox.center(). When center() gets called on an unattached dialog, it attaches it to the UI, causing it to show earlier than we wanted it to. By only recentering the dialogs when they are actually attached to the browser DOM we avoid the bouncing problem, as the dialog doesn't display early. Signed-off-by: Shawn O. Pearce <sop@google.com>
Description
RETIRED, Gerrit as used by OpenStack