Hi all,

I'm having trouble on getting a tab click to actually have an effect
in the browser. I have a table with a tab that I can click in the
following ways:

ie.table(:index, 17)[1][2].click
ie.button(:id, "tab2").click
ie.cell(:id, "tab2").click

The tab flashes yellow and no errors are generated but the actual tab
does not change. The original tab's contents are still displayed and
the tab "focus" hasn't shifted.

The DOM looks at the tabs this way:

HTML
--HEAD
----BODY
------TABLE
--------TBODY
----------TR
----------TR
------------TD
--------------TABLE
----------------TBODY
------------------TR
--------------------<TD class=tab-button4 id=tab1>
--------------------<TD class=tab-button id=tab2>



Any thoughts?

Thanks,
---
LiquidBeard

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to