[ 
http://jira.openqa.org/browse/WTR-179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Zeljko closed WTR-179.
----------------------

    Resolution: Won't Fix

If this is still a problem, please report it here: 
https://github.com/watir/watir-classic/issues

> $IE_HIDE plus ie.minimize can hide more than just IE
> ----------------------------------------------------
>
>                 Key: WTR-179
>                 URL: http://jira.openqa.org/browse/WTR-179
>             Project: Watir
>          Issue Type: Bug
>            Reporter: Jeff Fry
>             Fix For: Future
>
>
> If you create a script containing both $IE_HIDE and $ie.minimize, 
> $ie.minimize will go ahead and minimize whatever window has focus (which 
> might happen to be an IE window, but is just as likely to be some other 
> application).
> Expected:
> $ie.minimize should never minimize anything other than IE.
> Sample script to repro the bug:
> require 'test/unit'
> require 'watir'
> class TC_OnlyMinimizeIE < Test::Unit::TestCase
>   def test_only_minimize_ie
>     $HIDE_IE = true
>     $browser = Watir::IE.new
>     5.times do
>       $browser.minimize # this will currently minimize five items from your 
> desktop.
>     end #do
>   end #def 
> end #class

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.openqa.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
Wtr-development mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-development

Reply via email to