DescriptionTranslate: Bug fix: Wrong way to check if the window is minimized
Before this CL, to check if the window is minimized, !IsActive() was
used. This function returns false when the bubble window is focused on
Windows or Chrome OS. Therefore, the bubble was not updated when the
bubble is already shown.
This CL fixes this bug by replacing !IsActive() with IsMinimize() to
check the state of Window properly.
BUG=393136, 389014
(the original CL about the bug around minimized window)
TEST=manual
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287448
Patch Set 1 #
Messages
Total messages: 7 (0 generated)
|