Comment 5 for bug 682281

Revision history for this message
Parn Yin (pyin) wrote :

FYI, this bug happens with minimized one(not multiple)Calculator in Win7 also.

[Steps to Reproduce]
(1) Open Calculator.
(2) Minimize it.
(3) Use the script below in Sikuli IDE.
        switchApp("Calculator")
        type("h", KeyModifier.CTRL)

[Actual Result]
The Ctrl+H works in Calculator window.(The history panel of it)
But the Calculator is not brought to the front.