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

Key: WTR-183
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Bret Pettichord
Reporter: Charley Baker
Votes: 1
Watchers: 0
Operations

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

Form doesn't work when used with a parent container

Created: 24/Oct/07 10:49 AM   Updated: 24/Nov/08 02:02 PM
Component/s: HTML Controls
Affects Version/s: 1.5.2
Fix Version/s: Next

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. Text File form_tests.patch (4 kb)



 Description  « Hide
Form code needs to be cleaned up and adhere to the standard element or in this case noncontrolelement definition. This should fix the problem accessing forms by using something like:

ie.div(:name, 'foo').form(:name, 'bar')
which currently throws this exception:
WIN32OLERuntimeError: unknown property or method `forms'
    HRESULT error code:0x80020006
      Unknown name.

Unit test and updated html patch is attached to this ticket.

 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.