Code review comment for lp://qastaging/~brandontschaefer/unity/ubus-race-overlay-for-panel

Revision history for this message
Andrea Azzarone (azzar1) wrote :

78 -
79 - // We do this after the notify to ensure input focus has actually been moved.
80 - if (n == CompWindowNotifyFocusChange)
81 - {
82 - UnityScreen* us = UnityScreen::get(screen);
83 - CompWindow *lw;
84 -
85 - if (us->launcher_controller_->IsOverlayOpen())
86 - {
87 - lw = screen->findWindow(us->launcher_controller_->LauncherWindowId(0));
88 - lw->moveInputFocusTo();
89 - }
90 - }

See this MP [1] to see why we have this code. Do you really want to remove it?

https://code.launchpad.net/~robertcarr/unity/dash-keepfocus/+merge/75739

review: Needs Information

« Back to merge proposal