Update of /cvsroot/jwebunit/jWebUnit/src/net/sourceforge/jwebunit/plugin/jacobie
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13341/src/net/sourceforge/jwebunit/plugin/jacobie

Modified Files:
        JacobieDialog.java 
Log Message:
more incremental changes for jacobie integration.

Index: JacobieDialog.java
===================================================================
RCS file: 
/cvsroot/jwebunit/jWebUnit/src/net/sourceforge/jwebunit/plugin/jacobie/JacobieDialog.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** JacobieDialog.java  9 Mar 2005 06:08:02 -0000       1.4
--- JacobieDialog.java  16 Mar 2005 05:56:03 -0000      1.5
***************
*** 2,6 ****
   * Copyright (c) 2001, ThoughtWorks, Inc.
   * Distributed open-source, see full license under 
licenses/jwebunit_license.txt
! **********************************/
  package net.sourceforge.jwebunit.plugin.jacobie;
  
--- 2,6 ----
   * Copyright (c) 2001, ThoughtWorks, Inc.
   * Distributed open-source, see full license under 
licenses/jwebunit_license.txt
!  **********************************/
  package net.sourceforge.jwebunit.plugin.jacobie;
[...1405 lines suppressed...]
!        * 
!        * NOTE: THIS works like a windows application. If the IE window doesn't
!        * have window focus, it seems as if this doesn't work quite right.
!        * 
!        * This will simulate the control recieving focus and calling the blur
!        * command after the setValue.
!        * 
!        * @param htmlElementFocusBlurEnabled
!        */
!       public void setHtmlElementFocusBlurEnabled(
!                       boolean htmlElementFocusBlurEnabled) {
!               this.htmlElementFocusBlurEnabled = htmlElementFocusBlurEnabled;
!       }
  
!       public boolean isHtmlElementFocusBlurEnabled() {
!               return htmlElementFocusBlurEnabled;
!       }
  
! }
\ No newline at end of file



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to