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

Charley Baker closed WTR-323.
-----------------------------

    Resolution: Won't Fix

Closing this due to comments above. Possible with existing calls, and generally 
not recommended. 

> Remove the check of "readonly" on Text fields
> ---------------------------------------------
>
>                 Key: WTR-323
>                 URL: http://jira.openqa.org/browse/WTR-323
>             Project: Watir
>          Issue Type: New Feature
>          Components: Inputs
>    Affects Versions: 1.6.2
>         Environment: Windows XP, IE 8
>            Reporter: Markus
>         Attachments: input_elements.rb
>
>
> I think it is necessary to change a value to a text field even if it's read 
> only.
> I change the code in the class input_elements:
>     # Sets the contents of the text box to the specified text value
>     #   Raises UnknownObjectException if the object cant be found
>     #   Raises ObjectDisabledException if the object is disabled
>     #   Raises ObjectReadOnlyException if the object is read only
>     def set(value)
>       assert_enabled
>       
>               # assert_not_readonly

-- 
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