Code review comment for lp:~aacid/unity8/doubleClickMaximize

Revision history for this message
Daniel d'Andrada (dandrader) wrote :

In test_hideMaximizeButtonWhenSizeConstrained():

"""
mouseMove(deco, deco.width - units.gu(1), deco.height/2);
"""

I think it deserves a comment on why are you clicking specifically near the right corner of the window title (ie, explain that you're evading the menu bar because double-clicking there doens't trigger maximization).

« Back to merge proposal