History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WTR-28
Type: Bug Bug
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: Charley Baker
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Watir

show_all_objects only shows some objects -- it should be renamed

Created: 27/Apr/06 01:56 PM   Updated: 14/Oct/07 02:37 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.6.0

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. Zip Archive WTR-28.zip (42 kb)



 Description  « Hide
show_all_objects only shows some objects -- it should be renamed

 All   Comments   Work Log   Change History      Sort Order:

Radu Stoian - 28/Mar/07 08:05 AM
Radus: 2007.03.28

There are listed only the objects which have a type, that's way I renamed the method show_all_objects as show_objects_with_type in the ruby\lib\ruby\gems\1.8\gems\watir-1.4.1\watir.rb file.
I also have to modify all the files that have a reference to the method show_all_objects and replace the name show_all_objects with the name show_objects_with_type.
The files that have a reference to that method are:
ruby\lib\ruby\gems\1.8\gems\watir-1.4.1\watir\camel_case.rb
ruby\lib\ruby\gems\1.8\doc\watir-1.4.1\rdoc\classes\Watir\IE.html
ruby\lib\ruby\gems\1.8\doc\watir-1.4.1\rdoc\classes\Watir\IE.src\M000306.html
ruby\lib\ruby\gems\1.8\doc\watir-1.4.1\rdoc\fr_method_index.html
ruby\lib\ruby\gems\1.8\doc\watir-1.4.1\ri\Watir\IE\cdesc-IE.yaml
ruby\lib\ruby\gems\1.8\doc\watir-1.4.1\ri\Watir\IE\show_all_objects-i.yaml
If we don't verify the type, all the elements in the html file are listed, including the "<html>" tags.

I created a zip archive to include those files that I modified.


Radu Stoian - 28/Mar/07 08:06 AM
the files modified to fix the defect